Navigation Menu

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: b907387ffe95
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 3d9f3c3dd364
Choose a head ref
  • 5 commits
  • 2 files changed
  • 2 contributors

Commits on May 9, 2020

  1. pytorch: 1.2.0 -> 1.4.1

    Co-authored-by: Benjamin Hipple <bhipple@protonmail.com>
    stites and bhipple committed May 9, 2020
    Copy the full SHA
    cc245fd View commit details
    Browse the repository at this point in the history
  2. python3Packages.pytorch: fixup builds with MKL

    - Pass `blas.provider` into `buildInputs`, so that CMake can find the actual
      `mkl` for inspection of its cmake files and headers.
    
    - Add `USE_MKL` correctly when the blas provider is `mkl`.
    
    - Use the MKLDNN and MKLDNN_CBLAS flags by default, since `mkldnn` is FOSS and
      always available..
    
    - Remove a patch for MKL 2019, since we've moved to 2020.
    
    - Add a pythonImportsCheck for "torch" as a basic sanity-check
    
    - Removed some unused variables at the top of the file
    bhipple committed May 9, 2020
    Copy the full SHA
    fb5bb25 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    47105a1 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    ecef297 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #75827 from stites/pytorch-1.3.1

    python3Packages.pytorch: 1.2.0 -> 1.4.1, python3Packages.ignite: 0.2.1 -> 0.3.0
    bhipple committed May 9, 2020
    Copy the full SHA
    3d9f3c3 View commit details
    Browse the repository at this point in the history