Skip to content

Commit d65c490

Browse files
speriaswamy-amdcijohnson
authored andcommitted
AlltoAllV uses 0 size for bootstrap
1 parent aeb42b5 commit d65c490

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cvs/models/rccl.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class RcclTests(BaseModel):
2222
model_config = ConfigDict(frozen=True)
2323
numCycle: NonNegativeInt
2424
name: Collective
25-
size: PositiveInt
25+
size: NonNegativeInt
2626
type: Type
2727
redop: Redop
2828
inPlace: InPlace
@@ -138,7 +138,7 @@ class RcclTestsAggregated(BaseModel):
138138
# Grouping keys
139139
model_config = ConfigDict(frozen=True, populate_by_name=True)
140140
name: Collective = Field(alias='collective')
141-
size: PositiveInt
141+
size: NonNegativeInt
142142
type: Type
143143
inPlace: InPlace
144144

0 commit comments

Comments
 (0)