Skip to content

Commit

Permalink
add pascal make target
Browse files Browse the repository at this point in the history
  • Loading branch information
winstywang committed Apr 5, 2017
1 parent e03dc65 commit 19845cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions make/config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ CUDA_ARCH := -gencode arch=compute_30,code=sm_30 \
-gencode arch=compute_35,code=sm_35 \
-gencode arch=compute_50,code=sm_50 \
-gencode arch=compute_50,code=compute_50
-gencode arch=compute_62,code=compute_62

# whether use cuda runtime compiling for writing kernels in native language (i.e. Python)
USE_NVRTC = 0
Expand Down

0 comments on commit 19845cd

Please sign in to comment.