Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
base
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FSL
base
Commits
e6a7c497
Commit
e6a7c497
authored
3 years ago
by
Paul McCarthy
Browse files
Options
Downloads
Plain Diff
Merge branch 'mnt/cuda-compute-capabilities' into 'master'
Mnt/cuda compute capabilities See merge request
!25
parents
9c674df4
4da1b4f7
No related branches found
No related tags found
1 merge request
!25
Mnt/cuda compute capabilities
Pipeline
#10911
passed
3 years ago
Stage: test
Stage: fsl-ci-build
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+5
-0
5 additions, 0 deletions
CHANGELOG.md
config/supportedGencodes.sh
+34
-0
34 additions, 0 deletions
config/supportedGencodes.sh
with
39 additions
and
0 deletions
CHANGELOG.md
+
5
−
0
View file @
e6a7c497
# FSL base project changelog
# FSL base project changelog
## 2109.1 (Wednesday 22nd September 2021)
-
Updated the
`supportedGencodes.sh`
script for CUDA 11.2, 11.3, and 11.4.
## 2109.0 (Monday 13th September 2021)
## 2109.0 (Monday 13th September 2021)
-
Added an extra unit test.
-
Added an extra unit test.
...
...
This diff is collapsed.
Click to expand it.
config/supportedGencodes.sh
+
34
−
0
View file @
e6a7c497
...
@@ -227,6 +227,40 @@ then
...
@@ -227,6 +227,40 @@ then
-gencode arch=compute_86,code=compute_86"
-gencode arch=compute_86,code=compute_86"
exit
0
exit
0
elif
[
"
$vn
"
=
11.2
]
elif
[
"
$vn
"
=
11.2
]
then
echo
"-gencode arch=compute_35,code=sm_35
\
-gencode arch=compute_37,code=sm_37
\
-gencode arch=compute_50,code=sm_50
\
-gencode arch=compute_52,code=sm_52
\
-gencode arch=compute_53,code=sm_53
\
-gencode arch=compute_60,code=sm_60
\
-gencode arch=compute_61,code=sm_61
\
-gencode arch=compute_62,code=sm_62
\
-gencode arch=compute_70,code=sm_70
\
-gencode arch=compute_72,code=sm_72
\
-gencode arch=compute_75,code=sm_75
\
-gencode arch=compute_80,code=sm_80
\
-gencode arch=compute_86,code=sm_86
\
-gencode arch=compute_86,code=compute_86"
exit
0
elif
[
"
$vn
"
=
11.3
]
then
echo
"-gencode arch=compute_35,code=sm_35
\
-gencode arch=compute_37,code=sm_37
\
-gencode arch=compute_50,code=sm_50
\
-gencode arch=compute_52,code=sm_52
\
-gencode arch=compute_53,code=sm_53
\
-gencode arch=compute_60,code=sm_60
\
-gencode arch=compute_61,code=sm_61
\
-gencode arch=compute_62,code=sm_62
\
-gencode arch=compute_70,code=sm_70
\
-gencode arch=compute_72,code=sm_72
\
-gencode arch=compute_75,code=sm_75
\
-gencode arch=compute_80,code=sm_80
\
-gencode arch=compute_86,code=sm_86
\
-gencode arch=compute_86,code=compute_86"
exit
0
elif
[
"
$vn
"
=
11.4
]
then
then
echo
"-gencode arch=compute_35,code=sm_35
\
echo
"-gencode arch=compute_35,code=sm_35
\
-gencode arch=compute_37,code=sm_37
\
-gencode arch=compute_37,code=sm_37
\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment