aboutsummaryrefslogtreecommitdiff
path: root/llvm/test
diff options
context:
space:
mode:
authorJoseph Huber <huberjn@outlook.com>2026-02-24 08:44:29 -0600
committerGitHub <noreply@github.com>2026-02-24 08:44:29 -0600
commit049cfda67c43c44f39e6f1d8e51cabcc491fcfce (patch)
treedfe6b5ad419f5334c97df101d924057e38ca471c /llvm/test
parent142218186d9c56165b7710e2b2ead2fe02482b15 (diff)
downloadllvm-main.zip
llvm-main.tar.gz
llvm-main.tar.bz2
[LLVM] Port 'llvm-gpu-loader' to use LLVMOffload (#162739)HEADmain
Summary: This patch rewrites the `llvm-gpu-loader` utility to use the LLVMOffload interface. This heavily simplifies it while re-using the already existing support. Another benefit is that I can now easily do this dynamically so we can always build this utility without needing to find non-standard packages. One issue is mentioned in https://github.com/llvm/llvm-project/issues/159636 where this will now take extra time if you have both installed on the same machine. This is just slightly annoying since most people don't have both CUDA and ROCm at the same time so I don't consider it a blocker. I will work later to address it. Slightly unfortunate environment variable usage, I will also expose that better in the future. Fixes: https://github.com/llvm/llvm-project/issues/132890
Diffstat (limited to 'llvm/test')
0 files changed, 0 insertions, 0 deletions