aboutsummaryrefslogtreecommitdiffstats
path: root/eval/src/vespa/eval/instruction/sparse_dot_product_function.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'eval/src/vespa/eval/instruction/sparse_dot_product_function.cpp')
-rw-r--r--eval/src/vespa/eval/instruction/sparse_dot_product_function.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/eval/src/vespa/eval/instruction/sparse_dot_product_function.cpp b/eval/src/vespa/eval/instruction/sparse_dot_product_function.cpp
index aa441047e74..b20b065f1b1 100644
--- a/eval/src/vespa/eval/instruction/sparse_dot_product_function.cpp
+++ b/eval/src/vespa/eval/instruction/sparse_dot_product_function.cpp
@@ -92,7 +92,7 @@ SparseDotProductFunction::SparseDotProductFunction(const TensorFunction &lhs_in,
}
InterpretedFunction::Instruction
-SparseDotProductFunction::compile_self(const ValueBuilderFactory &, Stash &) const
+SparseDotProductFunction::compile_self(const CTFContext &) const
{
size_t num_dims = lhs().result_type().count_mapped_dimensions();
auto op = typify_invoke<2,MyTypify,MyGetFun>(lhs().result_type().cell_type(),