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
Add ActiveThreadsOnlyBarrier option for OpenCL shaders
Added a condition to set the vISA_ActiveThreadsOnlyBarrier option for SYCL/OpenCL shaders. This ensures that the ActiveThreadsOnlyBarrier option is enabled for both COMPUTE_SHADER and OPENCL_SHADER types. ATOB can be enabled when we don't use GenISA_threadgroupbarrier and GenISA_threadgroupbarrier_signal in llvm-IR at the same time.
0 commit comments