Skip to content

Commit

Permalink
Fix postcommit failure and move tests in right folder (#16286)
Browse files Browse the repository at this point in the history
opencl cpu fails without a stack trace
  • Loading branch information
Naghasan authored Dec 5, 2024
1 parent cafb28a commit 8024711
Show file tree
Hide file tree
Showing 10 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// RUN: %{run} %t.out
//

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

// Test work_group_dynamic extension with allocation size specified at runtime
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// RUN: %{run} %t.out
//

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

// Test work_group_dynamic extension with allocation size specified at runtime
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// RUN: %{run} %t.out
//

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

// Test work_group_dynamic extension with allocation size specified at runtime.
Expand Down
File renamed without changes.
3 changes: 3 additions & 0 deletions sycl/test-e2e/WorkGroupStatic/lit.local.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@

# https://github.com/intel/llvm/issues/16072
config.unsupported_features += ['hip']

0 comments on commit 8024711

Please sign in to comment.