[all-commits] [llvm/llvm-project] ed9107: [OpenMP] Replace use of target address space with ...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Sun Feb 9 08:25:46 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ed9107f2d71804f6bedff6cd05b1f1a4750eb112
https://github.com/llvm/llvm-project/commit/ed9107f2d71804f6bedff6cd05b1f1a4750eb112
Author: Joseph Huber <huberjn at outlook.com>
Date: 2025-02-09 (Sun, 09 Feb 2025)
Changed paths:
M offload/DeviceRTL/include/DeviceTypes.h
M offload/DeviceRTL/include/State.h
M offload/DeviceRTL/src/Configuration.cpp
M offload/DeviceRTL/src/Mapping.cpp
M offload/DeviceRTL/src/Reduction.cpp
M offload/DeviceRTL/src/State.cpp
M offload/DeviceRTL/src/Synchronization.cpp
M offload/DeviceRTL/src/Workshare.cpp
Log Message:
-----------
[OpenMP] Replace use of target address space with <gpuintrin.h> local (#126119)
Summary:
This definition is more portable since it defines the correct value for
the target. I got rid of the helper mostly because I think it's easy
enough to use now that it's a type and being explicit about what's
`undef` or `poison` is good.
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