Skip to content

Commit

Permalink
Fixup diagnostic prints missing since #141
Browse files Browse the repository at this point in the history
  • Loading branch information
wdeconinck committed Sep 16, 2024
1 parent 3e748dd commit ab0edc2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/trans/gpu/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,11 @@ foreach( prec dp sp )
$<${HAVE_OMP}:OpenMP::OpenMP_Fortran>
$<${HAVE_MPI}:MPI::MPI_Fortran>
PRIVATE_DEFINITIONS ${GPU_RUNTIME}GPU ${GPU_OFFLOAD}GPU
ECTRANS_HAVE_MPI=${ectrans_HAVE_MPI}
$<${HAVE_CUTLASS}:USE_CUTLASS>
$<${HAVE_CUTLASS_3XTF32}:USE_CUTLASS_3XTF32>
$<${HAVE_GPU_GRAPHS_GEMM}:USE_GRAPHS_GEMM>
$<${HAVE_GPU_AWARE_MPI}:USE_GPU_AWARE_MPI>
ECTRANS_HAVE_MPI=${ectrans_HAVE_MPI}
)

ectrans_target_fortran_module_directory(
Expand Down

0 comments on commit ab0edc2

Please sign in to comment.