1. 23 Sep, 2025 1 commit
  2. 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
  3. 28 Aug, 2025 1 commit
  4. 24 Jul, 2025 1 commit
  5. 10 Feb, 2025 1 commit
  6. 02 Feb, 2025 1 commit
  7. 02 Jan, 2025 1 commit
  8. 01 Dec, 2024 1 commit
  9. 21 Oct, 2024 1 commit
  10. 07 Oct, 2024 1 commit
  11. 26 Sep, 2024 1 commit
  12. 25 Sep, 2024 1 commit
  13. 30 Aug, 2024 1 commit
  14. 15 Aug, 2024 2 commits
  15. 06 Aug, 2024 1 commit
  16. 02 Aug, 2024 1 commit
    • Nikita Titov's avatar
      [ci] Require CMake 3.28 and replace `FetchContent_Populate` with... · 3175a912
      Nikita Titov authored
      [ci] Require CMake 3.28 and replace `FetchContent_Populate` with `FetchContent_MakeAvailable` (#6550)
      
      * Replace `FetchContent_Populate` with `FetchContent_MakeAvailable`
      
      * Test with VS 2022
      
      * Update IntegratedOpenCL.cmake
      
      * Update IntegratedOpenCL.cmake
      
      * Update IntegratedOpenCL.cmake
      
      * Update IntegratedOpenCL.cmake
      
      * Update IntegratedOpenCL.cmake
      
      * Update .vsts-ci.yml
      
      * bump minimum CMake version
      
      * force symlinking
      
      * fix line length
      
      * install curl
      
      * install sudo
      
      * install certs
      
      * install CMake for R Windows jobs
      
      * debug cmake
      
      * new try
      
      * remove CMake from RTools
      
      * cleanup
      
      * remove duplicted curl installation
      
      * CMake version as variable
      3175a912
  17. 14 Jul, 2024 1 commit
  18. 12 Jul, 2024 1 commit
  19. 04 Jul, 2024 2 commits
  20. 14 Jun, 2024 1 commit
  21. 30 May, 2024 1 commit
  22. 17 May, 2024 1 commit
  23. 07 May, 2024 1 commit
  24. 04 May, 2024 1 commit
  25. 01 May, 2024 1 commit
  26. 23 Apr, 2024 1 commit
  27. 12 Jan, 2024 2 commits
  28. 09 Jan, 2024 2 commits
  29. 28 Dec, 2023 1 commit
  30. 19 Dec, 2023 1 commit
  31. 07 Dec, 2023 1 commit
  32. 06 Oct, 2023 1 commit
  33. 30 Sep, 2023 1 commit
  34. 12 Sep, 2023 1 commit
  35. 15 Jun, 2023 1 commit
  36. 27 May, 2023 1 commit