Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit 12fa738

Browse files
authored
Update gpu-common.mk
GPU_PTX_ARCH:=compute_60 GPU_ARCHS?=sm_61,sm_70,sm_75,sm_80,sm_86
1 parent 1eaefec commit 12fa738

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/gpu-common.mk

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
NVCC:=nvcc
2-
GPU_PTX_ARCH:=compute_35
3-
GPU_ARCHS?=sm_37,sm_50,sm_61,sm_70
2+
#GPU_PTX_ARCH:=compute_35
3+
#GPU_ARCHS?=sm_37,sm_50,sm_61,sm_70
4+
GPU_PTX_ARCH:=compute_60
5+
GPU_ARCHS?=sm_61,sm_70,sm_75,sm_80,sm_86
46
HOST_CFLAGS:=-Wall -Werror -fPIC -Wno-strict-aliasing
57
GPU_CFLAGS:=--gpu-code=$(GPU_ARCHS),$(GPU_PTX_ARCH) --gpu-architecture=$(GPU_PTX_ARCH)
68

0 commit comments

Comments
 (0)