Skip to content

Commit 29047bc

Browse files
authored
Revert "[SYCL][HIP][libclc] Fix wrong address spaces for HIP (intel#4966)" (intel#5284)
This reverts commit 22532c2. This patch breaks check-libclc tests.
1 parent 1e55cf3 commit 29047bc

File tree

3 files changed

+0
-20
lines changed

3 files changed

+0
-20
lines changed

clang/lib/Basic/Targets/AMDGPU.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -328,8 +328,6 @@ class LLVM_LIBRARY_VISIBILITY AMDGPUTargetInfo final : public TargetInfo {
328328
case OCLTK_Queue:
329329
case OCLTK_ReserveID:
330330
return LangAS::opencl_global;
331-
case OCLTK_Event:
332-
return LangAS::opencl_private;
333331

334332
default:
335333
return TargetInfo::getOpenCLTypeAddrSpace(TK);

libclc/amdgcn-amdhsa/libspirv/SOURCES

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,3 @@ workitem/get_sub_group_id.cl
5656
workitem/get_sub_group_local_id.cl
5757
workitem/get_sub_group_size.cl
5858
misc/sub_group_shuffle.cl
59-
async/wait_group_events.cl

libclc/amdgcn-amdhsa/libspirv/async/wait_group_events.cl

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)