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
event: the event after executing the kernel (valid only if `async_finish` is set).
359
359
"""
360
-
decoupled_mode=return_recv_hook
360
+
decoupled_mode=return_recv_hook# This mode (decoupled_mode=True, return_recv_hook=False) is implemented to support large buffers without hooks, but offers no practical performance benefit and is not exposed to user for use.
recv_topk_weights: the reduced top-k weights from its dispatch ranks.
421
421
event: the event after executing the kernel (valid only if `async_finish` is set).
422
422
"""
423
-
decoupled_mode=return_recv_hook
423
+
decoupled_mode=return_recv_hook# This mode (decoupled_mode=True, return_recv_hook=False) is implemented to support large buffers without hooks, but offers no practical performance benefit and is not exposed to user for use.
0 commit comments