Skip to content

Commit c86c46d

Browse files
NaghasanAlexeySachkov
authored andcommitted
Fix postcommit failure and move tests in right folder (intel#16286)
opencl cpu fails without a stack trace
1 parent 9da4aad commit c86c46d

10 files changed

+6
-3
lines changed

sycl/test-e2e/WorkGroupMemory/Dynamic/dynamic_alloc_local_accessor.cpp renamed to sycl/test-e2e/WorkGroupScratchMemory/dynamic_alloc_local_accessor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// RUN: %{run} %t.out
33
//
44

5-
// UNSUPPORTED: gpu-intel-gen12
5+
// UNSUPPORTED: gpu-intel-gen12, cpu
66
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/16072
77

88
// Test work_group_dynamic extension with allocation size specified at runtime

sycl/test-e2e/WorkGroupMemory/Dynamic/dynamic_alloc_ptr_alias.cpp renamed to sycl/test-e2e/WorkGroupScratchMemory/dynamic_alloc_ptr_alias.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// RUN: %{run} %t.out
33
//
44

5-
// UNSUPPORTED: gpu-intel-gen12
5+
// UNSUPPORTED: gpu-intel-gen12, cpu
66
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/16072
77

88
// Test work_group_dynamic extension with allocation size specified at runtime

sycl/test-e2e/WorkGroupMemory/Dynamic/dynamic_allocation.cpp renamed to sycl/test-e2e/WorkGroupScratchMemory/dynamic_allocation.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// RUN: %{run} %t.out
33
//
44

5-
// UNSUPPORTED: gpu-intel-gen12
5+
// UNSUPPORTED: gpu-intel-gen12, cpu
66
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/16072
77

88
// Test work_group_dynamic extension with allocation size specified at runtime.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
2+
# https://github.com/intel/llvm/issues/16072
3+
config.unsupported_features += ['hip']

0 commit comments

Comments
 (0)