Mentions légales du service

Skip to content

Fix hipblas configure to allow compiling when hipblas isn't found

Loris requested to merge satanas-atos/starpu:fix_hipblas_configure into master
  • Disable hipblas examples when hipblas isn't found
  • Only check rocblas.h and rocblas.so when compiling for AMD target
  • Add missing header include of cublas.h when compiling for Nvidia target
  • Reactivate example/mult test as it was ported to HIP but the compilation for HIP was disabled during some previous rebase to master
  • Fix logic of AC_CHECK_ for hip and hibblas

Merge request reports