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