1. 21 1月, 2017 1 次提交
  2. 17 9月, 2016 1 次提交
  3. 09 9月, 2016 3 次提交
  4. 07 9月, 2016 3 次提交
  5. 05 9月, 2016 1 次提交
  6. 04 9月, 2016 1 次提交
  7. 03 9月, 2016 2 次提交
  8. 02 9月, 2016 5 次提交
  9. 01 9月, 2016 7 次提交
  10. 28 8月, 2016 1 次提交
  11. 27 8月, 2016 1 次提交
  12. 26 8月, 2016 1 次提交
    • V
      Cherry-pick into r0.10 cuda configure fix and gif.BUILD missing headers (#4041) · 761e6de4
      Vijay Vasudevan 提交于
      * Add missing headers to gif BUILD definition.
      
      % :.../gif/giflib-5.1.4/lib$ ls
      dgif_lib.c  gif_err.c	gif_hash.h	   Makefile.am	 openbsd-reallocarray.c
      egif_lib.c  gif_font.c	gif_lib.h	   Makefile.in	 quantize.c
      gifalloc.c  gif_hash.c	gif_lib_private.h  Makefile.unx
      Change: 131121931
      
      * cuda_configure: Use env variables that match those used in configure script. (#4034)
      
      Issue #4002
      761e6de4
  13. 24 8月, 2016 1 次提交
  14. 23 8月, 2016 6 次提交
    • G
      Add cuda_configure repository rule to autodetect cuda. (#3966) · 58b37cf7
      gunan 提交于
      This change reimplements the CUDA autoconfiguration mechanism in Skylark,
      providing a `cuda_configure` workspace rule. We keep the same user interface,
      the ./configure script, but rather than modifying source files within the
      source tree, `cuda_configure` generates a `@local_config_cuda` workspace
      containing:
      
      * Symlinks to the CUDA headers and libraries
      * BUILD files generated with the correct CUDA and cuDNN versions
      * CROSSTOOL config with CUDA include dirs populated
      * crosstool_wrapper_driver_is_not_gcc wrapper script with compiler paths and
        CUDA compute capabilities set.
      * cuda_config.h header file with CUDA versions and compute capabilities set,
        which can be `#include`d by source files.
      
      This change also makes the following fixes to `Dockerfile.gpu`:
      * Change the `CUDNN_INSTALL_PATH` to point to `/usr/lib/x86_64-linux-gnu`
        rather than `/usr/local/cuda` since NVIDIA's image installs `libcudnn.so`
        under `/usr/lib/x86_64-linux-gnu`.
      * Add env variable to set the minimum compute capability to 3.0.
      
      Fixes #2873
      58b37cf7
    • D
      Add cuda_configure repository rule to autodetect cuda. · 857eee77
      David Z. Chen 提交于
      This change reimplements the CUDA autoconfiguration mechanism in Skylark,
      providing a `cuda_configure` workspace rule. We keep the same user interface,
      the ./configure script, but rather than modifying source files within the
      source tree, `cuda_configure` generates a `@local_config_cuda` workspace
      containing:
      
      * Symlinks to the CUDA headers and libraries
      * BUILD files generated with the correct CUDA and cuDNN versions
      * CROSSTOOL config with CUDA include dirs populated
      * crosstool_wrapper_driver_is_not_gcc wrapper script with compiler paths and
        CUDA compute capabilities set.
      * cuda_config.h header file with CUDA versions and compute capabilities set,
        which can be `#include`d by source files.
      
      This change also makes the following fixes to `Dockerfile.gpu`:
      * Change the `CUDNN_INSTALL_PATH` to point to `/usr/lib/x86_64-linux-gnu`
        rather than `/usr/local/cuda` since NVIDIA's image installs `libcudnn.so`
        under `/usr/lib/x86_64-linux-gnu`.
      * Add env variable to set the minimum compute capability to 3.0.
      
      Fixes #2873
      857eee77
    • G
      Merge pull request #3961 from gunan/r0.10 · 44595c44
      gunan 提交于
      Cherrypicks to fix some issues in R0.10RC
      44595c44
    • M
      C++ API: Added a Const constructor for non-empty const supporting type cast. · 5ce25679
      Manjunath Kudlur 提交于
      Fixes #3752
      Change: 130113000
      5ce25679
    • G
    • B
      Upgraded eigen to the latest version · 3c5774d5
      Benoit Steiner 提交于
      Change: 129887348
      3c5774d5
  15. 20 8月, 2016 1 次提交
  16. 19 8月, 2016 3 次提交
  17. 17 8月, 2016 2 次提交