-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
proprietary_binary_cuda_version_mapping allows for better CUDA versio…
…n mapping (#648) Allows us to support download urls that have unique mappings per CUDA major version Authors: - Robert Maynard (https://github.com/robertmaynard) Approvers: - Vyas Ramasubramani (https://github.com/vyasr) URL: #648
- Loading branch information
1 parent
f09cc77
commit 0feab43
Showing
4 changed files
with
40 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"proprietary_binary_cuda_version_mapping": { | ||
"11": "11.8", | ||
"12": "12.3" | ||
}, | ||
"proprietary_binary": { | ||
"aarch64-linux": "<url>/binary_${cuda-toolkit-version-mapping}.tar.gz", | ||
"x86_64-linux": "<url>/binary_${cuda-toolkit-version-mapping}.tar.gz" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters