aboutsummaryrefslogtreecommitdiffstats
path: root/eval/src/vespa/eval/instruction/dense_dot_product_function.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'eval/src/vespa/eval/instruction/dense_dot_product_function.cpp')
-rw-r--r--eval/src/vespa/eval/instruction/dense_dot_product_function.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/eval/src/vespa/eval/instruction/dense_dot_product_function.cpp b/eval/src/vespa/eval/instruction/dense_dot_product_function.cpp
index 8395ef66117..bee7f42bd48 100644
--- a/eval/src/vespa/eval/instruction/dense_dot_product_function.cpp
+++ b/eval/src/vespa/eval/instruction/dense_dot_product_function.cpp
@@ -33,7 +33,7 @@ DenseDotProductFunction::DenseDotProductFunction(const TensorFunction &lhs_in,
}
InterpretedFunction::Instruction
-DenseDotProductFunction::compile_self(const ValueBuilderFactory &, Stash &) const
+DenseDotProductFunction::compile_self(const CTFContext &) const
{
auto op = typify_invoke<2,TypifyCellType,MyDotProductOp>(lhs().result_type().cell_type(),
rhs().result_type().cell_type());