From f30a7347258f5e0adf71f9272dcf821ddff193ef Mon Sep 17 00:00:00 2001 From: HÃ¥vard Pettersen Date: Wed, 5 Oct 2022 09:19:32 +0000 Subject: mapped lookup - change how stride works with gen specs to allow better control over how mapped tensors overlap (avoid always overlapping via label "0") - extend eval fixture verify functionality by adding a function that takes param specs directly to verify a single specific case. --- eval/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'eval/CMakeLists.txt') diff --git a/eval/CMakeLists.txt b/eval/CMakeLists.txt index 844c81acf52..822a48bffc3 100644 --- a/eval/CMakeLists.txt +++ b/eval/CMakeLists.txt @@ -72,6 +72,7 @@ vespa_define_module( src/tests/instruction/inplace_map_function src/tests/instruction/join_with_number src/tests/instruction/l2_distance + src/tests/instruction/mapped_lookup src/tests/instruction/mixed_112_dot_product src/tests/instruction/mixed_inner_product_function src/tests/instruction/mixed_simple_join_function -- cgit v1.2.3