Skip to content

Commit 0df3db3

Browse files
committed
Show a_np and b_np in test_create_program_from_source
1 parent 6f0a412 commit 0df3db3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dpctl/tests/test_sycl_kernel_submit.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ def test_create_program_from_source(ctype_str, dtype, ctypes_ctor):
7676

7777
b_np = dpt.asnumpy(b)
7878
a_np = dpt.asnumpy(a)
79+
print(b_np)
80+
print(a_np)
7981

8082
for r in (
8183
[

0 commit comments

Comments
 (0)