-
Notifications
You must be signed in to change notification settings - Fork 346
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[JAX] Bugfix for softmax primitives accepting invalid input sharding (#…
…664) * Softmax now forces XLA to unshard the hidden dimension with a warning. Unittests updated to check for numerics and warning with bad sharding Signed-off-by: Alp Dener <[email protected]> * correcting cudnn-frontend version Signed-off-by: Alp Dener <[email protected]> * fixed mismatched output sharding Signed-off-by: Alp Dener <[email protected]> * combined softmax tests and fixed code style/linting issues Signed-off-by: Alp Dener <[email protected]> --------- Signed-off-by: Alp Dener <[email protected]>
- Loading branch information
Showing
2 changed files
with
144 additions
and
78 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
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