Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
deepspeed
Commits
7ddfda85
Unverified
Commit
7ddfda85
authored
Oct 14, 2020
by
Jeff Rasley
Committed by
GitHub
Oct 14, 2020
Browse files
Add support for p100 in transformer kernels (#470)
add compute cap of 6.0, support p100
parent
1afca8f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
setup.py
setup.py
+4
-0
No files found.
setup.py
View file @
7ddfda85
...
...
@@ -217,6 +217,8 @@ if BUILD_MASK & DS_BUILD_TRANSFORMER:
'-gencode'
,
'arch=compute_61,code=compute_61'
,
'-gencode'
,
'arch=compute_60,code=compute_60'
,
'-gencode'
,
'arch=compute_70,code=compute_70'
,
'-std=c++14'
,
'-U__CUDA_NO_HALF_OPERATORS__'
,
...
...
@@ -248,6 +250,8 @@ if BUILD_MASK & DS_BUILD_TRANSFORMER:
'-gencode'
,
'arch=compute_61,code=compute_61'
,
'-gencode'
,
'arch=compute_60,code=compute_60'
,
'-gencode'
,
'arch=compute_70,code=compute_70'
,
'-std=c++14'
,
'-U__CUDA_NO_HALF_OPERATORS__'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment