Skip to content

Commit e1e4b00

Browse files
committed
Add a comment documenting the origin of spirv files in test_sycl_kernel_submit.py
1 parent 298a5a7 commit e1e4b00

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dpctl/tests/test_sycl_kernel_submit.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,9 @@ def get_spirv_abspath(fn):
287287
return spirv_file
288288

289289

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

0 commit comments

Comments
 (0)