Commit ac41cc2c authored by Christoph Junghans's avatar Christoph Junghans
Browse files

cmake: add GPU_PREC status output

parent f5f73b01
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -914,6 +914,7 @@ if(ENABLED_GPU)
  elseif(GPU_API STREQUAL "OpenCL")
    message(STATUS "OCL Tune: ${OCL_TUNE}")
  endif()
  message(STATUS "GPU Precision: ${GPU_PREC}")
endif()
if(PKG_KSPACE)
  message(STATUS "Using ${FFT} as FFT")