Skip to content
Snippets Groups Projects
Commit 000ee422 authored by Ben Cumming's avatar Ben Cumming Committed by Sam Yates
Browse files

Fix pointer to view conversion for optimized intel kernels (#153)

Bug: `modcc` was generating invalid code when generating optimized kernels.

The optimized kernels use raw pointers instead of views, and the generated code was using view semantics.

* Use appropriate `memory::copy` invocation for the optimized kernel case.
parent 61d6b21d
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