diff --git a/SYCL/Basic/image/image_max_size.cpp b/SYCL/Basic/image/image_max_size.cpp index 0036214d34..9535f82477 100644 --- a/SYCL/Basic/image/image_max_size.cpp +++ b/SYCL/Basic/image/image_max_size.cpp @@ -3,8 +3,9 @@ // RUN: %CPU_RUN_PLACEHOLDER %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out -// UNSUPPORTED: cuda || hip +// UNSUPPORTED: cuda || hip || (windows && opencl && gpu) // CUDA does not support info::device::image3d_max_width query. +// TODO: Irregular runtime fails on Windows/opencl:gpu require analysis. // The test checks that 'image' with max allowed sizes is handled correctly.