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
When KNEM is not present, CMA will be selected for RMA for which RKEY is not needed. When RKEY is not needed, it is wrongly selecting CMA lane for cuda mem type rma.
Workarounds:
install KNEM
(or)
Disable CMA (--disable-cma)
(or)
not select cma through UCX_TLS.
The text was updated successfully, but these errors were encountered:
When KNEM is not present, CMA will be selected for RMA for which RKEY is not needed. When RKEY is not needed, it is wrongly selecting CMA lane for cuda mem type rma.
Workarounds:
install KNEM
(or)
Disable CMA (--disable-cma)
(or)
not select cma through UCX_TLS.
The text was updated successfully, but these errors were encountered: