From befc2915d698f3c558e8eafd73e76bd96519d27a Mon Sep 17 00:00:00 2001 From: DenisBakhvalov <61807338+DenisBakhvalov@users.noreply.github.com> Date: Tue, 30 Mar 2021 09:20:28 -0700 Subject: [PATCH 1/3] Temporarily disabled unnormalized-clamp-linear-float.cpp #204 --- SYCL/Sampler/unnormalized-clamp-linear-float.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/SYCL/Sampler/unnormalized-clamp-linear-float.cpp b/SYCL/Sampler/unnormalized-clamp-linear-float.cpp index f57ebc90d1..ab9657240a 100644 --- a/SYCL/Sampler/unnormalized-clamp-linear-float.cpp +++ b/SYCL/Sampler/unnormalized-clamp-linear-float.cpp @@ -10,6 +10,9 @@ // On Windows, LevelZero returns wrong result for outside right pixel when using // unorm_int8 data. +// #204 Disable unstable tests +// REQUIRES: TEMPORARY_DISABLED + /* This file sets up an image, initializes it with data, and verifies that the data is sampled correctly with a From 5bcfccea81582eb05bebf92d1b8843be8d66bf83 Mon Sep 17 00:00:00 2001 From: DenisBakhvalov <61807338+DenisBakhvalov@users.noreply.github.com> Date: Tue, 30 Mar 2021 10:41:04 -0700 Subject: [PATCH 2/3] Update unnormalized-clamp-linear-float.cpp --- SYCL/Sampler/unnormalized-clamp-linear-float.cpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/SYCL/Sampler/unnormalized-clamp-linear-float.cpp b/SYCL/Sampler/unnormalized-clamp-linear-float.cpp index ab9657240a..4c958dc9d9 100644 --- a/SYCL/Sampler/unnormalized-clamp-linear-float.cpp +++ b/SYCL/Sampler/unnormalized-clamp-linear-float.cpp @@ -2,7 +2,8 @@ // RUN: %HOST_RUN_PLACEHOLDER %t.out %HOST_CHECK_PLACEHOLDER // RUN: %CPU_RUN_PLACEHOLDER %t.out %CPU_CHECK_PLACEHOLDER // RUN: %GPU_RUN_PLACEHOLDER %t.out %GPU_CHECK_PLACEHOLDER -// XFAIL: cuda || (level_zero && windows) +// Temporary disabled on level_zero && windows (#204) +// UNSUPPORTED: cuda || (level_zero && windows) // CUDA works with image_channel_type::fp32, but not with any 8-bit per channel // type (such as unorm_int8) @@ -10,9 +11,6 @@ // On Windows, LevelZero returns wrong result for outside right pixel when using // unorm_int8 data. -// #204 Disable unstable tests -// REQUIRES: TEMPORARY_DISABLED - /* This file sets up an image, initializes it with data, and verifies that the data is sampled correctly with a From 39716f3897dec58497cb2c1d930ef179f772bc7e Mon Sep 17 00:00:00 2001 From: DenisBakhvalov <61807338+DenisBakhvalov@users.noreply.github.com> Date: Tue, 30 Mar 2021 10:54:11 -0700 Subject: [PATCH 3/3] Returned XFAIL for cuda --- SYCL/Sampler/unnormalized-clamp-linear-float.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/SYCL/Sampler/unnormalized-clamp-linear-float.cpp b/SYCL/Sampler/unnormalized-clamp-linear-float.cpp index 4c958dc9d9..756f82bc0b 100644 --- a/SYCL/Sampler/unnormalized-clamp-linear-float.cpp +++ b/SYCL/Sampler/unnormalized-clamp-linear-float.cpp @@ -2,8 +2,9 @@ // RUN: %HOST_RUN_PLACEHOLDER %t.out %HOST_CHECK_PLACEHOLDER // RUN: %CPU_RUN_PLACEHOLDER %t.out %CPU_CHECK_PLACEHOLDER // RUN: %GPU_RUN_PLACEHOLDER %t.out %GPU_CHECK_PLACEHOLDER -// Temporary disabled on level_zero && windows (#204) -// UNSUPPORTED: cuda || (level_zero && windows) +// XFAIL: cuda +// Temporary disabled (#204) +// UNSUPPORTED: level_zero && windows // CUDA works with image_channel_type::fp32, but not with any 8-bit per channel // type (such as unorm_int8)