"...git@developer.sourcefind.cn:OpenDAS/torchaudio.git" did not exist on "f50a92869c37bbc54fe08af819304e6ad1011e84"
Unverified Commit 1afca8f7 authored by Jeff Rasley's avatar Jeff Rasley Committed by GitHub
Browse files

revert previous (accidental) change

parent b8eb40eb
......@@ -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',
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment