1. 17 Oct, 2025 1 commit
  2. 14 Oct, 2025 1 commit
  3. 13 Oct, 2025 2 commits
  4. 11 Oct, 2025 1 commit
  5. 25 Sep, 2025 1 commit
  6. 23 Sep, 2025 1 commit
  7. 22 Sep, 2025 1 commit
    • Jeff Daily's avatar
      [ROCm] re-add support for ROCm builds · 61ec4f1a
      Jeff Daily authored
      Previously #6086 added ROCm support but after numerous rebases it lost
      critical changes. This PR restores the ROCm build.
      
      There are many source file changes but most were automated using the
      following:
      
      ```bash
      for f in `grep -rl '#ifdef USE_CUDA'`
      do
          sed -i 's@#ifdef USE_CUDA@#if defined(USE_CUDA) || defined(USE_ROCM)@g' $f
      done
      
      for f in `grep -rl '#endif  // USE_CUDA'`
      do
          sed -i 's@#endif  // USE_CUDA@#endif  // USE_CUDA || USE_ROCM@g' $f
      done
      ```
      61ec4f1a
  8. 24 Aug, 2025 1 commit
  9. 04 Aug, 2025 1 commit
  10. 28 Jul, 2025 1 commit
  11. 24 Jul, 2025 1 commit
  12. 17 Apr, 2025 1 commit
  13. 07 Feb, 2025 1 commit
  14. 26 Jan, 2025 1 commit
  15. 20 Jan, 2025 1 commit
  16. 02 Jan, 2025 1 commit
  17. 15 Dec, 2024 1 commit
    • Nikita Titov's avatar
      [ci] use Ruff linter instead of isort (#6755) · c2f3807c
      Nikita Titov authored
      * Update append-comment.sh
      
      * Update static_analysis.yml
      
      * Update static_analysis.yml
      
      * Update basic.py
      
      * Update basic.py
      
      * Update .pre-commit-config.yaml
      
      * Update basic.py
      
      * Update basic.py
      
      * Update basic.py
      
      * Update basic.py
      
      * Update basic.py
      
      * Update pyproject.toml
      
      * Update pyproject.toml
      
      * Update pyproject.toml
      
      * Update pyproject.toml
      
      * Update interactive_plot_example.ipynb
      
      * Update pyproject.toml
      
      * Update append-comment.sh
      
      * Update basic.py
      
      * Update basic.py
      
      * Update pyproject.toml
      
      * Update .pre-commit-config.yaml
      
      * Update basic.py
      
      * Update basic.py
      
      * Update test_basic.R
      
      * Update rank_objective.hpp
      
      * Update histogram_16_64_256.cu
      
      * Update static_analysis.yml
      
      * ensure alphabetical order of rules
      c2f3807c
  18. 14 Dec, 2024 1 commit
  19. 11 Dec, 2024 1 commit
  20. 05 Dec, 2024 1 commit
  21. 01 Dec, 2024 1 commit
  22. 25 Oct, 2024 1 commit
  23. 18 Oct, 2024 1 commit
  24. 13 Oct, 2024 1 commit
  25. 02 Oct, 2024 1 commit
  26. 31 Jul, 2024 1 commit
  27. 12 Jul, 2024 2 commits
  28. 10 Jul, 2024 2 commits
  29. 05 Jul, 2024 1 commit
  30. 17 Jun, 2024 1 commit
  31. 05 Jun, 2024 1 commit
  32. 01 May, 2024 1 commit
  33. 23 Apr, 2024 1 commit
  34. 20 Apr, 2024 1 commit
  35. 19 Apr, 2024 1 commit
  36. 19 Mar, 2024 1 commit
  37. 18 Mar, 2024 1 commit