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][CUDA] Enable sub-group loads and stores (#2763)
Rather than implementing the SubgroupBlockReadINTEL and SubgroupBlockWriteINTEL
intrinsics in libspirv, this commit adds a fallback path directly to the
sub-group header. There are several reasons for this:
1) There are currently no INTEL extensions implemented in libspirv.
2) The load/store functions are expected to be rewritten soon to expose
additional functionality, which may map to different SPIR-V.
Signed-off-by: John Pennycook <[email protected]>
Correlated test changes were done in scope of llvm-test-suite/pull#90
0 commit comments