Skip to content

Commit

Permalink
DBCSR: use tuned parameters after A100-parameters became available (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
hfp committed Mar 7, 2023
1 parent ffa692a commit c971ca6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions exts/build_dbcsr/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,6 @@ else ifeq ($(GPUVER),P100)
else ifeq ($(GPUVER),V100)
ARCH_NUMBER = 70
else ifeq ($(GPUVER),A100)
# TODO: update for A100 tuned parameters
override GPUVER := V100
ARCH_NUMBER = 80
else ifeq ($(GPUVER),Mi50)
ARCH_NUMBER = gfx906
Expand Down

0 comments on commit c971ca6

Please sign in to comment.