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