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
1afca8f7
"...git@developer.sourcefind.cn:OpenDAS/torchaudio.git" did not exist on "f50a92869c37bbc54fe08af819304e6ad1011e84"
Unverified
Commit
1afca8f7
authored
Oct 12, 2020
by
Jeff Rasley
Committed by
GitHub
Oct 12, 2020
Browse files
revert previous (accidental) change
parent
b8eb40eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
setup.py
setup.py
+1
-3
No files found.
setup.py
View file @
1afca8f7
...
...
@@ -181,7 +181,7 @@ if BUILD_MASK & DS_BUILD_CPU_ADAM:
'-O3'
,
'--use_fast_math'
,
'-gencode'
,
5
'arch=compute_61,code=compute_61'
,
'arch=compute_61,code=compute_61'
,
'-gencode'
,
'arch=compute_70,code=compute_70'
,
'-std=c++14'
,
...
...
@@ -216,7 +216,6 @@ if BUILD_MASK & DS_BUILD_TRANSFORMER:
'--use_fast_math'
,
'-gencode'
,
'arch=compute_61,code=compute_61'
,
'arch=compute_60,code=compute_60'
,
'-gencode'
,
'arch=compute_70,code=compute_70'
,
'-std=c++14'
,
...
...
@@ -248,7 +247,6 @@ if BUILD_MASK & DS_BUILD_TRANSFORMER:
'--use_fast_math'
,
'-gencode'
,
'arch=compute_61,code=compute_61'
,
'arch=compute_60,code=compute_60'
,
'-gencode'
,
'arch=compute_70,code=compute_70'
,
'-std=c++14'
,
...
...
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