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][HIP][libclc] Fix wrong address spaces for HIP (#4966)
Fixes wrong address spaces for `event_t`. It should be private, but in SYCL it was defaulting to generic. On the other hand in libclc pointer to `event_t` was private, while it should be generic. (We don't see similar issues on NVPTX, as there private address space is in fact implemented as generic in IR).
Change to test suite: intel/llvm-test-suite#570
0 commit comments