Update DBCSR

This commit is contained in:
Alfio Lazzaro 2024-07-18 11:43:06 +02:00
parent e4b6ebc72d
commit 6260bb3e8f
2 changed files with 3 additions and 4 deletions

View file

@ -90,10 +90,9 @@ else ifeq ($(GPUVER),A100)
ARCH_NUMBER = 80
else ifeq ($(GPUVER),A40)
ARCH_NUMBER = 86
override GPUVER := A100
else ifeq ($(GPUVER),H100)
ARCH_NUMBER = 90
# TODO: update for H100 tuned parameters
override GPUVER := A100
else ifeq ($(GPUVER),Mi50)
ARCH_NUMBER = gfx906
else ifeq ($(GPUVER),Mi100)
@ -132,7 +131,7 @@ else ifeq (hip,$(USE_ACCEL))
FCFLAGS := -D__HIP $(filter-out -D__HIP,$(FCFLAGS))
# OpenCL backend
else ifeq (opencl,$(USE_ACCEL))
CFLAGS := -D__OPENCL $(filter-out -D__OPENCL $(CXXSTD),$(if $(ACCFLAGS),$(ACCFLAGS),$(CFLAGS)))
CFLAGS := -D__OPENCL $(filter-out -D__OPENCL $(CXXSTD),$(if $(ACCFLAGS),$(ACCFLAGS),$(CFLAGS)))
endif
# Set the configuration =====================================================

@ -1 +1 @@
Subproject commit 4e300bcaf8d6162275f2051230980513dc3d9550
Subproject commit 0f7c1fb08a185247872d0ed884ed4c27017c5aa5