You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On SYCL 2020 reference get_access<DataT, Mode, Targ>. Mode needs to be read, or read_write. But on Intel 2024.0.2 I get a compilation error by an static assert.
// accessor.hppstatic_assert(AccessMode == access_mode::read || AccessMode == access_mode::write, "Access mode must be either read or write.");
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
On SYCL 2020 reference get_access<DataT, Mode, Targ>. Mode needs to be read, or read_write. But on Intel 2024.0.2 I get a compilation error by an static assert.
https://registry.khronos.org/SYCL/specs/sycl-2020/html/sycl-2020.html#_unsampled_image_interface
Also what is image pitch, and why can I set it on a constructor?
Beta Was this translation helpful? Give feedback.
All reactions