aboutsummaryrefslogtreecommitdiffstats
path: root/eval/src/vespa/eval/instruction/sparse_singledim_lookup.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'eval/src/vespa/eval/instruction/sparse_singledim_lookup.cpp')
-rw-r--r--eval/src/vespa/eval/instruction/sparse_singledim_lookup.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/eval/src/vespa/eval/instruction/sparse_singledim_lookup.cpp b/eval/src/vespa/eval/instruction/sparse_singledim_lookup.cpp
index d7701baf5ce..2c2060cf3d5 100644
--- a/eval/src/vespa/eval/instruction/sparse_singledim_lookup.cpp
+++ b/eval/src/vespa/eval/instruction/sparse_singledim_lookup.cpp
@@ -60,7 +60,7 @@ SparseSingledimLookup::SparseSingledimLookup(const TensorFunction &tensor,
}
InterpretedFunction::Instruction
-SparseSingledimLookup::compile_self(const ValueBuilderFactory &, Stash &) const
+SparseSingledimLookup::compile_self(const CTFContext &) const
{
auto op = typify_invoke<1,TypifyCellType,MyGetFun>(lhs().result_type().cell_type());
return InterpretedFunction::Instruction(op);