Skip to content

Commit

Permalink
Merge pull request #137 from marsdeno/cutlass_3xtf32
Browse files Browse the repository at this point in the history
Printing bug in setup_trans0
  • Loading branch information
samhatfield authored Aug 20, 2024
2 parents a4a92f7 + 4c5957b commit 435e370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/trans/gpu/external/setup_trans0.F90
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ SUBROUTINE SETUP_TRANS0(KOUT,KERR,KPRINTLEV,KMAX_RESOL,KPROMATR,&
#ifdef USE_CUTLASS
WRITE(NOUT,'(A)') " - Cutlass-based GEMM operations"
#endif
#ifdef USE_3XTF32
#ifdef USE_CUTLASS_3XTF32
WRITE(NOUT,'(A)') " - tensor-core usage for 32b Cutlass operations"
#endif
WRITE(NOUT,'(A)')
Expand Down

0 comments on commit 435e370

Please sign in to comment.