Commit 195e453d authored by Richard Berger's avatar Richard Berger
Browse files

Add HIP configuration output

parent b7a2b375
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -733,6 +733,9 @@ if(PKG_GPU)
    message(STATUS "GPU architecture: ${GPU_ARCH}")
  elseif(GPU_API STREQUAL "OPENCL")
    message(STATUS "OpenCL tuning:    ${OCL_TUNE}")
  elseif(GPU_API STREQUAL "HIP")
    message(STATUS "HIP platform:     ${HIP_PLATFORM}")
    message(STATUS "HIP architecture: ${HIP_ARCH}")
  endif()
  message(STATUS "GPU precision:    ${GPU_PREC}")
endif()