diff --git a/SYCL/ESIMD/histogram_2d_64.cpp b/SYCL/ESIMD/histogram_2d_64.cpp index 4a361dfe7e..e006a16878 100644 --- a/SYCL/ESIMD/histogram_2d_64.cpp +++ b/SYCL/ESIMD/histogram_2d_64.cpp @@ -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 // diff --git a/SYCL/ESIMD/histogram_64.cpp b/SYCL/ESIMD/histogram_64.cpp index a9dd354cf6..af2ee45d52 100644 --- a/SYCL/ESIMD/histogram_64.cpp +++ b/SYCL/ESIMD/histogram_64.cpp @@ -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 //