We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87d1c13 commit 172394fCopy full SHA for 172394f
dpctl/tests/test_sycl_queue_manager.py
@@ -1,6 +1,6 @@
1
# Data Parallel Control (dpctl)
2
#
3
-# Copyright 2020-2022 Intel Corporation
+# Copyright 2020-2023 Intel Corporation
4
5
# Licensed under the Apache License, Version 2.0 (the "License");
6
# you may not use this file except in compliance with the License.
@@ -69,7 +69,7 @@ def test_is_in_device_context_inside_nested_device_ctxt_cpu():
69
n = cpu.max_compute_units
70
n_half = n // 2
71
try:
72
- d0, d1 = cpu.create_subdevices(partition=[n_half, n - n_half])
+ d0, d1 = cpu.create_sub_devices(partition=[n_half, n - n_half])
73
except Exception:
74
pytest.skip("Could not create subdevices")
75
assert 0 == dpctl.get_num_activated_queues()
0 commit comments