[all-commits] [llvm/llvm-project] 8934a6: [OpenMP] Use the `libc` malloc for AMDGPU if avail...
Stanislav Mekhanoshin via All-commits
all-commits at lists.llvm.org
Fri Aug 1 18:45:38 PDT 2025
Branch: refs/heads/users/rampitec/08-01-_amdgpu_gfx1250_v_cvt_scalef32_sr_pk8__instructions
Home: https://github.com/llvm/llvm-project
Commit: 8934a6e13bd8d2a0ad2609bd62832ca700dab3a7
https://github.com/llvm/llvm-project/commit/8934a6e13bd8d2a0ad2609bd62832ca700dab3a7
Author: Joseph Huber <huberjn at outlook.com>
Date: 2025-08-01 (Fri, 01 Aug 2025)
Changed paths:
M offload/DeviceRTL/src/State.cpp
Log Message:
-----------
[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.
Commit: f776bf970065f0037f6f10fc37eb4686b4b9d933
https://github.com/llvm/llvm-project/commit/f776bf970065f0037f6f10fc37eb4686b4b9d933
Author: Stanislav Mekhanoshin <Stanislav.Mekhanoshin at amd.com>
Date: 2025-08-01 (Fri, 01 Aug 2025)
Changed paths:
M offload/DeviceRTL/src/State.cpp
Log Message:
-----------
Merge branch 'main' into users/rampitec/08-01-_amdgpu_gfx1250_v_cvt_scalef32_sr_pk8__instructions
Compare: https://github.com/llvm/llvm-project/compare/98c5092bed59...f776bf970065
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list