summaryrefslogtreecommitdiffstats
path: root/eval/CMakeLists.txt
diff options
context:
space:
mode:
authorHåvard Pettersen <havardpe@oath.com>2020-06-05 14:45:30 +0000
committerHåvard Pettersen <havardpe@oath.com>2020-06-11 09:42:00 +0000
commit41df43d2296e910f4b0cec24b040ec51cfc9f7d0 (patch)
tree6d12616f2b9b0a022094fec1946454084ed70717 /eval/CMakeLists.txt
parent51abe86dad7be6ced30bc3b0a2fcce4359525820 (diff)
common code for operation inlining
- add common code to make selecting the appropriate template function easier (vespa/vespalib/util/typify.h) - enable detection of lambda functions matching all low-level operations. (lookup_op1, lookup_op2) - add typifiers to decide which low-level operations should be inlined (TypifyOp1, TypifyOp2) - integrate into dense_simple_join as a pilot customer
Diffstat (limited to 'eval/CMakeLists.txt')
-rw-r--r--eval/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/eval/CMakeLists.txt b/eval/CMakeLists.txt
index b68440795d4..67f9fa19dc0 100644
--- a/eval/CMakeLists.txt
+++ b/eval/CMakeLists.txt
@@ -17,6 +17,7 @@ vespa_define_module(
src/tests/eval/function
src/tests/eval/function_speed
src/tests/eval/gbdt
+ src/tests/eval/inline_operation
src/tests/eval/interpreted_function
src/tests/eval/node_tools
src/tests/eval/node_types