Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
fix #2
  • Loading branch information
FindHao authored Jan 13, 2023
1 parent 920832d commit 30d721e
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 30d721e

Please sign in to comment.