mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-28 06:05:29 -04:00
DBCSR: use tuned parameters after A100-parameters became available (#2655)
This commit is contained in:
parent
ffa692a543
commit
c971ca6876
1 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue