Skip to content

Commit

Permalink
Add support for p100 in transformer kernels (#470)
Browse files Browse the repository at this point in the history
add compute cap of 6.0, support p100
  • Loading branch information
jeffra authored Oct 14, 2020
1 parent 1afca8f commit 7ddfda8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,8 @@ def available_vector_instructions():
'-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__',
Expand Down Expand Up @@ -248,6 +250,8 @@ def available_vector_instructions():
'-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__',
Expand Down

0 comments on commit 7ddfda8

Please sign in to comment.