Replies: 3 comments
-
Hi @jinz2014, In general, SYCL has no notion of constant address space - it was removed in SYCL 2020 for simplicity reasons, I believe. Therefore, the remaining question is whether or not the compiler is able to optimize certain things to use backend-specific features. I'm not familiar with the CUDA, so I will tag @jchlanda here to help with a more detailed answer |
Beta Was this translation helpful? Give feedback.
-
@JackAKirk has looked into this area recently. |
Beta Was this translation helpful? Give feedback.
-
Yes this is going to be available very soon via |
Beta Was this translation helpful? Give feedback.
-
Does SYCL support CUDA constant memory ?
Beta Was this translation helpful? Give feedback.
All reactions