-
Notifications
You must be signed in to change notification settings - Fork 204
For gcc15 added cuda 13.1.0 as this release introduces support for G… #10257
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: IB/CMSSW_16_1_X/g14
Are you sure you want to change the base?
For gcc15 added cuda 13.1.0 as this release introduces support for G… #10257
Conversation
…CC 15 and Clang 20 & added a check for tmp dir
|
A new Pull Request was created by @raoatifshad for branch IB/CMSSW_16_0_X/g14. @akritkbehera, @cmsbuild, @iarspider, @raoatifshad, @smuzaffar can you please review it and eventually sign? Thanks. |
|
cms-bot internal usage |
|
Why do we use GCC 15 in the |
|
@fwyzard , title os PR is misleading, we still use GCC 14 in this branch. |
|
Pull request #10257 was updated. |
|
OK, but then I'm confused - CUDA 13.x does not support C++23 ... |
|
As for testing in the main branch, I have no objections to testing it, but we cannot move to CUDA 13.x until we agree to drop support for Pascal and Volta GPUs :-( |
that is what I wanted to test, there is good chance that it will fail :-) |
Added CUDA 13.1.0 support since CUDA 13.x introduces compatibility
with GCC 15 and Clang 20, which is required for newer toolchains.
Additionally, address a known CUDA installer issue related to the
default log file path (/tmp/cuda-installer.log). When the file is
created by another user, subsequent installations may fail due to
permission errors.
To avoid this, explicitly create the required directory before the
installation and clean it up afterward. This ensures the installer
can write logs safely in multi-user build environments.
References:
https://forums.developer.nvidia.com/t/change-the-path-of-install-log-when-installing-cuda-toolkit/183179