Skip to content

Commit bc96a2f

Browse files
passing tests
1 parent 1fc2660 commit bc96a2f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cuda_core/tests/test_memory.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,6 @@ def test_ipc_mempool():
399399

400400
verify_ptr = ctypes.cast(int(verify_buffer.handle), ctypes.POINTER(ctypes.c_byte))
401401
for i in range(64):
402-
print(f" {verify_ptr[i]}, {ctypes.c_byte(255 - i)}")
403402
assert (
404403
ctypes.c_byte(verify_ptr[i]).value == ctypes.c_byte(255 - i).value
405404
), f"Child process data not reflected in parent at index {i}"

0 commit comments

Comments
 (0)