Files
llvm/offload/DeviceRTL
Joseph Huber 8934a6e13b [OpenMP] Use the libc malloc for AMDGPU if available (#151241)
Summary:
This patch enables the OpenMP runtime to use the general-purpose
`malloc` interface in `libc` if the user built OpenMP with it enabled.
All this requires is keeping `malloc` as an external function so it will
be resolved later by the linker.
2025-08-01 20:41:06 -05:00
..