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