File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
thunder/tests/distributed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -665,13 +665,15 @@ def test_ddp_grad_parity_with_without_bucketing(self, executor):
665
665
f"executor_{ executor } _bucketing_{ str (bucketing_strategy ).split ('.' )[1 ].lower ()} _{ (str (fsdptype ).lower ().split ('.' )[1 ])} "
666
666
),
667
667
)
668
- @pytest .mark .xfail (reason = "Investigation needed" ) # todo/fixme
669
668
def test_fsdp_grad_parity_with_without_bucketing (
670
669
self ,
671
670
executor ,
672
671
bucketing_strategy : FSDPBucketingStrategy ,
673
672
fsdptype : FSDPType ,
674
673
):
674
+ if bucketing_strategy == FSDPBucketingStrategy .LAYER :
675
+ pytest .xfail (reason = "Investigation needed" ) # todo/fixme
676
+
675
677
from thunder .distributed import fsdp
676
678
677
679
device = torch .device ("cuda" , self .rank )
You can’t perform that action at this time.
0 commit comments