From 5037086bf6fdc6476c250846b67cc6668ef1dc5d Mon Sep 17 00:00:00 2001 From: Andrei Elovikov Date: Fri, 13 Jan 2023 13:53:38 -0800 Subject: [PATCH] [SYCL] Disable SYCL/ESIMD/histogram_{64,2d_64}.cpp on gpu-intel-pvc Same as in #1497, these two were missed for some reason. --- SYCL/ESIMD/histogram_2d_64.cpp | 2 +- SYCL/ESIMD/histogram_64.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 //