Skip to content

Commit 74a77f9

Browse files
committed
Update readme
1 parent 44042e3 commit 74a77f9

File tree

4 files changed

+56
-195
lines changed

4 files changed

+56
-195
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
CXX=nvcc
22

3-
CUDAFLAGS=--ptxas-options=-v -m64 -arch compute_61 -code sm_61 -Xptxas -dlcm=ca -Xcompiler -D_FORCE_INLINES -lineinfo --expt-relaxed-constexpr
3+
ARCH=-arch compute_61 -code sm_61
4+
CUDAFLAGS=--ptxas-options=-v -m64 $(ARCH) -Xptxas -dlcm=ca -Xcompiler -D_FORCE_INLINES -lineinfo --expt-relaxed-constexpr
45

56
BIN_FOLDER=bin
67
SRC_FOLDER=src

images/memory.jpg

33.6 KB
Loading

images/structure.jpg

21.4 KB
Loading

0 commit comments

Comments
 (0)