Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Chris Jewell
GPUVariogram
Commits
4a55007e
Commit
4a55007e
authored
Jun 22, 2016
by
Chris Jewell
Browse files
Corrected nvcc compute line
parent
48977709
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Makevars
View file @
4a55007e
...
...
@@ -2,7 +2,7 @@ OBJECTS = gpuvariog.o GpuVariogram.o KernelUtils.o
CUDA_HOME=/usr/local/cuda
NVCC=$(CUDA_HOME)/bin/nvcc
NVCC_FLAGS=-O3 -use_fast_math -Xcompiler "-fPIC" -gencode arch=compute_20,co
mpute_30,
compute_3
5
,code=sm_
20,sm_30,
sm_35
NVCC_FLAGS=-O3 -use_fast_math -Xcompiler "-fPIC" -gencode arch=compute_20,co
de=sm_20 -gencode arch=
compute_3
0
,code=sm_
30 -gencode arch=compute_35,code=
sm_35
PKG_LIBS=-L$(CUDA_HOME)/lib64 -Wl,-rpath,$(CUDA_HOME)/lib64 -lcudart
%.o: %.cu
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment