Skip to content

Commit

Permalink
[SYCL] Disable SYCL/ESIMD/histogram_{64,2d_64}.cpp on gpu-intel-pvc (i…
Browse files Browse the repository at this point in the history
…ntel#1516)

Same as in intel#1497, these two were missed for some reason.
  • Loading branch information
aelovikov-intel authored Jan 13, 2023
1 parent 6c4b8cb commit bdddd2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SYCL/ESIMD/histogram_2d_64.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
//
//===----------------------------------------------------------------------===//
// REQUIRES: gpu
// UNSUPPORTED: cuda || hip
// UNSUPPORTED: cuda || hip || gpu-intel-pvc
// RUN: %clangxx -fsycl %s -o %t.out
// RUN: %GPU_RUN_PLACEHOLDER %t.out
//
Expand Down
2 changes: 1 addition & 1 deletion SYCL/ESIMD/histogram_64.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
//
//===----------------------------------------------------------------------===//
// REQUIRES: gpu
// UNSUPPORTED: cuda || hip
// UNSUPPORTED: cuda || hip || gpu-intel-pvc
// RUN: %clangxx -fsycl %s -o %t.out
// RUN: %GPU_RUN_PLACEHOLDER %t.out
//
Expand Down

0 comments on commit bdddd2d

Please sign in to comment.