1. 05 Oct, 2018 1 commit
  2. 29 Sep, 2018 1 commit
  3. 27 Sep, 2018 1 commit
    • Robert Kimball's avatar
      Major cleanup of runtime::TensorView (#1682) · 8caa2717
      Robert Kimball authored
      * remove get_tensor method
      
      * remove get_element_count as it is redundant to get_size
      
      * fix a few issues with examples and python wrapper
      
      * rename get_size to get_element_count and add get_size_in_bytes method
      8caa2717
  4. 18 Sep, 2018 1 commit
  5. 29 Aug, 2018 1 commit
  6. 26 Jul, 2018 1 commit
    • 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
  7. 25 Jun, 2018 1 commit
  8. 04 Jun, 2018 1 commit
    • Robert Kimball's avatar
      Modernize cmake usage (#1032) · eef750df
      Robert Kimball authored
      * Update cmake files to more modern approach
      
      * disable building libraries that are not required
      
      * handle more build cases
      
      * add versions to backend libs. add start of package target.
      
      * add create_backend to backends
      
      * temporary workaround to tbb not linking correctly with gcc
      
      * install codegen lib
      
      * force tbb to link to the cpu backend so that it is available for codegen
      
      * fix clang build error
      
      * fix warning for codegen build
      
      * update cuda header paths
      
      * change error message for opening backend shared library
      
      * set lib path
      eef750df