aboutsummaryrefslogtreecommitdiffstats
path: root/eval/src/vespa/eval/instruction/dense_xw_product_function.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'eval/src/vespa/eval/instruction/dense_xw_product_function.cpp')
-rw-r--r--eval/src/vespa/eval/instruction/dense_xw_product_function.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/eval/src/vespa/eval/instruction/dense_xw_product_function.cpp b/eval/src/vespa/eval/instruction/dense_xw_product_function.cpp
index e9b9cb12f40..fe1bdf80a2e 100644
--- a/eval/src/vespa/eval/instruction/dense_xw_product_function.cpp
+++ b/eval/src/vespa/eval/instruction/dense_xw_product_function.cpp
@@ -141,9 +141,9 @@ DenseXWProductFunction::DenseXWProductFunction(const ValueType &result_type,
}
InterpretedFunction::Instruction
-DenseXWProductFunction::compile_self(const ValueBuilderFactory &, Stash &stash) const
+DenseXWProductFunction::compile_self(const CTFContext &ctx) const
{
- Self &self = stash.create<Self>(result_type(), _vector_size, _result_size);
+ Self &self = ctx.stash.create<Self>(result_type(), _vector_size, _result_size);
assert(self.result_type.cell_meta().is_scalar == false);
using MyTypify = TypifyValue<TypifyCellMeta,vespalib::TypifyBool>;
auto op = typify_invoke<3,MyTypify,MyXWProductOp>(lhs().result_type().cell_meta().not_scalar(),