- 23 Feb, 2018 1 commit
-
-
Jayaram Bobba authored
-
- 22 Feb, 2018 13 commits
-
-
Robert Kimball authored
-
Matthew Brookhart authored
* fix numeric stability bug in autodiff of divide * add a test for divide autodiff stability
-
Jayaram Bobba authored
* Basic assignment pass for CPU backend * Change CPU convolution emitter to check op annotations * Queries MKLDNN for optimal layout on convolutions * Added layout conversions through ConverLayout ops and explicit layout conversion on CPU tensor view objects * Added layout conversions for non-MKLDNN ops * - Style fixes - Removed unused variables to avoid clang errors - Added more mkldnn format types to utility functions * Move ConvertLayout back to runtime::cpu::op namespace * Added more mkldnn memory formats * Moved op annotations to Op class * Style changes * Minor fix * Minor fix to keep clang happy * Use ngraph element type instead of c_type_string in MKLDNN utility functions * Addressed PR(#502) comments
-
Scott Cyphers authored
-
Nick Korovaiko authored
* fix a segfault due to an unhandled op * fix a missing new line
-
Nick Korovaiko authored
* generalize Relu * format fixes
-
Fenglei authored
GPU codegen framework refactor
-
Fenglei authored
-
Adam Procter authored
-
Matthew Brookhart authored
-
fenglei.tian authored
-
Fenglei authored
-
fenglei.tian authored
-
- 21 Feb, 2018 16 commits
-
-
Louis Feng authored
* added block_begin and block_end util to CodeWriter. * refactored convolution backprop to use block_begin() and block_end()
-
fenglei.tian authored
-
fenglei.tian authored
-
Fenglei authored
-
fenglei.tian authored
-
fenglei.tian authored
-
Sandeep authored
* relu for interpreter * relu in serializer * core fusion * relu backprop * relu backprop and test interpreter * core fusion for CPU * COREFusion -> CoreFusion * relu MKL dnn
-
fenglei.tian authored
-
fenglei.tian authored
-
fenglei.tian authored
-
Robert Kimball authored
-
Ashok Emani authored
Merge pull request #493
-
Ashok Emani authored
-
-
Ashok Emani authored
-
Jayaram Bobba authored
MKLDNN Emitter
-
- 20 Feb, 2018 10 commits
-
-
Robert Kimball authored
-
Jayaram Bobba authored
-
Adam Procter authored
* Add product op * Add Max (max reduce) and Min (min reduce) ops * Refactor arithmetic reduction ops to a common base class * Fix PREFER_EIGEN codepaths in cpu_emitter
-
Jayaram Bobba authored
-
Pruthvi authored
* fixed bn weights initialization to correct size * style fix
-
Jaikrishnan Menon authored
-
Jaikrishnan Menon authored
-
Jayaram Bobba authored
mkldnn MaxPoolBprop implementation in CPU emitter
-
Jayaram Bobba authored
-
Jai Menon authored
-