Skip to content

Commit

Permalink
revert previous (accidental) change
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffra authored Oct 12, 2020
1 parent b8eb40e commit 1afca8f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ def available_vector_instructions():
'-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',
Expand Down Expand Up @@ -216,7 +216,6 @@ def available_vector_instructions():
'--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',
Expand Down Expand Up @@ -248,7 +247,6 @@ def available_vector_instructions():
'--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',
Expand Down

0 comments on commit 1afca8f

Please sign in to comment.