- 10 May, 2018 1 commit
-
-
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
-
- 08 May, 2018 15 commits
-
-
L.S. Cook authored
* doc updates * test add section on transformers to graph basics * Fix typo on abs * Adding more background and detail for graph-building concepts unique to nGraph * First pass at updating nGraph basics for StackOverflow kinds of questions * Forgot to add a file * Update for new naming and capitalization conventions * add edits from first PR review * More updates from PR review
-
Sevin F. Varoglu authored
* Minor changes for AllReduce
-
Chris Sullivan authored
* Refactored the cudnn reduce kernel to use the nGraph Shape -> cudnnTensorDescriptor cudnn helpers that the other kernels use. * Added cacheing to cudnn reduce op. * Adding back hashing call before returning primitive index to op::Reduce (bug fix). * [cuDNN:Part 2] Descriptor Creation/Destruction refactoring (#969) * Added a cuDNN descriptor factory which manages the construction and destruction of cuDNN descriptors. It correctly calls Create/Destroy based on the cuDNN descriptor type. Previously the Destroy functions were not being called. * Removed commented code and changed class to struct on cudnn_descriptor. * Added comments and updated a few variable names. * Clang compiled cuDNN kernels (those not part of CUDNNEmitter) now use the CUDNNDescriptor factory.
-
Adam Rogowiec authored
* First version of nGraph Python API documentation pages. * Remove use of (`) apostrophes since they generate Sphinx warnings. * Fix submodule rendering in Sphinx PythonAPI docs * Add updated index and conf py files * Updated version of Python API doc. * Better description for the autosummary * FIX: Disable autogeneration of summary files in documentation. * Remove redundant file containing duplicate information. * Remove unused Sphinx extensions. * (Partially) automatic generation of python API doc. - Detailed documentation is generated automatically - Summaries are generated automatically for all files except runtime.py which is parsed incorrectly. - No additional steps required. Only run `make html`. Under the hood there is lunched script which generates all required files to some temporary directory under `/tmp/sphinx_auto_py_doc/` and copied to docs directory afterwards. - Remove `autosummary_generate` from in configuration file since we use custom script which performs this step. * Review update. * Automatically generated stub files for doc. - Added just few empty lines which has been removed during recent merge.
-
Fenglei authored
* add concat op * change to concat * add more code for gpu concat * compile sucess version with bug * add emit_concat_op * runable with wrong result * working version * add some comments * delete old comments. * delete old comments. * remove bug doxyen comments
-
Nick Korovaiko authored
-
Christian Convey authored
-
Pruthvi authored
-
Robert Kimball authored
-
DawnStone authored
* workaround to avoid apt-get update error for GPU docker image build on Ubuntu 16.04: The method driver /usr/lib/apt/methods/https could not be found. * removed extraneous proxy variables from the contrib/docker/Dockerfile for GPU on Ubuntu 16.04
-
Nick Korovaiko authored
* product simplifier * char -> signed char
-
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
-
DawnStone authored
-
Adam Rogowiec authored
* First version of nGraph Python API documentation pages. * Remove use of (`) apostrophes since they generate Sphinx warnings. * Fix submodule rendering in Sphinx PythonAPI docs * Add updated index and conf py files * Updated version of Python API doc. * Better description for the autosummary * FIX: Disable autogeneration of summary files in documentation.
-
Nick Korovaiko authored
* MaxPoolWithIndices CPU Fusion * fix test to pass checks in cpu_fusion * pass test * clean up * add a new pass, add layouts * remove the opt from cpu_fusion * refactor cpu_layout logic for maxpool, clean up comments * add comment w.r.t. indices tensor * rename to cpu_workspace_insertion * add CPUWorkspaceInsertion pass for TF
-
- 07 May, 2018 2 commits
-
-
Nick Korovaiko authored
* sequence reverse * fix test * more tests for reverse_sequence * remove debug prints, change perms * fix formatting; remove dead code * make seq_lengths a parameter * autodiff + tests
-
Nick Korovaiko authored
* cse init * init tests * clean up; more tests * remove visualizations
-
- 06 May, 2018 1 commit
-
-
Nick Korovaiko authored
-
- 05 May, 2018 2 commits
-
-
Jaikrishnan Menon authored
-
Fenglei authored
* add code to gpu reverse * add reverse emitter and kernel builder * working versrion
-
- 04 May, 2018 9 commits
-
-
Yixing Lao authored
-
Yixing Lao authored
* remove in tensor.hpp and cpp * remove in constructors * more clean up at tv_wrapper and set_is_output() * fix liveness * fix liveness.cpp * finally fixed liveness * fix PrimaryTensorView constructor in node.cpp * fix PrimaryTensorView constructor in cpu_tensor_view * clang-format * update tensor print * clean comments * rename
-
Jayaram Bobba authored
-
Jayaram Bobba authored
* Adding support for mkldnn convolution+bias+relu op to use in batch norm folding * Style fix * Style fix
-
Nick Korovaiko authored
* rename getters to adhere to ngraph coding guidelines * fix renaminb * fix build errors
-
Nick Korovaiko authored
-
Robert Kimball authored
-
Robert Kimball authored
* if a requested backend is not registered then try dlopen to force it to register * call 'extern C create_backend()' in the opened shared object to register the backend * use a single name to test for backend
-
Nick Korovaiko authored
-
- 03 May, 2018 3 commits
-
-
raramer01 authored
* migrate files * apply version number to libngraph.so * fix cmake running with empty build directory * remove clone --depth option
-
Robert Kimball authored
* migrate files * apply version number to libngraph.so * fix cmake running with empty build directory
-
Jayaram Bobba authored
-
- 01 May, 2018 3 commits
-
-
Adam Procter authored
* Remove single-line comments ending with backslash These comments cause warnings on gcc. * Add -DNGRAPH_DEBUG_ENABLE cmake option * Forgot to update log.hpp * Better comment in CMakeLists
-
Scott Cyphers authored
* Doc through relu, use mathtt instead of texttt in equations. * Review comments.
-
Matthew Brookhart authored
-