1. 25 Sep, 2025 1 commit
  2. 23 Sep, 2025 1 commit
  3. 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
  4. 24 Aug, 2025 1 commit
  5. 04 Aug, 2025 1 commit
  6. 28 Jul, 2025 1 commit
  7. 24 Jul, 2025 1 commit
  8. 17 Apr, 2025 1 commit
  9. 07 Feb, 2025 1 commit
  10. 26 Jan, 2025 1 commit
  11. 20 Jan, 2025 1 commit
  12. 02 Jan, 2025 1 commit
  13. 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
  14. 14 Dec, 2024 1 commit
  15. 11 Dec, 2024 1 commit
  16. 05 Dec, 2024 1 commit
  17. 01 Dec, 2024 1 commit
  18. 25 Oct, 2024 1 commit
  19. 18 Oct, 2024 1 commit
  20. 13 Oct, 2024 1 commit
  21. 02 Oct, 2024 1 commit
  22. 31 Jul, 2024 1 commit
  23. 12 Jul, 2024 2 commits
  24. 10 Jul, 2024 2 commits
  25. 05 Jul, 2024 1 commit
  26. 17 Jun, 2024 1 commit
  27. 05 Jun, 2024 1 commit
  28. 01 May, 2024 1 commit
  29. 23 Apr, 2024 1 commit
  30. 20 Apr, 2024 1 commit
  31. 19 Apr, 2024 1 commit
  32. 19 Mar, 2024 1 commit
  33. 18 Mar, 2024 1 commit
  34. 29 Feb, 2024 1 commit
  35. 23 Feb, 2024 1 commit
    • shiyu1994's avatar
      [c++][fix] Support Quantized Training with Categorical Features on CPU (#6301) · 776c5c3c
      shiyu1994 authored
      * support quantized training with categorical features on cpu
      
      * remove white spaces
      
      * add tests for quantized training with categorical features
      
      * skip tests for cuda version
      
      * fix cases when only 1 data block in row-wise quantized histogram construction with 8 inner bits
      
      * remove useless capture
      
      * fix compilation warnings
      
      revert useless changes
      
      * revert useless change
      
      * separate functions in feature histogram into cpp file
      
      * add feature_histogram.o in Makevars
      776c5c3c
  36. 22 Feb, 2024 1 commit
  37. 20 Feb, 2024 1 commit
  38. 17 Jan, 2024 1 commit