- 21 May, 2018 3 commits
-
-
Jayaram Bobba authored
* Batch norm folding * Addressed PR feedback * Style fixes * Style fix
-
Yixing Lao authored
-
tsocha authored
-
- 18 May, 2018 3 commits
-
-
Nick Korovaiko authored
* use reference kernel for reverse_sequence for int * move tests * resolve CI errors * TEST to NGRAPH_TEST
-
tsocha authored
-
Michał Karzyński authored
-
- 17 May, 2018 2 commits
-
-
Adam Rogowiec authored
-
Sang Ik Lee authored
If user manully provide MKLDNN_INCLUDE_DIR and MKLDNN_LIB_DIR, don't build mkl-dnn and just add a dummy external project "ext-_mkldnn" to satisfy target dependency for the rest of the build.
-
- 16 May, 2018 1 commit
-
-
Nick Korovaiko authored
* give frontends some flexibility over fusions they would like to run * address jbobbas feedback
-
- 15 May, 2018 7 commits
-
-
L.S. Cook authored
* Make sure that generating pyapi does not throw errors due to directory structureor linenos * Update basic.py
-
Chris Sullivan authored
* Output warnings and compiler errors from NVRTC, updated avg_pool kernel for cuda 9. * Added defgaurd to only apply defines for deprecated function if CUDA_VERSION < 9000. Updated shfl_xor invocation.
-
Michał Karzyński authored
-
Scott Cyphers authored
-
L.S. Cook authored
* Make sure that generating pyapi does not throw errors due to directory structureor linenos * update docs * one blank line instead of two * blank line error resolve
-
Nick Korovaiko authored
-
Jayaram Bobba authored
Move temporary buffer pools to CPU runtime context to avoid static variable destruction issues with clang (#990)
-
- 14 May, 2018 6 commits
-
-
Yixing Lao authored
-
Yixing Lao authored
* Enable NNP reverse build, clean up ngraph repo * clean mkldnn cmake
-
Fenglei authored
* add reduce op * fix bug * fix bug and enable tests * hack solution to get reduction function in reduct op * hack version working on all tests * fixed the reduction checking process
-
Nick Korovaiko authored
* clean up, rename * remove commented code; add comments
-
Robert Kimball authored
* throw useful error when Backend library fails to initialize * add dlerror to error message when opening backend shared lib
-
Robert Kimball authored
* Generate binary representable floats for input data
-
- 11 May, 2018 9 commits
-
-
Scott Cyphers authored
Removed ReLu activation present just before softmax. (It's not a good idea to have ReLu > Softmax immediately. The test accuracy of the model is now much better.)
-
Nick Korovaiko authored
-
Adam Straw authored
* move nop elimination pass to nGraph and add broadcast elimination * fix pad test bug * remove graph visualizer and clean up includes in nop eliminate test * code format
-
L.S. Cook authored
* Final PR review edits plus repair abc.cpp example docs that broke when code was added * Word
-
Nick Korovaiko authored
-
Nick Korovaiko authored
* type tests for reverse_sequence * remove commented out code
-
Nick Korovaiko authored
-
Sang Ik Lee authored
-
Adam Rogowiec authored
-
- 10 May, 2018 5 commits
-
-
Chris Sullivan authored
-
Yixing Lao authored
-
Yixing Lao authored
* test_control in util
-
Robert Kimball authored
* Add mechanism for disabling specific backend unit tests from a manifest file. Populate the test manifest files for CPU, GPU and INTERPRETER. * update docs for new manifest controlled transformer unit tests
-
Michał Karzyński authored
* [Py] Use get_friendly_name for object names
-
- 09 May, 2018 4 commits
-
-
Chris Sullivan authored
* Moved emit_elementwise implementation into CUDAEmitter and added logical_and and logical_or ops. * Updated comment and formatting. * Added check for multi-output elementwise ops.
-
Yixing Lao authored
-
Chris Sullivan authored
* Added op::AvgPool cudnn impl. which works for 2-3 spatial dimesions and no/symmetric padding. Enabled tests. * Added cuda-c implementation of average pool which handles 1-3 spatial dimensions as well as asymmetric padding. This commit also introduces several helper functions for performing fast integer division and fast constant memory access. * Formatting. Removed bool that was used for testing to force the cuda impl. over cudnn. * Added CUDNN AvgPoolBackprop implementation. * Removed inline enum in preference of a helper struct. Removed instances of multiple declarations on a single line. Updated comments. * Removed _prefix to helper functions in anonymous namespace.
-
Yixing Lao authored
* create ngraph_test_util * installs libngraph_test_util
-