We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9b6411 commit 516acaaCopy full SHA for 516acaa
2 files changed
dpctl/tests/test_utils.py
@@ -161,7 +161,7 @@ def test_order_manager():
161
try:
162
q = dpctl.SyclQueue()
163
except dpctl.SyclQueueCreationError:
164
- pytest.skip("Queue could not created for default-selected device")
+ pytest.skip("Queue could not be created for default-selected device")
165
_som = dpctl.utils.SequentialOrderManager
166
_mngr = _som[q]
167
assert isinstance(_mngr.num_host_task_events, int)
examples/cython/usm_memory/scripts/bench.py
@@ -46,7 +46,7 @@ def gen_option_params(
46
continue
47
48
if not queues:
49
- print("No queues could not created, nothing to do.")
+ print("No queues could be created, nothing to do.")
50
exit(0)
51
52
opt_params_list = []
0 commit comments