1. 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
  2. 05 Sep, 2024 2 commits
  3. 01 Sep, 2024 1 commit
  4. 23 May, 2023 1 commit
  5. 24 Mar, 2022 1 commit
  6. 07 Mar, 2022 1 commit
  7. 04 Mar, 2022 1 commit
  8. 10 Sep, 2020 1 commit
  9. 20 Aug, 2020 1 commit
  10. 01 Jul, 2020 1 commit
  11. 15 Sep, 2017 1 commit
  12. 13 Oct, 2016 2 commits
  13. 14 Sep, 2016 1 commit
  14. 02 Sep, 2016 1 commit
  15. 27 Jul, 2016 1 commit
  16. 25 May, 2016 1 commit
  17. 02 Oct, 2015 1 commit
  18. 21 Sep, 2015 1 commit
  19. 07 Jul, 2015 1 commit
  20. 05 Jan, 2015 1 commit
  21. 13 Oct, 2014 1 commit
  22. 09 Oct, 2014 1 commit
  23. 12 Aug, 2014 1 commit
  24. 27 Jun, 2014 1 commit
  25. 07 Jan, 2014 1 commit
  26. 04 Jun, 2013 1 commit
  27. 29 May, 2013 1 commit
  28. 24 May, 2013 3 commits
  29. 22 May, 2013 1 commit
  30. 16 May, 2013 1 commit
  31. 19 Apr, 2013 1 commit
  32. 10 Apr, 2013 1 commit
  33. 22 Mar, 2013 1 commit
  34. 14 Dec, 2012 1 commit
  35. 05 Oct, 2012 1 commit
  36. 28 Sep, 2012 1 commit