Fix NIXL OBJ desciptors (#10712)
Co-authored-by: Tomer Shmilovich <tshmilovich@login-eos01.eos.clusters.nvidia.com>
This commit is contained in:
@@ -106,7 +106,7 @@ class NixlRegistration:
|
||||
return []
|
||||
return [(0, 0, 0, file_manager.get_file_path(key))]
|
||||
else: # OBJ
|
||||
return [(0, 0, key)]
|
||||
return [(0, 0, 0, key)]
|
||||
|
||||
def _register_memory(
|
||||
self,
|
||||
|
||||
Reference in New Issue
Block a user