Replies: 1 comment 1 reply
-
According to SYCL 2020 spec, section 4.7.6.6. Accessing elements of an accessor:
So, in scope of a core functionality, this can't be implemented at the moment, requested functionality should be formulated as an extension first. Tagging @jbrodman and @gmlueck for awareness. AFAIK, @keryell has a prototype for this in triSYCL/triSYCL#313 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Could a local accessor support dimensions larger than 3 ? Thanks.
accessor<double, 4, sycl_read_write, access::target::local> mul_4d({4, batch, 1, 2}, cgh);
Beta Was this translation helpful? Give feedback.
All reactions