Commit c84154b8 authored by Paul's avatar Paul
Browse files

Fix perf regression

parent 7133eee6
...@@ -62,7 +62,7 @@ struct pointwise_compiler : compiler<pointwise_compiler> ...@@ -62,7 +62,7 @@ struct pointwise_compiler : compiler<pointwise_compiler>
options.params = "-Wno-float-equal"; options.params = "-Wno-float-equal";
auto axis = find_fast_axis(options.virtual_inputs); auto axis = find_fast_axis(options.virtual_inputs);
auto vec = vectorize::elements(axis, options.virtual_inputs); auto vec = vectorize::elements(axis, options.virtual_inputs);
auto preloads = preload::broadcasts(axis, inputs); auto preloads = preload::broadcasts(axis, options.virtual_inputs);
options.set_launch_params( options.set_launch_params(
v, v,
compute_global_for(ctx, compute_global_for(ctx,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment