1. 26 Mar, 2020 1 commit
  2. 18 Mar, 2020 2 commits
  3. 17 Mar, 2020 2 commits
  4. 16 Mar, 2020 1 commit
  5. 14 Mar, 2020 2 commits
  6. 12 Mar, 2020 5 commits
  7. 11 Mar, 2020 4 commits
  8. 10 Mar, 2020 5 commits
  9. 09 Mar, 2020 2 commits
  10. 06 Mar, 2020 5 commits
  11. 05 Mar, 2020 3 commits
  12. 04 Mar, 2020 6 commits
  13. 03 Mar, 2020 2 commits
    • Changming Sun's avatar
      Fix CUDA PATH (#3131) · 12605f05
      Changming Sun authored
      Previously, we put the "bin" folder of all the CUDA verions in the system PATH. And 10.2 is in the front. It's a mess.
      So I've removed all of them from the system PATH env. But I need to add one of them back through build scripts.
      
      (The problem only affect the C# test, not the C/C++ tests that forked from build.py).
      12605f05
    • smk2007's avatar
      Enable DML Nuget Package for x64 or x86 architectures (#3120) · 6cdd2b49
      smk2007 authored
      * add dml gpu pipelines
      
      * add x86 to the gpu dml dev build pipeline
      
      * Enable DML x86 builds
      
      * Fix uint64_t -> size_t warning
      
      * fix warnings
      
      * enable dml on x86 ci builds
      
      * operatorHelper 773 error uint32_t vs uint64_t
      
      * operatorHelper 773 error uint32_t vs uint64_t
      
      * make x86 pipeline use the gpu pool
      
      * more warnings
      
      * fix x86 directml path
      
      * make dml nuget package
      
      * disable tf_pnasnet_large
      
      * disable zfnet512
      
      * make validation use wildcards
      
      * disable x86 dml gpu tests
      
      * add args.
      
      * update gpu.yml
      
      * change nupkg wildcard
      
      * add debug statements
      
      * package x86 dml nupkg
      
      * dont drop managed nuget again from dml pipeline build
      
      * Add DML EULA
      
      * directml license should be renamed to not clobber the existing license
      
      * casing on dml package....
      
      * {} to ()
      
      * fix license name
      
      * disable dml from x86 ci
      
      * typo and cr feedback
      
      * remove featurizers
      
      * ship the dml pdb as well
      6cdd2b49