diff --git a/SYCL/Basic/image/image_sample.cpp b/SYCL/Basic/image/image_sample.cpp index e4bc20b184..cfedd2ff98 100644 --- a/SYCL/Basic/image/image_sample.cpp +++ b/SYCL/Basic/image/image_sample.cpp @@ -1,7 +1,8 @@ // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out // RUN: %CPU_RUN_PLACEHOLDER %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out -// UNSUPPORTED: cuda || hip +// Temporarily disable test on Windows due to regressions in GPU driver. +// UNSUPPORTED: cuda || hip, windows #include diff --git a/SYCL/Printf/double.cpp b/SYCL/Printf/double.cpp index 2a78ef633f..446e2d7a88 100644 --- a/SYCL/Printf/double.cpp +++ b/SYCL/Printf/double.cpp @@ -4,7 +4,8 @@ // The test is written using conversion specifiers table from cppreference [1] // [1]: https://en.cppreference.com/w/cpp/io/c/fprintf // -// UNSUPPORTED: hip_amd +// Temporarily disable test on Windows due to regressions in GPU driver. +// UNSUPPORTED: hip_amd, windows // // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out // RUN: %CPU_RUN_PLACEHOLDER %t.out %CPU_CHECK_PLACEHOLDER diff --git a/SYCL/Sampler/normalized-clampedge-linear-float.cpp b/SYCL/Sampler/normalized-clampedge-linear-float.cpp index f3fde942c7..98c0df7d33 100644 --- a/SYCL/Sampler/normalized-clampedge-linear-float.cpp +++ b/SYCL/Sampler/normalized-clampedge-linear-float.cpp @@ -3,6 +3,8 @@ // RUN: %GPU_RUN_PLACEHOLDER %t.out // RUN: %CPU_RUN_PLACEHOLDER %t.out // XFAIL: cuda || hip +// Temporarily disable test on Windows due to regressions in GPU driver. +// UNSUPPORTED: windows // CUDA works with image_channel_type::fp32, but not with any 8-bit per channel // type (such as unorm_int8) diff --git a/SYCL/Sampler/normalized-clampedge-nearest.cpp b/SYCL/Sampler/normalized-clampedge-nearest.cpp index f0a7c516e4..0500c69182 100644 --- a/SYCL/Sampler/normalized-clampedge-nearest.cpp +++ b/SYCL/Sampler/normalized-clampedge-nearest.cpp @@ -6,6 +6,8 @@ // Missing __spirv_ImageWrite, __spirv_SampledImage, // __spirv_ImageSampleExplicitLod on AMD // XFAIL: hip_amd +// Temporarily disable test on Windows due to regressions in GPU driver. +// UNSUPPORTED: windows /* This file sets up an image, initializes it with data, @@ -144,4 +146,4 @@ int main() { } return 0; -} \ No newline at end of file +} diff --git a/SYCL/Sampler/unnormalized-clamp-nearest.cpp b/SYCL/Sampler/unnormalized-clamp-nearest.cpp index 4006fa6d34..3a0f90b8df 100644 --- a/SYCL/Sampler/unnormalized-clamp-nearest.cpp +++ b/SYCL/Sampler/unnormalized-clamp-nearest.cpp @@ -1,4 +1,5 @@ -// UNSUPPORTED: hip +// Temporarily disable test on Windows due to regressions in GPU driver. +// UNSUPPORTED: hip, windows // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out // RUN: %HOST_RUN_PLACEHOLDER %t.out // RUN: %CPU_RUN_PLACEHOLDER %t.out @@ -117,4 +118,4 @@ int main() { } return 0; -} \ No newline at end of file +} diff --git a/SYCL/Sampler/unnormalized-clampedge-linear-float.cpp b/SYCL/Sampler/unnormalized-clampedge-linear-float.cpp index 296302e1d7..17f89f0e95 100644 --- a/SYCL/Sampler/unnormalized-clampedge-linear-float.cpp +++ b/SYCL/Sampler/unnormalized-clampedge-linear-float.cpp @@ -1,4 +1,5 @@ -// UNSUPPORTED: hip +// Temporarily disable test on Windows due to regressions in GPU driver. +// UNSUPPORTED: hip, windows // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out // RUN: %HOST_RUN_PLACEHOLDER %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out @@ -153,4 +154,4 @@ int main() { } return 0; -} \ No newline at end of file +} diff --git a/SYCL/Sampler/unnormalized-clampedge-nearest.cpp b/SYCL/Sampler/unnormalized-clampedge-nearest.cpp index dc1fb2a06c..05140e1b5e 100644 --- a/SYCL/Sampler/unnormalized-clampedge-nearest.cpp +++ b/SYCL/Sampler/unnormalized-clampedge-nearest.cpp @@ -1,4 +1,5 @@ -// UNSUPPORTED: hip +// Temporarily disable test on Windows due to regressions in GPU driver. +// UNSUPPORTED: hip, windows // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out // RUN: %HOST_RUN_PLACEHOLDER %t.out // RUN: %CPU_RUN_PLACEHOLDER %t.out @@ -123,4 +124,4 @@ int main() { } return 0; -} \ No newline at end of file +}