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

[SYCL][HIP] Disable sporadic test #662

Merged
merged 1 commit into from
Dec 23, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion SYCL/Basic/memory-consumption.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
// Issue #106: The test failing sporadically on OpenCL platform due to
// processing OCL_ICD_FILENAMES debug environment variable which causes
// extra memory allocation on device creation.
// UNSUPPORTED: windows, opencl
// Issue #661: The test is failing sporadically on HIP AMD.
// UNSUPPORTED: windows, opencl, hip_amd
//
//==-----memory-consumption.cpp - SYCL memory consumption basic test ------==//
//
Expand Down