forked from jax-ml/jax
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update the lowering for div_p to require f32/f64 for floating point i…
…nputs PTX has no div instruction for other floating point types. See https://docs.nvidia.com/cuda/parallel-thread-execution/index.html#floating-point-instructions-div. PiperOrigin-RevId: 616113396
- Loading branch information
1 parent
c94ea14
commit cdafb8f
Showing
2 changed files
with
30 additions
and
6 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