Skip to content
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

Update cuda to 10.1.168 for x86_64 #5173

Merged
merged 1 commit into from Aug 27, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions cuda.spec
@@ -1,12 +1,12 @@
### RPM external cuda %{fullversion}

%ifarch x86_64
%define fullversion 10.1.105
%define fullversion 10.1.168
%define cudaversion %(echo %realversion | cut -d. -f 1,2)
%define driversversion 418.39
%define driversversion 418.67
%define cudasoversion %{driversversion}
%define nsightarch linux-desktop-glibc_2_11_3-x64
%define nsightversion 2019.1
%define nsightversion 2019.3
%endif
%ifarch aarch64
%define fullversion 10.0.166
Expand Down