- 13 Aug, 2018 1 commit
-
-
Robert Kimball authored
* enable parameter validation for all unit tests
-
- 02 Aug, 2018 2 commits
-
-
varun-intel authored
* updated * type prop * disable test in manifest * try to exclude * style * double * dobule * more * style * more * vecs * fix goe
-
Robert Kimball authored
-
- 09 Jul, 2018 1 commit
-
-
Robert Kimball authored
* Cache some generated functions in backwards tests to speed performance * more caching
-
- 06 Jul, 2018 1 commit
-
-
Nick Korovaiko authored
* collect matched nodes * clear m_matched_list * tests * address feedback
-
- 03 Jul, 2018 1 commit
-
-
Robert Kimball authored
* nbench cleanup * update style
-
- 22 Jun, 2018 1 commit
-
-
Matthew Brookhart authored
-
- 13 Jun, 2018 1 commit
-
-
Fenglei authored
* add pad_dilation function * add dilation to gpu_emitter * add CoordinateDiff constructor to GPUShape * remove unecessary cast * working version for forward * forward working * forward test all pass * deconvolution forward * backward data dilation * forward test passed * initial to 0 * fix bug for get_padded_shape and clang format * code style, change variable names * refactor convolution conditions * fix bug padding_below_diff * change pad_dilation to pad_dynamic, compare to pad * remove passed convolution test from skip list, clang format * change pad to use GPUShape
-
- 06 Jun, 2018 1 commit
-
-
Nishant Patel authored
* Support 3-D pool with mkldnn * Move execute() to test_tools.hpp
-
- 04 Jun, 2018 1 commit
-
-
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
-
- 02 Jun, 2018 1 commit
-
-
Yixing Lao authored
-
- 14 May, 2018 1 commit
-
-
Yixing Lao authored
-
- 11 May, 2018 1 commit
-
-
Sang Ik Lee authored
-
- 10 May, 2018 3 commits
-
-
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
-
- 09 May, 2018 1 commit
-
-
Yixing Lao authored
* create ngraph_test_util * installs libngraph_test_util
-
- 08 May, 2018 1 commit
-
-
Jayaram Bobba authored
* Make temp memory pools static to avoid memory allocation overheads * Initial implementation for graph control to enable caching and computation reuse * Added sphinx documentation * Turned off memory buffer reuse in CPU transformer to support computation reuse. Added unit test * Change memoizable to cacheable * Change memoizable to cacheable * Rename variables
-
- 20 Apr, 2018 1 commit
-
-
Robert Kimball authored
* Move runtime::Manager functionality into runtime::Backend * Remove unused files * remove obsolete function
-
- 16 Apr, 2018 2 commits
-
-
Adam Procter authored
-
Nick Korovaiko authored
* get_input_op -> get_argument * more replacing * more replacing2
-
- 13 Apr, 2018 1 commit
-
-
Robert Kimball authored
* remove deprecated * remove all legacy Backend API usage remove deprecated files * pull in changes from master * fix GPU calls * disable tests in convolution generator * update per PR comments. Enable performance counter feature. * update per PR comments * fix build error * fix conditionally compiled test :(
-
- 09 Apr, 2018 1 commit
-
-
Robert Kimball authored
* force backend compile() to make a copy of the graph fix copy_with_new_args on ops that have function pointers internal update unit test for new backend API add unit test for multiple simulataneous backends * move get_subdevices virtual method to Manager class * update GPU to latest * update call methods * add remove_compiled_function()
-
- 04 Apr, 2018 1 commit
-
-
Nick Korovaiko authored
* refactor Adjoints to support multi-output ops * passing tests * switch to generate_adjoints(deltas) and backprop_node * remove debugging code * fix error msg * fix typo adjoitns * fix comp errors in mnist_mlp
-
- 02 Apr, 2018 1 commit
-
-
Robert Kimball authored
* add random init for all input types, not just float * remove debug
-
- 30 Mar, 2018 1 commit
-
-
Nick Korovaiko authored
* initial refactoring using PM * unit test pass * cosmetic changes * add another rnn test * address louis' feedback * lower-case labels
-
- 29 Mar, 2018 1 commit
-
-
Robert Kimball authored
-
- 24 Mar, 2018 1 commit
-
-
Louis Feng authored
* test graph. * rnn matrix fusion wip. * WIP. * matrix fused. * clean up. * additional refactor. * fixed merge errors. * testing. * added test case. * more testing. * more testing. * bias wip. * debuggging. * fusing bias too. * disabled debug outputs. * removed debugging. * removed testing models. * removed debug models. * reset nbench. * clean up and testing. * removed debug code. * updated comments and var names. * rename var. * removed debug code. * removed debug code. * fixed compiler warnings. * refactored test. * Added const to parameter. * address some of the review comments. * added comments and addressed reviews.
-
- 21 Mar, 2018 2 commits
-
-
Yixing Lao authored
Adjust CallFrame argument order to match Function
-
Robert Kimball authored
* rename directories to be consistent * rename reference namespace to match directory
-
- 16 Mar, 2018 1 commit
-
-
adstraw authored
* fix fprop cache test error by cloning functions to preserve metadata
-
- 11 Mar, 2018 2 commits
-
-
Robert Kimball authored
* fix detailed timing flag * more detailed info
-
Robert Kimball authored
-
- 07 Mar, 2018 1 commit
-
-
Scott Cyphers authored
-
- 06 Mar, 2018 1 commit
-
-
Nick Korovaiko authored
* the first stab at op::Result format fixes disabling logging op::Result, 2nd attempt purge stale code disable logging fix copyright header * initial cleanup * cleanup2 * remove dead code * result.cpp, fix comments * fix comment
-
- 05 Mar, 2018 1 commit
-
-
Robert Kimball authored
* cleanup * cleanup * fix all headers to be standalone as far as includes go * include cleanup * cleanup includes * cleanup * include tester * wip * cleanup * cleanup * cleanup
-
- 28 Feb, 2018 2 commits
-
-
Robert Kimball authored
This fixes the previously broken compilation of ngraph-mxnet which directly utilized serializer.hpp
-
Robert Kimball authored
* make json lib an external project * add env var to turn warnings to errors
-
- 27 Feb, 2018 1 commit
-
-
Scott Cyphers authored
* Replace using aliases with actual classes
-
- 26 Feb, 2018 1 commit
-
-
Yixing Lao authored
* initial support for hybrid transformer * add broadcast_vector_rowwise_reversed for hybrid test * headerc * get function placement fix * conv ref test generator graph node in labmda fuction * rename map_parameter_to_source_node * type change map_parameter_to_source_node * use interpreter for numerical derivative * better comments
-