- 13 Aug, 2019 1 commit
-
-
Leona C authored
-
- 12 Aug, 2019 2 commits
-
-
Diego Caballero authored
-
Ewa Tusień authored
-
- 10 Aug, 2019 1 commit
-
-
Diego Caballero authored
MLIR Commit: commit c636f127ee412ef7279ec0d550f42740824cd9ea Author: Alex Zinenko <zinenko@google.com> Date: Fri Aug 9 08:59:45 2019 -0700 LLVM dialect and translation: support global strings LLVM Commit: commit c636f127ee412ef7279ec0d550f42740824cd9ea Author: Alex Zinenko <zinenko@google.com> Date: Fri Aug 9 08:59:45 2019 -0700 LLVM dialect and translation: support global strings
-
- 09 Aug, 2019 8 commits
-
-
Nishant Patel authored
* Add negative op * Add test case * Address feedback * Merge master * Consolidate to one routine for unary ops * Change from Negative to Neg
-
Scott Cyphers authored
-
Diego Caballero authored
* [MLIR] Enable affine loop tiling This PR enables loop tiling optimization in affine dialect. It introduces the following flags for configuration. - affine-loop-tile: enables/disables the optimization. Disabled by default. - loop-tile-cache-level: provides the cache level to which apply loop tiling to. Cache level size is obtained from LLVM's TTI. - loop-tile-cache-size: provides a cache level size that overrides cache information from TTI. The current use of TTI is a bit hacky since we have to pass a fake LLVM's function to make it work. However, this should be enough to get some basic target information until we have a target model in MLIR or find a better approach. * Address feedback * Rename flags
-
Adam Procter authored
* Fix sum reference to handle corner cases with +-inf * Review comments, and try to make Windows happy * Update GPU unit_test.manifest * More template grindery, to make macOS happy
-
Robert Kimball authored
* wip * compiles and links * style
-
Ewa Tusień authored
-
Robert Kimball authored
* wip * parse working with one test * Add version information query and unit tests for parsing version strings * add more comments * doc strings * style
-
Scott Cyphers authored
Remove not-directly-used includes
-
- 08 Aug, 2019 21 commits
-
-
Scott Cyphers authored
-
Scott Cyphers authored
* Fix crash when NGRAPH_ENABLE_{VISUALIZE,SERIALIZE}_TRACING=1 * Initialization for kw
-
Adam Procter authored
-
Scott Cyphers authored
-
Scott Cyphers authored
Cyphers/25tomaster
-
Scott Cyphers authored
-
Scott Cyphers authored
Update CODEOWNERS
-
Adam Procter authored
-
Scott Cyphers authored
-
Scott Cyphers authored
-
Scott Cyphers authored
Convert remaining experimental op dir to output args
-
Scott Cyphers authored
-
Ewa Tusień authored
-
Scott Cyphers authored
-
Scott Cyphers authored
Cyphers/s barannikov initialize dyn pad mode
-
Scott Cyphers authored
-
Scott Cyphers authored
-
Scott Cyphers authored
-
Scott Cyphers authored
Fix crash when NGRAPH_ENABLE_{VISUALIZE,SERIALIZE}_TRACING=1
-
Adam Procter authored
-
Scott Cyphers authored
-
- 07 Aug, 2019 7 commits
-
-
Scott Cyphers authored
Add missing initialization of pad mode in DynPad constructor
-
Scott Cyphers authored
-
Scott Cyphers authored
-
Denise Kutnick authored
* adding group convolution implementation for plaidml * update CMakeLists.txt to include new group convolution files * adding new ngraph unit tests for grouped convolutions * adding group conv unit test back in for plaidml backend * specify group convolution support in plaidml * add denise as codeowner for plaidml runtime dir * remove commented-out lines of unit test manifest * style changes * resolve all discussions in PR * skip data dilation unit test on cpu backend
-
Scott Cyphers authored
-
Denise Kutnick authored
* adding group convolution implementation for plaidml * update CMakeLists.txt to include new group convolution files * adding new ngraph unit tests for grouped convolutions * adding group conv unit test back in for plaidml backend * specify group convolution support in plaidml * add denise as codeowner for plaidml runtime dir * remove commented-out lines of unit test manifest * style changes * resolve all discussions in PR * skip data dilation unit test on cpu backend
-
Pruthvi authored
* Don't enable dl use in static builds remove dladdr in static * Swap dlerror defs * - add NGRAPH_INTERPRETER_STATIC_LIB_ENABLE && NGRAPH_CPU_STATIC_LIB_ENABLE as compiler definitions * Don't look for backends if static * - add dummy function to register quantized concat and max_pool for static build * Fix ifdef
-