You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently RequestTagMulti doesn't take into consideration CUDA synchronization which is an error. The user should be able to consume any received data or release any sent data immediately after the request completes, without having to care about synchronization. Another valid approach would be to let the user specify a CUDA async stream, and in that case release the synchronization requirement back to the user.
Currently
RequestTagMulti
doesn't take into consideration CUDA synchronization which is an error. The user should be able to consume any received data or release any sent data immediately after the request completes, without having to care about synchronization. Another valid approach would be to let the user specify a CUDA async stream, and in that case release the synchronization requirement back to the user.When this is fixed, remove
ucxx/python/distributed-ucxx/distributed_ucxx/ucxx.py
Lines 376 to 377 in 7af9f19
The text was updated successfully, but these errors were encountered: