- 28 Feb, 2018 2 commits
-
-
Robert Kimball authored
* add support for both command line arg and env var to set NGRAPH_WARINGS_AS_ERRORS'
-
Robert Kimball authored
* make json lib an external project * add env var to turn warnings to errors
-
- 14 Feb, 2018 3 commits
-
-
Adam Procter authored
* Allow caching of external dependencies (everything but TBB, which I can't figure out yet) * Tweaks to get CPU backend building and linking (but not actually working) on macOS * Tweaks to codegen/CPU backend to enable macOS (no builtin headers yet) * Re-enable header caching stuff on macOS * Suppress unsupported compiler warning for Apple Clang * Fix includes for macOS compatibility
-
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
-
- 09 Feb, 2018 1 commit
-
-
Jennifer Myers authored
-
- 08 Feb, 2018 2 commits
-
-
Jennifer Myers authored
-
Matthew Brookhart authored
-
- 05 Feb, 2018 1 commit
-
-
Adam Procter authored
(Squashing this commit but going to leave the full log here, unlike the way I usually do things) * Incremental work on compatibility with system requirements * Lower cmake version requirement so we can work with CentOS 7.4 * Disambiguate isnan call (CentOS's compiler doesn't like it) * Make external_tbb conditional on NGRAPH_CPU_ENABLE * Make MKLDNN inclusion conditional on NGRAPH_CPU_ENABLE * Roll back desperation change to Ubuntu 14.04 binaries * De-revert copyright date change (arrgh) * Revert change of TBB's hard-coded compiler choice to gcc * Cleanup of modified CMake stuff * Add broken support for building LLVM from source * Explain modification to json.hpp required compiler version * Make TBB optional, and on by default. To disable, cmake -DNGRAPH_TBB_ENABLE=FALSE * Add reasonable default for LLVM's CMAKE_ASM_COMPILER so users don't have to specify it * Force TBB disabled if CMake is too old to build it (for CentOS) * Build LLVM OpenMP as external project * Tweak LLVM build options * Minor comment edit in cmake scripts * Workaround (fix?) for codegen crashes on CentOS * Add some header paths for CentOS to resource_generator; temporary(?) tweak to ignore nonexistent paths * Remove CMake compatibility figleaf since LLVM will require 3.1+ anyway * Fix the TBB-enable flag to default to on * Remove hard-coded choice of clang as tbb compiler * ln -s -> ln -sf in command to create link for OpenMP source dir * Make OpenMP build so it doesn't require symlink * Allow use of prebuilt LLVM if requested at cmake time * Some INSTALL instructions * Allow NGRAPH_USE_PREBUILT_LLVM to be set in environment variable * Tweak CI cmake options to use prebuilt LLVM * Remove debug messages * Rework defaulting behavior for LLVM_TARBALL_URL and LLVM_SHA1_HASH * Remove warning message for unavailable header file directories
-
- 31 Jan, 2018 1 commit
-
-
L.S. Cook authored
* WIP on finding a good format for op docs in RST * A few more scribbles * fix up branch for Amazon code share * add conf.py configuration details from aproctor's branch for doxy-breathe integration * update section on how to build the documentation with breathe install details * Remove empty file on training, update framework integration notes * Add CentOS stub, fix spelling, core op definition, add to glossary. * more documentation cleanup on README and installation and testing * more cleanup of docs for TernsorFlow * Simplify Dot Autodiff (#412) * Simplify Dot Autodiff * remove commented code * Remove TupleType, ValueType (#411) * Remove TupleType, ValueType * Fix compile error. * Change convolution reference to work with f32 (#409) * Drwebb/gpu backend dot op (#413) * Drwebb/gpu backend dot op (#387) * GPU Dot prod emitter switch statement * cuBLAS dot kernel call * Flush out arg substitution into gpu dot kernel call * Drwebb/gpu backend dot op (#392) * Take in CodeWriter into gpu op emitters * Introduce GPU function gen based on pass functions * Additional gpu emitter stubs * link cublas in to unit test and ngraph * Use static code gen methods for GPU, add new GPU op stubs * use pass manager to declare functions / cublas Updates * Prune down gpu_external_function wip * Switch back to GPU tensor views in GPU backend * Pass in cublas handle to GPU external function * cuMalloc memory in gpu tensor view * Use cuda runtime malloc and free for tensor view managment c * change GPU tensor view init, and use GPU tensor view for GPU call frame * include headers as system dirs * GPU tensor printing utility function * cublasSetPointer to device mode / Fix copyright notification lowercasing * Passing GPU dot product test using cuBLAS Clean up * Changes from review * Add an overivew. * Intro for building graphs. * Refactor docs so that Doxygen and Sphinx are integrated (Sphinx depends on Doxygen with the docstrings stuff) Still need to resolve a lingering assumption that the build dir is contained in private-ngraph-cpp. It's proving to be surprisingly tricky. * Added the TensorFlow XLA build information and example of how to run MNIST MLP with TF/nGraph * Updated TF integration guide for clarity. Added files from cyphers-amazon branch. Add minor changes to sphinx-doxy to test apis * Small revision of overview and add graphic from arXiv paper * WIP more editing, picking up from where I left off last week * Fix garbled sentence edit * WIP Edit for readability and such : * Better font rendering on all architectures included with our custom theme * Cleanup current version of documentation. Add NeoSans font binaries to make local font rendering of h1 h2 etc * Missed merge conflict * Add something on functions, don't forward-reference parameters * What we have so far into a PR for review * Need file for cmake * Missing header * Remove duplicate file * added breathe package to contrib/docker/Dockerfile.ngraph_cpp
-
- 30 Jan, 2018 1 commit
-
-
Robert Kimball authored
-
- 27 Dec, 2017 1 commit
-
-
Robert Kimball authored
* enable -O3 optimization * add flags to support release/debug builds
-
- 03 Dec, 2017 1 commit
-
-
Adam Procter authored
-
- 21 Nov, 2017 3 commits
-
-
Sang Ik Lee authored
-
Tristan Webb authored
-
Robert Kimball authored
-
- 01 Nov, 2017 1 commit
-
-
Jaikrishnan Menon authored
the LLVM integration requires tar.xz decompression support which was added in 3.1
-
- 30 Oct, 2017 1 commit
-
-
Christian Convey authored
- Adds Sphinx docs support. - Sphinx and Doxygen docs now built by CI. - Sphinx and Doxygen docs now installed by `make install`.
-
- 11 Oct, 2017 1 commit
-
-
nikolay.korovaiko authored
-
- 10 Oct, 2017 1 commit
-
-
nikolay.korovaiko authored
-
- 21 Sep, 2017 1 commit
-
-
Avijit authored
-
- 20 Sep, 2017 2 commits
-
-
Christian Convey authored
* Done to achieve goal of having our #include directives all start with `"ngraph/`, like LLVM does.
-
Yixing Lao authored
-
- 08 Sep, 2017 1 commit
-
-
Adam Procter authored
* Adds a "make doc" command, outputting documentation in $BUILD_DIR/doc
-
- 05 Sep, 2017 1 commit
-
-
Avijit authored
* Cleaned up the CMakeLists.txt to properly do the include paths and fixed the install targets. Also cleaned up the header files located in sub directories. * Added a simple C++ example with Makefile. * UPdated the readme with TF usage instructions.
-
- 01 Sep, 2017 1 commit
-
-
Robert Kimball authored
-
- 28 Aug, 2017 1 commit
-
-
Robert Kimball authored
-
- 21 Aug, 2017 1 commit
-
-
Robert Kimball authored
-
- 10 Aug, 2017 1 commit
-
-
Christian Convey authored
* Updates documentation regarding supported platform. * Increments minimum CMake version to 3.5.1 (the version provided by Ubuntu 16.04). * Adds support for Clang 4.0, while retaining support for Clang 3.9.
-
- 08 Aug, 2017 2 commits
-
-
Robert Kimball authored
-
Christian Convey authored
-
- 07 Aug, 2017 1 commit
-
-
Christian Convey authored
-
- 25 Jul, 2017 1 commit
-
-
Robert Kimball authored
-