Skip to content

Commit

Permalink
Hopper support
Browse files Browse the repository at this point in the history
  • Loading branch information
reguly committed Oct 5, 2023
1 parent a728da9 commit d464527
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions makefiles/compilers.mk
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ CUDA_GEN_Maxwell := 50
CUDA_GEN_Pascal := 60
CUDA_GEN_Volta := 70
CUDA_GEN_Ampere := 80
CUDA_GEN_Hopper := 90

NV_ARCH := $(subst $(COMMA),$(SPACE),$(NV_ARCH))
$(foreach arch,$(NV_ARCH),$(eval CUDA_GEN += $(CUDA_GEN_$(arch))))
Expand Down

0 comments on commit d464527

Please sign in to comment.