Skip to content

Commit 092e879

Browse files
authored
Update test_memory_usage.py
1 parent 7aff323 commit 092e879

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearnex/tests/test_memory_usage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ def test_table_conversions_memory_leaks(dataframe, queue, order, data_shape, dty
320320
and queue.sycl_device.is_gpu
321321
and (
322322
os.getenv("ZES_ENABLE_SYSMAN") is None
323-
or not is_dpctl_device_available(["gpu"])
323+
or not is_sycl_device_available(["gpu"])
324324
)
325325
):
326326
pytest.skip("SYCL device memory leak check requires the level zero sysman")

0 commit comments

Comments
 (0)