1. 27 Oct, 2018 4 commits
  2. 26 Oct, 2018 10 commits
  3. 25 Oct, 2018 10 commits
  4. 24 Oct, 2018 12 commits
  5. 23 Oct, 2018 4 commits
    • mchrusci's avatar
      Update .ci/onnx/jenkins/Jenkinsfile (#1893) · baf8da98
      mchrusci authored
      baf8da98
    • Chris Sullivan's avatar
      [CI fix] Temp. disable nvcc compilation (roll back #906 and #1853) (#1899) · dea8caed
      Chris Sullivan authored
      * [CI fix, c.f. @chris lishka] Roll back #906 and #1853.
      
      * disable some quantize tests on gpu.
      dea8caed
    • Robert Kimball's avatar
      remove warning (#1897) · c1c328c1
      Robert Kimball authored
      c1c328c1
    • Sandeep's avatar
      hybrid at core (#1821) · 2e88d948
      Sandeep authored
      * skeleton backend
      
      * Code owner from if conditioning
      
      * add simple placement for interpreter and register pass in hybrid
      
      * placement policy applied
      
      * clone the function if needed
      
      * split the function
      
      * Compile subfunctions in corresponding backends
      
      * hybrid backed works as is for abc test
      
      * cleanup
      
      * add placement policy for CPU
      
      * cleanup a little
      
      * add simple op cost method to backend
      
      * enable CPU pass via flag
      
      * address clang-format PR issue
      
      * reslove build
      
      * clean-up
      
      * update manifest
      
      * disable HYBRID as default build
      
      * style
      
      * addressing offline discussion
      
      * more offline discussion
      2e88d948