aboutsummaryrefslogtreecommitdiffstats
path: root/eval/src/vespa/eval/instruction/mixed_112_dot_product.cpp
diff options
context:
space:
mode:
authorHåvard Pettersen <havardpe@yahooinc.com>2023-11-08 13:55:05 +0000
committerHåvard Pettersen <havardpe@yahooinc.com>2023-11-13 09:44:26 +0000
commit8753ece3f5f374a5cffd360f2009ef1de9ec9d35 (patch)
tree82340fe27f9df59a1b6650f9f348f7c6d4a5a106 /eval/src/vespa/eval/instruction/mixed_112_dot_product.cpp
parent8435f3c414ccbc2dae11e69f7592f04f279144c5 (diff)
enable nested ctf meta datahavardpe/enable-nested-ctf-meta-data
Diffstat (limited to 'eval/src/vespa/eval/instruction/mixed_112_dot_product.cpp')
-rw-r--r--eval/src/vespa/eval/instruction/mixed_112_dot_product.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/eval/src/vespa/eval/instruction/mixed_112_dot_product.cpp b/eval/src/vespa/eval/instruction/mixed_112_dot_product.cpp
index 992636b15d5..5678adda3b3 100644
--- a/eval/src/vespa/eval/instruction/mixed_112_dot_product.cpp
+++ b/eval/src/vespa/eval/instruction/mixed_112_dot_product.cpp
@@ -208,7 +208,7 @@ Mixed112DotProduct::Mixed112DotProduct(const TensorFunction &a_in,
}
InterpretedFunction::Instruction
-Mixed112DotProduct::compile_self(const ValueBuilderFactory &, Stash &) const
+Mixed112DotProduct::compile_self(const CTFContext &) const
{
REQUIRE_EQ(_a.get().result_type().cell_type(), _b.get().result_type().cell_type());
REQUIRE_EQ(_a.get().result_type().cell_type(), _c.get().result_type().cell_type());