[all-commits] [llvm/llvm-project] 12eab1: [CUDA] Use --image3 to construct fat binary (#151760)
Artem Belevich via All-commits
all-commits at lists.llvm.org
Fri Aug 1 13:14:36 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 12eab1a7b82d8db0e781862902b674332298162f
https://github.com/llvm/llvm-project/commit/12eab1a7b82d8db0e781862902b674332298162f
Author: Artem Belevich <tra at google.com>
Date: 2025-08-01 (Fri, 01 Aug 2025)
Changed paths:
M clang/lib/Driver/ToolChains/Cuda.cpp
M clang/test/Driver/cuda-arch-translation.cu
M clang/test/Driver/cuda-options.cu
Log Message:
-----------
[CUDA] Use --image3 to construct fat binary (#151760)
CUDA-12.9 has removed fatbinary tool's `--image` argument we've been
using till now.
--image3 has been supported since cuda-9, so we do not need CUDA SDK
version checks.
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