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

Commit bdd8cc4

Browse files
authored
[SYCL][HIP] Disable device_num.cpp (#1136)
Disables `device_num.cpp`, which was enabled recently in #1081 and despite working locally fails on CI.
1 parent 2c6eb63 commit bdd8cc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SYCL/Regression/device_num.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
// RUN: env SYCL_DEVICE_FILTER=2 env TEST_DEV_CONFIG_FILE_NAME=%t1.conf %t.out
66
// RUN: env SYCL_DEVICE_FILTER=3 env TEST_DEV_CONFIG_FILE_NAME=%t1.conf %t.out
77

8-
// Temporarily disable on L0 due to fails in CI
9-
// UNSUPPORTED: level_zero
8+
// Temporarily disable on L0 and HIP due to fails in CI
9+
// UNSUPPORTED: level_zero, hip
1010

1111
#include <fstream>
1212
#include <iostream>

0 commit comments

Comments
 (0)