We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fc2660 commit bc96a2fCopy full SHA for bc96a2f
cuda_core/tests/test_memory.py
@@ -399,7 +399,6 @@ def test_ipc_mempool():
399
400
verify_ptr = ctypes.cast(int(verify_buffer.handle), ctypes.POINTER(ctypes.c_byte))
401
for i in range(64):
402
- print(f" {verify_ptr[i]}, {ctypes.c_byte(255 - i)}")
403
assert (
404
ctypes.c_byte(verify_ptr[i]).value == ctypes.c_byte(255 - i).value
405
), f"Child process data not reflected in parent at index {i}"
0 commit comments