aboutsummaryrefslogtreecommitdiffstats
path: root/eval/src/vespa/eval/instruction/CMakeLists.txt
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2021-12-08 05:57:18 +0100
committerGitHub <noreply@github.com>2021-12-08 05:57:18 +0100
commit373ccd9082b206b828565b20f2af45a9a886226a (patch)
tree28c62882b8daa303c5bdceae4965ac1a38d522ce /eval/src/vespa/eval/instruction/CMakeLists.txt
parent83d883b3a3ef519c3c1ee125ceb9f2df2c850958 (diff)
parent0d3163f0adc4d29bb815c4b19bfea4359ac24504 (diff)
Merge pull request #20372 from vespa-engine/havardpe/optimize-L2-distancev7.513.4
optimize squared euclidean distance between tensors
Diffstat (limited to 'eval/src/vespa/eval/instruction/CMakeLists.txt')
-rw-r--r--eval/src/vespa/eval/instruction/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/eval/src/vespa/eval/instruction/CMakeLists.txt b/eval/src/vespa/eval/instruction/CMakeLists.txt
index a462ece4734..56184c113d4 100644
--- a/eval/src/vespa/eval/instruction/CMakeLists.txt
+++ b/eval/src/vespa/eval/instruction/CMakeLists.txt
@@ -30,6 +30,7 @@ vespa_add_library(eval_instruction OBJECT
index_lookup_table.cpp
inplace_map_function.cpp
join_with_number_function.cpp
+ l2_distance.cpp
mixed_inner_product_function.cpp
mixed_simple_join_function.cpp
pow_as_map_optimizer.cpp