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
[SYCL] Aligned set_arg behaviour with SYCL specification (#2159)
According to SYCL 1.2.1 specification, rev. 7, paragraph 4.8.5:
template <typename T>
void set_arg(int argIndex, T &&arg)
...
The argument can be either a SYCL accessor, a SYCL sampler or
a trivially copyable and standard-layout C++ type.
Signed-off-by: Ivan Karachun <[email protected]>
0 commit comments