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: ...@@ -181,7 +181,7 @@ if BUILD_MASK & DS_BUILD_CPU_ADAM:
'-O3', '-O3',
'--use_fast_math', '--use_fast_math',
'-gencode', '-gencode',
5 'arch=compute_61,code=compute_61', 'arch=compute_61,code=compute_61',
'-gencode', '-gencode',
'arch=compute_70,code=compute_70', 'arch=compute_70,code=compute_70',
'-std=c++14', '-std=c++14',
...@@ -216,7 +216,6 @@ if BUILD_MASK & DS_BUILD_TRANSFORMER: ...@@ -216,7 +216,6 @@ if BUILD_MASK & DS_BUILD_TRANSFORMER:
'--use_fast_math', '--use_fast_math',
'-gencode', '-gencode',
'arch=compute_61,code=compute_61', 'arch=compute_61,code=compute_61',
'arch=compute_60,code=compute_60',
'-gencode', '-gencode',
'arch=compute_70,code=compute_70', 'arch=compute_70,code=compute_70',
'-std=c++14', '-std=c++14',
...@@ -248,7 +247,6 @@ if BUILD_MASK & DS_BUILD_TRANSFORMER: ...@@ -248,7 +247,6 @@ if BUILD_MASK & DS_BUILD_TRANSFORMER:
'--use_fast_math', '--use_fast_math',
'-gencode', '-gencode',
'arch=compute_61,code=compute_61', 'arch=compute_61,code=compute_61',
'arch=compute_60,code=compute_60',
'-gencode', '-gencode',
'arch=compute_70,code=compute_70', 'arch=compute_70,code=compute_70',
'-std=c++14', '-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