[all-commits] [llvm/llvm-project] 433b71: [CUDA] Correctly set CUDA default architecture (#8...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Tue Mar 5 20:03:12 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 433b71188da9649a9040f0db5338c65369fa3e90
https://github.com/llvm/llvm-project/commit/433b71188da9649a9040f0db5338c65369fa3e90
Author: Joseph Huber <huberjn at outlook.com>
Date: 2024-03-05 (Tue, 05 Mar 2024)
Changed paths:
M clang/lib/Driver/Driver.cpp
M clang/test/Driver/cuda-detect.cu
M clang/test/Driver/cuda-march.cu
M clang/test/Driver/cuda-omp-unsupported-debug-options.cu
M clang/test/Driver/cuda-options.cu
M clang/test/Driver/cuda-ptxas-path.cu
M clang/test/Driver/dwarf-target-version-clamp.cu
Log Message:
-----------
[CUDA] Correctly set CUDA default architecture (#84017)
Summary:
We already had a special CUDA default that better tracked the state as
of modern CUDA installations. Recently this was bumped up to `sm_52`,
but there was a location that wasn't respecting this. Fix that.
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