[libc-commits] [libc] [libc] Fix linking of AMDGPU device runtime control constants for math (PR #65676)

Matt Arsenault via libc-commits libc-commits at lists.llvm.org
Sat Sep 9 01:44:59 PDT 2023


arsenm wrote:

So technically ocml functions are now subtarget independent. They still could have the base wave size and other ABI incompatibilities. The ISA versions are only used for detecting if FMA is fast or not, which barely matters anymore. We could find a way to avoid that 

https://github.com/llvm/llvm-project/pull/65676


More information about the libc-commits mailing list