1. 03 Aug, 2018 7 commits
  2. 02 Aug, 2018 12 commits
  3. 01 Aug, 2018 6 commits
  4. 29 Jul, 2018 2 commits
    • shssf's avatar
      IntelGPU backend: Dot operation (partially implemented) (#1275) · 5927bbe4
      shssf authored
      * IntelGPU backend: Dot operation (partially implemented)
      
      * PR1275. Debug output deleted.
      
      * PR1275. Comments addressed
      5927bbe4
    • Chris Sullivan's avatar
      Add no-throw error checks (#1264) · c007740b
      Chris Sullivan authored
      * Broadcast and Pad bug fix.
      
      * Added NO_THROW version of the cuda error checking defines. Now utilizing these in dtors.
      
      This reverts commit 68d9d6eafb1475c83c47229ab3c784c3d392ddbd.
      
      * Revert "Broadcast and Pad bug fix."
      
      This reverts commit 099c79792a2e7b9b8727b48de90f623953691f4c.
      c007740b
  5. 28 Jul, 2018 3 commits
    • rsketine's avatar
      Rama/travis fixes fornow (#1272) · cd5fe431
      rsketine authored
      * Update Dockerfile
      
      took out make -j 8 as we are running out of virtual memory.
      added df -k for getting the disk space info in logs.
      
      * Update .travis.yml
      
      As we bring up 3 containers here i am reducing to 2 and trying to see if this is deployed on different  machines then should not matter.
      
      * Update .travis.yml
      
      3 in parallel should pass also 2 of then are passing so trying this out
      cd5fe431
    • shssf's avatar
      IntelGPU backend: Pad operation (#1267) · e2e7042a
      shssf authored
      * IntelGPU backend: Pad operation
      
      * PR1267. Comments addressed
      e2e7042a
    • Amy Zhuang's avatar
      Add TBB flow graphs to DEX. (#1247) · 1c2e5b7a
      Amy Zhuang authored
      * Add TBB flow graphs to DEX.
      
      * Make edges from dummy start node to head nodes when traversing nodes.
      
      * Use static_cast to cast TBB graph node.
      Undefine __TBB_PREVIEW_LIGHTWEIGHT_POLICY.
      
      * Code formatting.
      
      * Remove clang wreserved-id-macro warning.
      1c2e5b7a
  6. 27 Jul, 2018 8 commits
  7. 26 Jul, 2018 2 commits
    • Robert Kimball's avatar
    • L.S. Cook's avatar
      Doc distributed training (#1104) · f78133d2
      L.S. Cook authored
      * editing how to execute computation file for clarity and linenos
      
      * Add placeholder for runtime docs
      
      * Update section on backends, interpreter, and FPGA options
      
      * add updated master to fix python_ci
      
      * Weird autosummary issue reverted
      
      * Clarify new section
      
      * fix up docs
      
      * Update pattern matcher doc based on Nik's presentation slides WIP
      
      * Update doc structure and examples
      
      * remove old folder
      
      * Fix broken Tensorview refs
      
      * new section on distr training
      
      * updated index w/drafted outline
      
      * . helping people document code more efficiently
      
      * edit WIP branch
      
      * WIP editing
      
      * WIP editing
      
      * init distributed doc
      
      * PR review edits
      
      * modify dist doc and dist mnist_mlp
      
      * Finish PR review comment fixes so far
      
      * Improving distributed training docs
      
      * Fix build error now that we have documented inteface backends use
      
      * update example build and run
      
      * update how-to distributed training doc
      
      * Editing distr train docs
      
      * Reword section to avoid strange doc build error
      
      * rebuild for zero errors for CI
      
      * split patternmatcher PR
      
      * PR feedback added
      
      * Add more help and detail for MXNet and neon distr
      
      * Resolve merge conflicts due to patternmatcher doc split
      
      * Resolve merge conflicts due to patternmatcher doc split
      
      * Resolve build errors manually
      
      * These files are already added to the branch
      
      * fix style
      
      * update with glossary def and link to Intel paper on synchronous SGD
      
      * fix link to sgd
      
      * remove comm_rank in dist example
      f78133d2