1. 19 Dec, 2023 2 commits
    • shiyu1994's avatar
      [ci] Upgrade Azure VMSS to use Mariner Linux (#6222) · bed9f3ff
      shiyu1994 authored
      * Update .vsts-ci.yml for Azure Pipelines
      
      Upgrade Azure VM Scale Set to use Mariner (Azure Linux) systems.
      
      * Update .vsts-ci.yml
      
      * Update .vsts-ci.yml
      
      * Update .vsts-ci.yml
      
      * Update .vsts-ci.yml
      
      * Update .vsts-ci.yml
      
      * upgrade clang to clang-17
      
      * add -y in apt install
      
      * update name of mariner agent pool
      
      * fix clang 17 compiler name
      
      * apt update before install clang 17
      
      * update libomp version for clang 17
      
      * use clang-17 only for Mariner agents
      
      * fix CXX and CC
      bed9f3ff
    • June Liu's avatar
      Add msvc conformance check (#6234) · 074b3e88
      June Liu authored
      074b3e88
  2. 14 Dec, 2023 1 commit
  3. 13 Dec, 2023 1 commit
  4. 10 Dec, 2023 1 commit
  5. 07 Dec, 2023 2 commits
  6. 06 Dec, 2023 2 commits
  7. 04 Dec, 2023 1 commit
  8. 01 Dec, 2023 1 commit
  9. 30 Nov, 2023 1 commit
  10. 25 Nov, 2023 2 commits
  11. 22 Nov, 2023 3 commits
  12. 16 Nov, 2023 1 commit
  13. 14 Nov, 2023 1 commit
  14. 13 Nov, 2023 2 commits
  15. 09 Nov, 2023 1 commit
  16. 08 Nov, 2023 1 commit
  17. 07 Nov, 2023 2 commits
  18. 06 Nov, 2023 2 commits
  19. 02 Nov, 2023 1 commit
  20. 01 Nov, 2023 1 commit
  21. 26 Oct, 2023 1 commit
  22. 25 Oct, 2023 1 commit
  23. 10 Oct, 2023 1 commit
  24. 09 Oct, 2023 2 commits
  25. 08 Oct, 2023 2 commits
    • shiyu1994's avatar
      [CUDA] CUDA Quantized Training (fixes #5606) (#5933) · f901f471
      shiyu1994 authored
      * add quantized training (first stage)
      
      * add histogram construction functions for integer gradients
      
      * add stochastic rounding
      
      * update docs
      
      * fix compilation errors by adding template instantiations
      
      * update files for compilation
      
      * fix compilation of gpu version
      
      * initialize gradient discretizer before share states
      
      * add a test case for quantized training
      
      * add quantized training for data distributed training
      
      * Delete origin.pred
      
      * Delete ifelse.pred
      
      * Delete LightGBM_model.txt
      
      * remove useless changes
      
      * fix lint error
      
      * remove debug loggings
      
      * fix mismatch of vector and allocator types
      
      * remove changes in main.cpp
      
      * fix bugs with uninitialized gradient discretizer
      
      * initialize ordered gradients in gradient discretizer
      
      * disable quantized training with gpu and cuda
      
      fix msvc compilation errors and warnings
      
      * fix bug in data parallel tree learner
      
      * make quantized training test deterministic
      
      * make quantized training in test case more accurate
      
      * refactor test_quantized_training
      
      * fix leaf splits initialization with quantized training
      
      * check distributed quantized training result
      
      * add cuda gradient discretizer
      
      * add quantized training for CUDA version in tree learner
      
      * remove cuda computability 6.1 and 6.2
      
      * fix parts of gpu quantized training errors and warnings
      
      * fix build-python.sh to install locally built version
      
      * fix memory access bugs
      
      * fix lint errors
      
      * mark cuda quantized training on cuda with categorical features as unsupported
      
      * rename cuda_utils.h to cuda_utils.hu
      
      * enable quantized training with cuda
      
      * fix cuda quantized training with sparse row data
      
      * allow using global memory buffer in histogram construction with cuda quantized training
      
      * recover build-python.sh
      
      enlarge allowed package size to 100M
      f901f471
    • James Lamb's avatar
      3d9ada76
  26. 07 Oct, 2023 1 commit
  27. 06 Oct, 2023 2 commits
  28. 05 Oct, 2023 1 commit