• Anton Gorenko's avatar
    Support ROCm 7 (#5162) · 07b738c5
    Anton Gorenko authored
    * Remove std::enable_if, warpRotateLeft is always used with TILE_SIZE
    
    * Do not use built-in warpSize in constexpr contexts
    
    Starting from ROCm 7 warpSize is no longer constexpr.
    findInteractingBlocks.hip uses it for sizes of __shared__ arrays.
    
    * Check if hipHostMallocNumaUser is allowed before using it
    07b738c5
HipNonbondedUtilities.cpp 36.3 KB