mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
Fixes typo in nccl_window_registration test (#157293)
As mentioned here: https://github.com/pytorch/pytorch/pull/155134#discussion_r2175605192 Pull Request resolved: https://github.com/pytorch/pytorch/pull/157293 Approved by: https://github.com/Skylion007
This commit is contained in:
parent
924fc52e18
commit
f5bbaa2253
|
|
@ -3182,7 +3182,7 @@ class NcclRegistrationTest(MultiProcessTestCase):
|
|||
|
||||
# Use NCCL memory allocator
|
||||
# enable symmetric memory usage in NCCL
|
||||
pool = torch.cuda.MemPool(backend.mem_allocator, symm_mem=True)
|
||||
pool = torch.cuda.MemPool(backend.mem_allocator, symmetric=True)
|
||||
|
||||
# allocate memory with ncclMemAlloc
|
||||
# note: symmetric kernels are not available for dtypes like torch.int64
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user