- 10 May, 2018 2 commits
-
-
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
-
- 07 May, 2018 1 commit
-
-
Nick Korovaiko authored
* cse init * init tests * clean up; more tests * remove visualizations
-
- 28 Apr, 2018 1 commit
-
-
Yixing Lao authored
-
- 26 Apr, 2018 1 commit
-
-
Robert Kimball authored
* wip * simplified interpreter backend
-
- 25 Apr, 2018 1 commit
-
-
Robert Kimball authored
-
- 24 Apr, 2018 1 commit
-
-
Nick Korovaiko authored
* infra for algebraic simplification and simplifications for Add and Multiply (including broadcast consts) * add tests, fix bugs * negative tests, 0*0, 0*1, 0+0 * possible fix for 0*1 * remove stale test * fix merge comp errors * fix comp errors
-
- 21 Apr, 2018 1 commit
-
-
Adam Straw authored
* ie backend and manager with passing unit tests except for select/function * fix function_call and select * simplify implemenation by removing support for convert and select * remove manager
-
- 20 Apr, 2018 1 commit
-
-
Robert Kimball authored
* Move runtime::Manager functionality into runtime::Backend * Remove unused files * remove obsolete function
-
- 10 Apr, 2018 1 commit
-
-
Nick Korovaiko authored
* zero dimension tensor elimination init * more ops + refactor + tests * revert pattern.cpp * add internal zero-length test * address Scott's feedback * fix comp errors * proper static init * get rid of unique-ptr * refactor hashmap into virtual get_default_values on op classes * fix formatting
-
- 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()
-
- 29 Mar, 2018 1 commit
-
-
Yixing Lao authored
* move to test_nnp_backend.cpp * format * link libnnp.so in unittest
-
- 28 Mar, 2018 1 commit
-
-
Nick Korovaiko authored
* split cpu_fusion into cpu_fusion and cpu_test; clean up headers * fix formatting * add new line to tensor_mask.hpp
-
- 26 Mar, 2018 1 commit
-
-
Yixing Lao authored
* registers nnp tester * check output size * rename to nnp tester * revert changes in graph_util
-
- 22 Mar, 2018 1 commit
-
-
Adam Procter authored
-
- 20 Mar, 2018 1 commit
-
-
Sandeep authored
* topolotical-sort based node clustering * cmake builds * Argon manager renamed to NNP along with placement * nnp dir cmake changes * tests pass * more renames * somemore renames * reslove redefination * revert to ARGON_API * more PR comments and remove nnp-fusion tests as redundant * update path * fix format
-
- 14 Mar, 2018 1 commit
-
-
Robert Kimball authored
* Add cpio file read/write class and unit tests add reserializer Add unit test for serialize constants to cpio file. Fix bug in serializer if function has no parameters.
-
- 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 1 commit
-
-
Robert Kimball authored
* make json lib an external project * add env var to turn warnings to errors
-
- 27 Feb, 2018 1 commit
-
-
fenglei.tian authored
-
- 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
-
- 21 Feb, 2018 1 commit
-
-
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
-
- 20 Feb, 2018 1 commit
-
-
Ashok Emani authored
-
- 14 Feb, 2018 3 commits
-
-
fenglei.tian authored
-
Adam Procter authored
-
Sevin F. Varoglu authored
- enable distributed ngraph (MPI) - add AllReduce op to ngraph core, interpreter and CPU backend - add AllReduce unit test
-
- 13 Feb, 2018 3 commits
-
-
fenglei.tian authored
-
fenglei.tian authored
-
fenglei.tian authored
-
- 09 Feb, 2018 5 commits
-
-
Tristan Webb authored
* GPU kernels for reshape, GEMM, EW ADD/Mult, Maximum (A + B) * C test now with cuBLAS Additional gemm and gemv calls cmake updates for cuDNN calls memcpy wrappers in gpu_util Additional passing tests: aliased outputs, parameter, constant tensor memcopy
-
Adam Procter authored
-
Jennifer Myers authored
-
fenglei.tian authored
-
Sandeep authored
-
- 08 Feb, 2018 2 commits
-
-
Jennifer Myers authored
-
Sandeep authored
-
- 07 Feb, 2018 1 commit
-
-
Adam Procter authored
* Enable CPU backprop tests * Fix to dot codegen for cases where n_reduction_axes != 1
-
- 06 Feb, 2018 1 commit
-
-
Sandeep authored
* test relu fusion for argon backend and enable permutation over max op
-
- 05 Feb, 2018 1 commit
-
-
Nick Korovaiko authored
inline Inliner pass + tests debugging fix inliner failures due to the fact a random function is picked as an outermost one copyright headers
-