Skip to content

Commit

Permalink
Cleanup offload_gemm (#2086)
Browse files Browse the repository at this point in the history
* Fix compilation errors if SIRIUS is not used

* Remove unused symbols in offload_gemm
  • Loading branch information
fstein93 committed Apr 28, 2022
1 parent 2fc723e commit 2d15f91
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/offload_gemm.F
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,9 @@

MODULE offload_gemm
USE ISO_C_BINDING, ONLY: C_LOC, &
C_NULL_CHAR, &
C_NULL_PTR, &
C_PTR, &
C_int
#if defined(__SPLA)
C_PTR
#if defined(__SPLA) && defined(__OFFLOAD_GEMM)
USE spla, ONLY: SPLA_PU_HOST, &
SPLA_PU_GPU, &
SPLA_OP_NONE, &
Expand Down

0 comments on commit 2d15f91

Please sign in to comment.