Skip to content

Commit

Permalink
add cc 3.0 to nccl (#594)
Browse files Browse the repository at this point in the history
  • Loading branch information
soumith committed Jan 26, 2017
1 parent 2ad967d commit a2938e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion torch/lib/nccl/Makefile
Expand Up @@ -16,7 +16,8 @@ CUDA_LIB ?= $(CUDA_HOME)/lib64
CUDA_INC ?= $(CUDA_HOME)/include
NVCC ?= $(CUDA_HOME)/bin/nvcc

NVCC_GENCODE ?= -gencode=arch=compute_35,code=sm_35 \
NVCC_GENCODE ?= -gencode=arch=compute_30,code=sm_30 \
-gencode=arch=compute_35,code=sm_35 \
-gencode=arch=compute_50,code=sm_50 \
-gencode=arch=compute_52,code=sm_52 \
-gencode=arch=compute_52,code=compute_52
Expand Down

0 comments on commit a2938e3

Please sign in to comment.