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][Doc] Fix spec for passing SPIRV struct args (#12338)
SPIR-V modules may not contain a kernel argument of type
**OpTypeStruct**. Structures are passed by reference, so the argument
type is actually **OpTypePointer**.
Also, slightly loosen the requirements for kernel arguments that are
pointers. It is technically OK to pass any pointer, though only a USM
pointer can be dereferenced in the kernel.
0 commit comments