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

Commit 70592b7

Browse files
authored
[SYCL][HIP] Disable sporadic test (#662)
1 parent 9b7a15a commit 70592b7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

SYCL/Basic/memory-consumption.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
// Issue #106: The test failing sporadically on OpenCL platform due to
66
// processing OCL_ICD_FILENAMES debug environment variable which causes
77
// extra memory allocation on device creation.
8-
// UNSUPPORTED: windows, opencl
8+
// Issue #661: The test is failing sporadically on HIP AMD.
9+
// UNSUPPORTED: windows, opencl, hip_amd
910
//
1011
//==-----memory-consumption.cpp - SYCL memory consumption basic test ------==//
1112
//

0 commit comments

Comments
 (0)