Skip to content

Commit

Permalink
Merge branch 'master' of github.com:FindHao/gpupunk
Browse files Browse the repository at this point in the history
  • Loading branch information
FindHao committed Feb 3, 2023
2 parents 26a963a + 30d721e commit fcbe315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gpu-patch/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ INCLUDE_DIRS := -I$(CUDA_PATH)/include -I$(SANITIZER_PATH)/include -I$(CUPTI_PAT
SRC_DIR := src
CXXFLAGS := $(INCLUDE_DIRS) -O3 --fatbin

ARCHS := 60 70 72 75 80 86
ARCHS := 60 70 72 75 80 86 87

# Generate SASS code for each SM architectures
$(foreach sm,$(ARCHS),$(eval GENCODE_FLAGS += -gencode arch=compute_$(sm),code=sm_$(sm)))
Expand Down

0 comments on commit fcbe315

Please sign in to comment.