cmake: add GPU_PREC status output

This commit is contained in:
Christoph Junghans
2018-06-22 09:02:10 -06:00
parent f5f73b0172
commit ac41cc2c9a

View File

@ -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")