openucx / xccl

Other
22 stars 14 forks source link

TEAM/MHBA: Adds mkey cache #113

Closed vspetrov closed 3 years ago

vspetrov commented 3 years ago
ASR may skip mkey update step (for SEND or RECV) if the following
condition is met:
1. registration has not changed
2. Buffer pointer has not changed
3. Msg size has not changed

Alternative to #104