Skip to content

Commit

Permalink
Updated Makefile config to get compilation working.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryce Hathaway committed Dec 8, 2016
1 parent f12b058 commit 975285b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ SUBDIRS = . # test/memcheck test/opengl_interop
CUDA_INSTALL_PATH=@CUDA_INSTALL_PATH@
NVCC=${CUDA_INSTALL_PATH}/bin/nvcc

NVCCFLAGS=@NVCCFLAGS@ -Xcompiler -fPIC -Xcompiler '@COMMON_FLAGS@' \
NVCCFLAGS=@NVCCFLAGS@ -D_FORCE_INLINES -Xcompiler -fPIC -Xcompiler '@COMMON_FLAGS@' \
-gencode arch=compute_35,code=compute_35 \
-gencode arch=compute_35,code=sm_35 \
-gencode arch=compute_30,code=sm_30 \
Expand Down

0 comments on commit 975285b

Please sign in to comment.