Skip to content

Commit 5c07e44

Browse files
committed
Add a comment documenting the origin of spirv files in test_sycl_kernel_submit.py
1 parent 76fdd08 commit 5c07e44

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dpctl/tests/test_sycl_kernel_submit.py

+3
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,9 @@ def get_spirv_abspath(fn):
288288
return spirv_file
289289

290290

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
291294
def test_submit_local_accessor_arg():
292295
try:
293296
q = dpctl.SyclQueue("level_zero")

0 commit comments

Comments
 (0)