summaryrefslogtreecommitdiffstats
path: root/eval
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2020-06-08 08:51:50 +0200
committerGitHub <noreply@github.com>2020-06-08 08:51:50 +0200
commitbebe03c7b970744d09eb26f7383da4f8c1244a36 (patch)
tree0456ec2cec34c515d681934e803d9ab075348ebc /eval
parentaa622a409b6ba44a1b3c9438240b30316fcec149 (diff)
Revert "Revert "When we pull in a cacheline, we should use it too.""
Diffstat (limited to 'eval')
-rw-r--r--eval/src/tests/ann/nns-l2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/eval/src/tests/ann/nns-l2.h b/eval/src/tests/ann/nns-l2.h
index 82a95741200..de24df50b6c 100644
--- a/eval/src/tests/ann/nns-l2.h
+++ b/eval/src/tests/ann/nns-l2.h
@@ -36,7 +36,7 @@ template <typename FltType = float>
struct L2DistCalc {
const vespalib::hwaccelrated::IAccelrated & _hw;
- L2DistCalc() : _hw(vespalib::hwaccelrated::IAccelrated::getAccelrator()) {}
+ L2DistCalc() : _hw(vespalib::hwaccelrated::IAccelrated::getAccelerator()) {}
using Arr = vespalib::ArrayRef<FltType>;
using ConstArr = vespalib::ConstArrayRef<FltType>;