cmake: add GPU_PREC status output
This commit is contained in:
@ -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")
|
||||
|
||||
Reference in New Issue
Block a user