1. 31 Aug, 2021 2 commits
    • Nikita Shulga's avatar
      Increase no_output_timeout to 20m for WinConda (#1738) · 29c35626
      Nikita Shulga authored
      Downloading CUDA-11.1 from conda-forge takes a while
      29c35626
    • Nikita Shulga's avatar
      Enable Linux wheel/conda GPU package builds (#1730) · 0f844305
      Nikita Shulga authored
      * Remove some obsolete conditions about CUDA-10.0 from `pkg_helpers.bash`.
      * Use `USE_CUDA` instead of `FORCE_CUDA` in `pkg_helpers.bash`
      * Do not define `NO_CUDA_PACKAGE` in build_wheel.sh and build_cuda.sh
      * Add conda-forge for Win cuda-11.1 builds
      * Pass USE_CUDA / TORCH_CUDA_ARCH_LIST to conda build
      * Add selected CUDA to path
      * Don't define USE_CUDA for ROCM
      
      TODO: Fix Windows CUDA builds
      0f844305
  2. 28 Aug, 2021 1 commit
  3. 26 Aug, 2021 1 commit
    • moto's avatar
      Default to BUILD_SOX=1 in non-Windows systems (#1725) · 89ea6955
      moto authored
      * Default to BUILD_SOX=1 in non-Windows systems
      
      Since the adaptation of CMake and restricting to the static linking of libsox,
      the build process has become much robust with libsox integration enabled.
      
      This commit makes it default behavior to build libsox integration in non-Windows systems.
      The build process still checks BUILD_SOX env var so, setting `BUILD_SOX=0` disables it.
      89ea6955
  4. 03 Aug, 2021 1 commit
  5. 31 Jul, 2021 2 commits
  6. 28 Jul, 2021 1 commit
  7. 07 Jul, 2021 2 commits
  8. 28 Jun, 2021 3 commits
  9. 23 Jun, 2021 2 commits
  10. 22 Jun, 2021 1 commit
    • moto's avatar
      Temporarily pin nightly version on Linux/macOS CPU unittest (#1598) · 6d9c04d8
      moto authored
      There are some issues on CMake-based integration after 2021-06-19.
      
      ```
        Imported target "torch" includes non-existent path
          "/opt/conda/conda-bld/pytorch_1624259172741/work/torch/lib"
        in its INTERFACE_INCLUDE_DIRECTORIES.  Possible reasons include:
        * The path was deleted, renamed, or moved to another location.
        * An install or uninstall procedure did not complete successfully.
        * The installation package was faulty and references files it does not provide.
      ```
      
      This is being worked on PR like https://github.com/pytorch/pytorch/pull/60403.
      The nightly builds are still causing the error, so as a workaround, 
      we pin the nightly build version for Linux/macOS unittest.
      The issue still happens on Windows unittest and binary builds.
      6d9c04d8
  11. 15 Jun, 2021 1 commit
  12. 09 Jun, 2021 1 commit
  13. 01 Jun, 2021 1 commit
  14. 28 May, 2021 1 commit
    • Michael Melesse's avatar
      [ROCm] add rocm wheels (#1477) · 3bb3287f
      Michael Melesse authored
      * add rocm binary
      
      use the term cu_version
      
      update pkg_helpers
      
      add docker wheel option
      
      update config yml
      
      add force_cuda option
      
      * update config.yml
      
      * remove conda builds
      3bb3287f
  15. 27 May, 2021 1 commit
  16. 25 May, 2021 2 commits
  17. 05 May, 2021 1 commit
  18. 23 Apr, 2021 1 commit
  19. 20 Apr, 2021 1 commit
  20. 06 Apr, 2021 2 commits
  21. 12 Mar, 2021 1 commit
  22. 05 Mar, 2021 1 commit
  23. 26 Feb, 2021 1 commit
  24. 23 Feb, 2021 1 commit
  25. 19 Feb, 2021 1 commit
  26. 11 Feb, 2021 1 commit
  27. 09 Feb, 2021 1 commit
  28. 04 Feb, 2021 1 commit
  29. 03 Feb, 2021 1 commit
  30. 02 Feb, 2021 1 commit
  31. 26 Jan, 2021 1 commit
  32. 21 Jan, 2021 1 commit
    • moto's avatar
      Update unit test base Docker image (#1193) · 5547f204
      moto authored
      * Do not install sox system-wide, so that it will never get mixed up with static one torchaudio builds
      * Do not install cmake system-wide
      * Move libsndfile installation to Docker image
      5547f204