Skip to content

Commit

Permalink
Enable fast-exp (ROCm#543)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanglx13 authored Mar 21, 2024
1 parent 11e0175 commit fa401cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/triton/third_party/hip/hip_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ def get_amdgcn_bitcode_paths(gfx_arch: str):
"ocml.bc",
"ockl.bc",
"oclc_finite_only_off.bc",
"oclc_daz_opt_off.bc",
"oclc_daz_opt_on.bc",
"oclc_correctly_rounded_sqrt_on.bc",
"oclc_unsafe_math_off.bc",
"oclc_wavefrontsize64_on.bc",
Expand Down

0 comments on commit fa401cf

Please sign in to comment.