[all-commits] [llvm/llvm-project] 967374: [libc] Bump up minimum PTX version to 6.3
Joseph Huber via All-commits
all-commits at lists.llvm.org
Fri Feb 9 13:06:53 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 967374123bd6eee23db9a57fcac7324e420648c5
https://github.com/llvm/llvm-project/commit/967374123bd6eee23db9a57fcac7324e420648c5
Author: Joseph Huber <huberjn at outlook.com>
Date: 2024-02-09 (Fri, 09 Feb 2024)
Changed paths:
M libc/cmake/modules/LLVMLibCObjectRules.cmake
Log Message:
-----------
[libc] Bump up minimum PTX version to 6.3
Summary:
I neglected the fact that `activemask` is a 6.2 or 6.3 feature, so
building this on older machines is incorrect. Bump this up to 6.3 for
now so it works. In the future we will try to get rid of the N
architecture business.
More information about the All-commits
mailing list