- 06 Nov, 2018 7 commits
-
-
Robert Kimball authored
-
Robert Kimball authored
-
Adam Procter authored
* Update CODEOWNERS for /licenses and /LICENSE * Review comments * Minor formatting
-
Scott Cyphers authored
-
Artur Wojcik authored
* onnx: enable external weights to enable Caffe2 support Signed-off-by: Artur Wojcik <artur.wojcik@intel.com> * onnx: update ONNX importer interface documentation Signed-off-by: Artur Wojcik <artur.wojcik@intel.com> * onnx: after review updates Signed-off-by: Artur Wojcik <artur.wojcik@intel.com>
-
Ransford Hyman Jr authored
-
Adam Procter authored
-
- 05 Nov, 2018 4 commits
-
-
Ayan Moitra authored
* added tests for malloc mode and graph transform * Comment incorporation * changed comparing backend to INTERPRETER * COmments resolved+clang * Adressed all comments * IntelGPU does not support topk
-
Sandeep authored
* size_t for placement in node * enable hybrid backend test * style * cp placement functions * placement size_t based functions * placement based on backends * add placement based on size_t * backend size_t based placement * call * update * resolve bug * format * revert cmake changes * address PR comments * ci error * pr comments
-
Nick Korovaiko authored
* extend cse to handle backend ops * revert back to static casts
-
Rob Earhart authored
* Make debug logging threadsafe * Add nil stream comments
-
- 04 Nov, 2018 2 commits
-
-
Nick Korovaiko authored
-
Adam Procter authored
-
- 03 Nov, 2018 5 commits
-
-
Robert Kimball authored
-
Adam Procter authored
-
Robert Kimball authored
-
Sergey Shalnov authored
-
Jayaram Bobba authored
Primitive CPU Executor for managing thread pools and executing kernels across partitioned resources (#1858) * Add arena support to DEX kernels * Add CPUExecutionContext to pass executor information to kernels * Removed eigen_thread_pool. Functionality moved to cpu_executor * Moved MKLDNN engine to CPU executor * Added TBB arenas for node affinitization * Fixed missing arena in one hot kernel * Style fixes
-
- 02 Nov, 2018 7 commits
-
-
Nick Korovaiko authored
* remove 5arg BNTraining * Remove 5-arg BNWithStats from gpu/op.
-
Adam Procter authored
* Change GetOutputElement to use delayed validation * Cleanup
-
Adam Procter authored
-
Adam Procter authored
-
Robert Kimball authored
-
Sang Ik Lee authored
* Update "JSON for Modern C++" to a version that officially supports gcc 4.8 * "JSON for Modern C++" is header only and does not need to be configured.
-
mchrusci authored
-
- 01 Nov, 2018 4 commits
-
-
Adam Procter authored
* Implement partial shape/type propagation for Convolution; fail for want of unit tests * Implement unit tests for partial shapes/types for Convolution * Implement partial shape/type validation for BatchNormInference, BatchNormTraining, BatchNormTrainingBackprop with unit tests * Formatting * Update CPU and GPU backends to deal with elimination of BatchNormBase * Update BatchNormTrainingWithStats to use templated emit_BatchNorm function * Restore five-argument BatchNormTraining ctor for now; #1901 will eliminate it * Replace enum for input indices with symbolic constants * Update intelgpu/visualize_tree.cpp to deal with removal of BatchNormBase
-
Sergey Shalnov authored
-
Nick Korovaiko authored
* generate mask * add codegen+dex * states in context * CPU dropout * remove dead code * remove dead code * remove state.cpp * change perms, add state.cpp * address bobs feedback * restore igpu unit-test manifest after a bad merge * better error msgs * throw on GPUs to keep a compiler happy * address more feedback * fix tests
-
Nick Korovaiko authored
* graph_rewriter until fixed point * fix a bug + comment * move comment * move rewritten=true into process_node conditional
-
- 31 Oct, 2018 6 commits
-
-
Robert Kimball authored
* create unique_ptr backend * unit test cleanup * address more code that was recently added * change from reference to pointer when passing backend to reduce the number of lines changed. * fix build error * fix python wrapper * style * more specific treatment for unique_ptr
-
Sergey Shalnov authored
-
Adam Rogowiec authored
* [WIP] Draft for matmul * Numpy-style broadcasting for matrix multiplication. * 3D matrix multiplication with one big Dot/slice/concat. * Generic ND matmul implementation using slice/dot/concat pattern. * Code formatting. * remove unused header * Add missing header * Utility reshape-like functions. * Use utility functions. * Review comments. * Code format * Use if/else instead of ternary operator for readability. * Remove unused function overloading * Utility function expanding tensor shape with empty axes. * Use helper functions. * Use type for auto variable initializer to fix Centos build * Fix Centos build errors.
-
Rob Earhart authored
-
Adam Rogowiec authored
-
Nishant Patel authored
-
- 30 Oct, 2018 5 commits
-
-
L.S. Cook authored
-
Robert Kimball authored
-
Michał Karzyński authored
-
gaurides authored
* Initial implementation of GroupConv+BatchNorm fusion * Added GroupConv+BatchNorm with Relu fusion * Added changes to fuse with BoundedRelu * Changed BoundedRelu to Relu * Added test; Code cleanup * Code formatting * Removed dead code * Added test cases and other misc * Bug fix in group conv callback and general cleanup * Address PR feedback * Minor edit to comment. MKLDNN divides both input and output channels by groups * Style fixes and PR feedback
-
Michał Karzyński authored
* Add ArgMin operator * Add ArgMax and a basic test case * Rename variables * Apply workaround for problems with Reshape on i64 * Review comments * Review comments
-