1. 14 Dec, 2025 1 commit
    • 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
  2. 07 Jun, 2025 1 commit
    • Anton Gorenko's avatar
      Fix computeNonbonded hang on the HIP platform (#4959) · a4b43a04
      Anton Gorenko authored
      * Add a workaround for infinite loop in computeNonbonded (HIP)
      
      computeNonbonded hangs in some tests (without neighbor list).
      Reproducible on ROCm 6.4 and 6.4.1 (maybe on older versions too) on various architectures (both CDNA and RDNA).
      Affected tests: TestHipATMForce, TestHipMonteCarloBarostat, TestHipNonbondedForce, TestHipVirtualSites.
      
      Disassembly shows that the compiler splits branches of `if (skipBase+tgx < NUM_TILES_WITH_EXCLUSIONS)` and does
      `SHFL(skipTiles, TILE_SIZE-1) < pos` checks in them separately, even though `__builtin_amdgcn_ds_bpermute`
      is a convergent function. Apparently in this case not all lanes participate in each call.
      
      * Simplify includeTile check using ballot
      a4b43a04
  3. 05 Sep, 2024 2 commits
  4. 01 Sep, 2024 1 commit
  5. 23 May, 2023 1 commit
  6. 24 Mar, 2022 1 commit
  7. 07 Mar, 2022 1 commit
  8. 04 Mar, 2022 1 commit
  9. 10 Sep, 2020 1 commit
  10. 20 Aug, 2020 1 commit
  11. 01 Jul, 2020 1 commit
  12. 15 Sep, 2017 1 commit
  13. 13 Oct, 2016 2 commits
  14. 14 Sep, 2016 1 commit
  15. 02 Sep, 2016 1 commit
  16. 27 Jul, 2016 1 commit
  17. 25 May, 2016 1 commit
  18. 02 Oct, 2015 1 commit
  19. 21 Sep, 2015 1 commit
  20. 07 Jul, 2015 1 commit
  21. 05 Jan, 2015 1 commit
  22. 13 Oct, 2014 1 commit
  23. 09 Oct, 2014 1 commit
  24. 12 Aug, 2014 1 commit
  25. 27 Jun, 2014 1 commit
  26. 07 Jan, 2014 1 commit
  27. 04 Jun, 2013 1 commit
  28. 29 May, 2013 1 commit
  29. 24 May, 2013 3 commits
  30. 22 May, 2013 1 commit
  31. 16 May, 2013 1 commit
  32. 19 Apr, 2013 1 commit
  33. 10 Apr, 2013 1 commit
  34. 22 Mar, 2013 1 commit
  35. 14 Dec, 2012 1 commit
  36. 05 Oct, 2012 1 commit