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: 026dc16b85f4
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: ce00943916f8
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on May 4, 2018

  1. pytorch: 0.2.0 → 0.3.1 with CUDA and cuDNN (#38530)

    * pytorch-0.3 with optional cuda and cudnn
    
    * pytorch tests reenabled if compiling without cuda
    
    * pytorch: Conditionalize cudnn dependency on cudaSupport
    
    Signed-off-by: Anders Kaseorg <andersk@mit.edu>
    
    * pytorch: Compile with the same GCC version used by CUDA if cudaSupport
    
    Fixes this error:
    
    In file included from /nix/store/gv7w3c71jg627cpcff04yi6kwzpzjyap-cudatoolkit-9.1.85.1/include/host_config.h:50:0,
                     from /nix/store/gv7w3c71jg627cpcff04yi6kwzpzjyap-cudatoolkit-9.1.85.1/include/cuda_runtime.h:78,
                     from <command-line>:0:
    /nix/store/gv7w3c71jg627cpcff04yi6kwzpzjyap-cudatoolkit-9.1.85.1/include/crt/host_config.h:121:2: error: #error -- unsupported GNU version! gcc versions later than 6 are not supported!
     #error -- unsupported GNU version! gcc versions later than 6 are not supported!
      ^~~~~
    
    Signed-off-by: Anders Kaseorg <andersk@mit.edu>
    
    * pytorch: Build with joined cudatoolkit
    
    Similar to #30058 for TensorFlow.
    
    Signed-off-by: Anders Kaseorg <andersk@mit.edu>
    
    * pytorch: 0.3.0 -> 0.3.1
    
    Signed-off-by: Anders Kaseorg <andersk@mit.edu>
    
    * pytorch: Patch for “refcounted file mapping not supported” failure
    
    Signed-off-by: Anders Kaseorg <andersk@mit.edu>
    
    * pytorch: Skip distributed tests
    
    Signed-off-by: Anders Kaseorg <andersk@mit.edu>
    
    * pytorch: Use the stub libcuda.so from cudatoolkit for running tests
    
    Signed-off-by: Anders Kaseorg <andersk@mit.edu>
    andersk authored and FRidh committed May 4, 2018
    Configuration menu
    Copy the full SHA
    ce00943 View commit details
    Browse the repository at this point in the history