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

Commit f681f3a

Browse files
authored
level_zero_device_free_mem.cpp is not supported on integrated devices (#1355)
1 parent daa5aec commit f681f3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SYCL/Plugin/level_zero_device_free_mem.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// REQUIRES: level_zero, level_zero_dev_kit
2-
// UNSUPPORTED: gpu-intel-gen9
2+
// UNSUPPORTED: gpu-intel-gen9, gpu-intel-gen12
33
// The query of free memory is not supported on integrated devices
44
//
55
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %level_zero_options %s -o %t.out

0 commit comments

Comments
 (0)