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 76fdd08 commit 5c07e44Copy full SHA for 5c07e44
dpctl/tests/test_sycl_kernel_submit.py
@@ -288,6 +288,9 @@ def get_spirv_abspath(fn):
288
return spirv_file
289
290
291
+# the process for generating the .spv files in this test is documented in
292
+# libsyclinterface/tests/test_sycl_queue_submit_local_accessor_arg.cpp
293
+# in a comment starting on line 123
294
def test_submit_local_accessor_arg():
295
try:
296
q = dpctl.SyclQueue("level_zero")
0 commit comments