-
Notifications
You must be signed in to change notification settings - Fork 622
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix fused seqpar after change in torch._scaled_mm
In pytorch/pytorch@fc2913f, PyTorch changed the API of torch._scaled_mm: - `out=` is now a single tensor (instead of a tuple tensor + amax) - `scale_a` and `scale_b` are no longer optional This triggered some failures in mypy (not sure why the CI was green: maybe it uses too old a PyTorch version?). I guess this also caused failures when used, however we don't have tests for it since we don't have CI jobs for H100. And apparently no one is using that feature? ghstack-source-id: 2fe2da80d9400f20c68e009c8cc111e8bf98d627 Pull Request resolved: fairinternal/xformers#1169 __original_commit__ = fairinternal/xformers@31f7f3a
- Loading branch information
Showing
1 changed file
with
23 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters