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
# verify that data partition start locations are 4-byte alignedforpartitioned_dataindata_parallel_partitions:
assert (partitioned_data.data_ptr() %
(2*self.nccl_start_alignment_factor) ==0)
# verify that data partition start locations are 4-byte alignedforpartitioned_dataindata_parallel_partitions:
assert (partitioned_data.data_ptr() %
(2*self.nccl_start_alignment_factor) ==0)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
In stage_1_and_2.py, both line 316 and line 321:
Same codes are written twice, delete one?
Beta Was this translation helpful? Give feedback.
All reactions