Skip to content

Commit

Permalink
Workaround for GPU bug
Browse files Browse the repository at this point in the history
  • Loading branch information
artuuuro committed Jan 7, 2020
1 parent e848599 commit 14ef50d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ ifndef CUDA_HOME
CUDA_HOME=/usr/local/cuda
endif

CUDA_ARCH=compute_60
CUDA_CODE=sm_60
CUDA_ARCH=compute_70
CUDA_CODE=sm_70

NVCC=$(CUDA_HOME)/bin/nvcc
MPICXX=mpicxx
Expand Down

0 comments on commit 14ef50d

Please sign in to comment.