文件最后提交记录最后更新时间
[BACKEND] Add Address Sanitizer Pass (#5127) Add address sanitizer pass to LLVM pass pipeline. Known limitations for this PR: - Currently only the AMD backend is supported - Source code line support not implemented here, coming in follow up patch1 年前
[AMD] Handle denorm by default and update device libs (#3683) This PR adds allow_flush_denorm as kernel arg and set it to False by default (meaning denorms are retained). It also updates the device libs from https://github.com/ROCm/llvm-project/commits/amd-staging/ @d8e4e4e0a829ae8b5db3492257fb95b9c2ad2bbc so that we don't need another confusing knob (daz_opt) to control denorm handling in math functions such as exp. (For more info about daz_opt, please check discussion in https://github.com/openai/triton/pull/3614) We'll figure out how to control per-op denorm flushing in future PRs.2 年前
[AMD] Handle denorm by default and update device libs (#3683) This PR adds allow_flush_denorm as kernel arg and set it to False by default (meaning denorms are retained). It also updates the device libs from https://github.com/ROCm/llvm-project/commits/amd-staging/ @d8e4e4e0a829ae8b5db3492257fb95b9c2ad2bbc so that we don't need another confusing knob (daz_opt) to control denorm handling in math functions such as exp. (For more info about daz_opt, please check discussion in https://github.com/openai/triton/pull/3614) We'll figure out how to control per-op denorm flushing in future PRs.2 年前