[clang] [clang][AMDGPU][CUDA] Handle __builtin_printf for device printf (PR #68515)

Matt Arsenault via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 5 01:41:40 PST 2024


arsenm wrote:

> > It looks reasonable to me, although I'm not really an AMDGPU person. /me summons @arsenm ?
> 
> AMDGPU backend relies on LLVM passes to translate printf at IR level.

For the OpenCL case only, not for HIP/OpenMP

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


More information about the cfe-commits mailing list