-
Notifications
You must be signed in to change notification settings - Fork 15
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
cudatoolkit 10.1 #18
base: master
Are you sure you want to change the base?
cudatoolkit 10.1 #18
Conversation
Add entries for CUDA 10.1 to build.py. 10.1 update 1 added two new libraries, libcublasLt and libnvjpeg. The linux run file requires the extraction path to be specified using: --installpath=path rather than the previous --toolkitpath path.
I not yet tested this on Windows, once I have I will remove the WIP label. |
Added few minor changes for the Windows build. |
This PR needs some more work as the |
Use the rhel6 runfile for CUDA 10.1. The cublas libraries are removed if a toolkit install is performed, rather extract the embedded cuda blob and extract the files from there.
This is working again. The linux install requires a bit of work as the standard installer does not support RHEL6/CentOS 6. The installer which does support these distributions does not extract the |
Recipe and modification to the build.py script needed for cudatoolkit 10.1 update 1.
Two new libraries are included in this release, libcublasLt and libnvjpeg (linux only), both are distributable under the same license as other libraries in the previous release.
The linux run file requires that the extraction path be passed via the --installpath argument
The cublas library version is 10.2 not 10.1.