Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit 516f47e

Browse files
authored
[SYCL] Disable image_max_size.cpp on windows/opencl:gpu (#504)
The test gives irregular fails on windows/opencl:gpu, thus disabled it until the issue is analysed/fixed. Signed-off-by: Vyacheslav N Klochkov <[email protected]>
1 parent 54771dd commit 516f47e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

SYCL/Basic/image/image_max_size.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
// RUN: %CPU_RUN_PLACEHOLDER %t.out
44
// RUN: %GPU_RUN_PLACEHOLDER %t.out
55

6-
// UNSUPPORTED: cuda || hip
6+
// UNSUPPORTED: cuda || hip || (windows && opencl && gpu)
77
// CUDA does not support info::device::image3d_max_width query.
8+
// TODO: Irregular runtime fails on Windows/opencl:gpu require analysis.
89

910
// The test checks that 'image' with max allowed sizes is handled correctly.
1011

0 commit comments

Comments
 (0)