Mentions légales du service

Skip to content

Missing CUDA kernels, and fix many warnings

Mathieu Faverge requested to merge faverge/chameleon:tpqrt/missing_cuda into master

@all

  • Add missing herfb and tpmqt CUDA kernels
  • Silent all warnings in Debug with gcc 5.4
  • Replace max/min macros with static inline functions to avoid warnings about comparing unsigned/signed int and or int sizes.

@sylvand : can you tell me if you still have trouble when compiling with StarPU ? I hope, I removed every probems.

Merge request reports