Skip to content

Commit 3e4d3cd

Browse files
committed
Another commit to triage test_sycl_kernel_submit
1 parent f91029e commit 3e4d3cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dpctl/tests/test_sycl_kernel_submit.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ def test_create_program_from_source(ctype_str, dtype, ctypes_ctor):
7777
b_np = dpt.asnumpy(b)
7878
a_np = dpt.asnumpy(a)
7979
ref_c = a_np * np.array(d, dtype=dtype) + b_np
80+
print(a_np, b_np, ref_c)
8081

8182
for r in (
8283
[

0 commit comments

Comments
 (0)