Skip to content

Commit

Permalink
Fix local_gemm_api (cp2k#3472)
Browse files Browse the repository at this point in the history
  • Loading branch information
fstein93 authored Jun 13, 2024
1 parent 0a48604 commit 9d45d45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/local_gemm_api.F
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ MODULE local_gemm_api
C_PTR
#if defined(__SPLA) && defined(__OFFLOAD_GEMM)
USE input_constants, ONLY: do_dgemm_spla
USE ISO_C_BINDING, ONLY: C_ASSOCIATED
USE ISO_C_BINDING, ONLY: C_ASSOCIATED, &
C_LOC
USE spla, ONLY: SPLA_PU_HOST, &
SPLA_PU_GPU, &
SPLA_OP_NONE, &
Expand Down

0 comments on commit 9d45d45

Please sign in to comment.