- 07 Aug, 2019 1 commit
-
-
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
-
- 25 Jul, 2019 1 commit
-
-
Adam Procter authored
* Finish moving things into test/backend * Update CODEOWNERS for moved file * Tweak GPU manifest for renamed test
-
- 27 Jun, 2019 1 commit
-
-
Jayaram Bobba authored
-
- 21 Jun, 2019 1 commit
-
-
Leona C authored
* WIP more guides and tutorials for the docs * Update Guides and structure * Update Guides and structure + Test documentation build on Clear Linux OS; + Fix a few links and redirs. + Note rc-naming conventions in doc may be tag-generalized. * documentation supports various rc-naming conventions * Add instructions on building nGraph bridge from src * Update ngtf bridge versions to 0.14.1 and TensorFlow's bazel dependency to 0.24.1 * Use consistent file naming on all BE indexes * Fix comma * Templatize versioning for releases starting 0.20 and add placeholders for changes by components * Remove typo * Minor formatting fixed * Document how to find or display built version of nGraph * Start a r0.21 for doc that also fixes broken link and typo * Correct use of console command context for version check * Minor fixes to doc-contributor-README * Docs for version 0.21 * Ensure docs build without error * Assign ownership project README and intro for new ngraph.ai site to Straw * Note deprecated Tensor API in doc * Update to generic versioning on core doc for importing via built wheels * Resolve merge conflicts leftover from v20 version request changes * remove typo and suggested use of prebuilt LLVM since newer OSes do not have them available * Update to latest * Update with review from PR and ngraph bridge team * Update right section with review from PR and ngraph bridge team * Ensure doc example folders have owners from the component * Push edit of tensorflow_connect to v0.22 docs * Update Python wheel building instructions to newer version
-
- 14 Jun, 2019 1 commit
-
-
Scott Cyphers authored
-
- 11 Jun, 2019 1 commit
-
-
Jayaram Bobba authored
-
- 02 Jun, 2019 2 commits
-
-
Nagy Mostafa authored
* Move MLIR to src/contrib/mlir
-
Nagy Mostafa authored
* Create MLIR as cmake external project. Clone and build via ngraph cmake * Moved code and enabled compilation. Need to clone and build MLIR/LLVM during cmake step, so find_package can work * clone and build llvm/mlir during configuration. Compiles now. Needs more testing * Force DEX only if MLIR is ON * Remove extra cmake file. Style-apply * Remove redundant files in cpu/mlir * Update CODEOWNERS. Check for ninja and fail if not found * Fixing post merge issues
-
- 14 May, 2019 1 commit
-
-
Adam Procter authored
I had renamed the directory at one point during development but forgot to update this
-
- 10 May, 2019 1 commit
-
-
Adam Procter authored
* Add create_dynamic_tensor function to Backend signature * Add skeleton of dynamic wrapper class * Simple test for construction * Some progress on dynamic tensor creation * Compile dynamic wrapper into core; change config string to a factory option * Add wrapped executable, working on simple example * Add wrapped dynamic tensor * Update to match new tensor API * Update wrapper to clone the graph; basic dyn test now passes * Update call_with_validate to grok dynamic * Make the unit tests a little prettier * Make get_element_type virtual * Change dynamic tests to be backend-parametric; fix get_element_type check for dyn tensors * Add dynamic.in.cpp * CODEOWNERS entry for dynamic_wrapper * Remove overly-accommodating behavior for create_dynamic_tensor on non-dynamic BEs * Pass enable_performance_collection to wrapped compile() calls * More comments in the 'abc' test * Fix 'create' wrapper in pybind11 * Remove unnecessary WrappedStaticTensor class * Better names for the classes, and add some docstrings * Fix pybind for 'create' to return shared_ptr now
-
- 09 May, 2019 1 commit
-
-
Sergey Shalnov authored
* IntelGPU backend: change code owner * Add Sevin
-
- 28 Mar, 2019 1 commit
-
-
Jianying Lang authored
* Add MPI_Bcast to nGraph core * Add mpi_broadcast op and pass the unit test on CPU backend * Modify API for MLSL * Remove unused variable * Fix the format * Add the op call in python/pyngraph/ops/regmodule_pyngraph_op.cpp. * Fix emitter function for DistBroadcast op * Fix format * Fix the emitter function for distbroadcast op * Fix format * Delete the reference code for distbroadcast op * Include mlsl.h from ngraph build for genernal external usage * Change back for build * Fix alphabetical order issue and line space * Rename disbroadcast to broadcastdistributed * Change back continue * Update the changes * Fix style * Delete unused variables * Change some text format * Add support for interpreter backend for broadcastdistributed * Delete some redundant code * Fix format * rename * remove unused file * More renames * renaming * Remove one unused file * Fix a bug * add back redundant * One more commit * More commits * Unify distributed_send and distributed_recv functions * Fix format
-
- 28 Feb, 2019 1 commit
-
-
Scott Cyphers authored
-
- 09 Feb, 2019 1 commit
-
-
Scott Cyphers authored
* Update CODEOWNERS * Fix hybrid
-
- 25 Jan, 2019 1 commit
-
-
Adam Procter authored
-
- 18 Jan, 2019 1 commit
-
-
Adam Procter authored
-
- 15 Jan, 2019 1 commit
-
-
Adam Procter authored
Updates CODEOWNERS file for CI stuff
-
- 06 Nov, 2018 1 commit
-
-
Adam Procter authored
* Update CODEOWNERS for /licenses and /LICENSE * Review comments * Minor formatting
-
- 29 Oct, 2018 1 commit
-
-
Rob Earhart authored
* Add PlaidML backend * CR comments Used m_ prefix for members; removed trailing underscores Updated license headers Moved associated header inclusions to project blocks Wrapped comments to 100 chars Added missing newlines between functions Removed nested namespaces in operation implementations * Add earhart to CODEOWNERS * Rebase updates * style
-
- 23 Oct, 2018 1 commit
-
-
Sandeep authored
* skeleton backend * Code owner from if conditioning * add simple placement for interpreter and register pass in hybrid * placement policy applied * clone the function if needed * split the function * Compile subfunctions in corresponding backends * hybrid backed works as is for abc test * cleanup * add placement policy for CPU * cleanup a little * add simple op cost method to backend * enable CPU pass via flag * address clang-format PR issue * reslove build * clean-up * update manifest * disable HYBRID as default build * style * addressing offline discussion * more offline discussion
-
- 02 Oct, 2018 1 commit
-
-
Adam Procter authored
Pretty sure at this point that I was reading the docs correctly.
-
- 01 Oct, 2018 1 commit
-
-
Adam Procter authored
* Add CODEOWNERS file (will have no effect until enabled in GitHub settings) * Review comments, and fix a username * Tabs -> spaces * Review comments * /maint/ to @cconvey * /maint/ back to @diyessi by default
-