- 03 Apr, 2018 1 commit
-
-
Scott Cyphers authored
* Fix clang warnings on macos * Conditionalize warning on Apple clang version.
-
- 30 Mar, 2018 1 commit
-
-
Sandeep authored
-
- 29 Mar, 2018 1 commit
-
-
Jaikrishnan Menon authored
-
- 28 Mar, 2018 2 commits
-
-
Adam Procter authored
Fix LLVM commit hashes to work around recent version bump incompatible with our hard-coded "5.0.1" paths (#781)
-
chaseadams509 authored
-
- 21 Mar, 2018 1 commit
-
-
Yixing Lao authored
* update nnp transformer path
-
- 20 Mar, 2018 3 commits
-
-
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
-
Adam Procter authored
-
Jaikrishnan Menon authored
-
- 16 Mar, 2018 2 commits
-
-
Jai Menon authored
* CPU: Update Eigen * CPU: Move patched Eigen master branch to NervanaSystems
-
Robert Kimball authored
* Add flags for SDL-3 compliance * change check to support older versions of CMake
-
- 13 Mar, 2018 1 commit
-
-
Jayaram Bobba authored
-
- 06 Mar, 2018 1 commit
-
-
Robert Kimball authored
* patch working * wip * fix patcher * remove debug message: * cleanup * fix typo
-
- 28 Feb, 2018 3 commits
-
-
Adam Procter authored
* Exit build with error message when NGRAPH_USE_PREBUILT_LLVM is requested on non-Linux OSes
-
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
-
- 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
-
- 14 Feb, 2018 2 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
-
- 09 Feb, 2018 1 commit
-
-
Jennifer Myers authored
-
- 08 Feb, 2018 2 commits
-
-
Jennifer Myers authored
-
Sandeep authored
-
- 07 Feb, 2018 1 commit
-
-
Yixing Lao authored
* revert to shared argon lib * installs argon headers * -DINSTALLED_HEADERS_PATH=${CMAKE_INSTALL_PREFIX}/include * formatg * remove debug info * revert * revert back to cpp-master
-
- 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
-
- 02 Feb, 2018 1 commit
-
-
Yixing Lao authored
-
- 25 Jan, 2018 1 commit
-
-
Jayaram Bobba authored
Update to newer version of MKLDNN with verbose debug output. Pull from github.com/intel/mkl-dnn instead of github.com/01org/mkl-dnn
-
- 19 Jan, 2018 1 commit
-
-
Tristan Webb authored
* Add mention of blob ref of original file from caffe2 * Mention location of source listing originally from LLVM project
-
- 16 Jan, 2018 1 commit
-
-
Yixing Lao authored
* bump argon version * ask argon to install itself * bump version again * argon lib dir * installs argon to ngraph_dist * fix path * upgrade argon version
-
- 05 Jan, 2018 1 commit
-
-
Tristan Webb authored
* Simple boilerplate for GPU runtime files - GPUBackend - GPU ExternalFunction - GPUManager - GPUCallFrame * Test for construction all GPU runtime classes * Comment out calls, constructors haven't been defined * Clang CUDA source example to later test compiling Clang cuda example from: https://gist.github.com/anonymous/855e277884eb6b388cd2f00d956c2fd4 * Initial nvptx compiler copied from CPU compiler sources * Define FunctionMap and Instruction for gpu external function * Rename Compiler -> NVPTXCompiler for gpu compile. Add call to compile for test * Rename StaticCompiler -> NVPTXStaticCompiler for GPU code gen * CAdd nvptx_compiler and nvptx_execution_engine to gpu sources * Compiling source unit test using hardcoded PTX * (a+b)*c test for GPU * WIP Fix compile * rmed accidentally included file * Fix compile, and LLVM link errosr from nvptx_compiler.cpp * Stub out parts needed for GPU manager * Test GPU runtime method stubs * Cleanup * Add GPU runtime to same cmake block as GPU, include CUDA headers if GPU enabled * Kill reflexive assertion * change GPU naming convention to match CPU * Snake case functions and identifiers in test case * Change element type to match changes in master * Make CUDA headers accessible for codegen with GPU transformer * clang-format * apply-code-format
-
- 03 Jan, 2018 1 commit
-
-
Yixing Lao authored
-
- 28 Dec, 2017 2 commits
-
-
Yixing Lao authored
-
Jai Menon authored
* CMake: TBB integration placeholder * CMake: Integrate TBB * CMake: Indent * CMake: Rewrite TBB integration * CMake: More TBB integration changes * CMake: Install TBB headers and DSOs * CMake: Don't install the TBB debug DSO * CMake: Propagate ngraph's configured compiler setting over to MKL-DNN * CMake: Restore TBB debug DSO installation * CMake: Add installed headers to search path. This needs to be cleaned up along with other header search cleanup * CPU: Build and execute TBB flowgraphs * CPU: TBB fixes * CPU: More TBB fixes * CPU: Allow both TBB and serial codegen for now * TBB: get_arguments -> get_input_ops * CPU: Use node methods * CPU: Add TBB headers in the build directory to the search path * TBB: Incorporate various changes from master * CMake: Indentation fix * CMake: Indentation fix * CMake: TBB is mandatory so remove additional predicates * TBB: Add a test * CMake: Fix linker flags with GCC
-
- 27 Dec, 2017 1 commit
-
-
Christian Convey authored
This reverts commit 39383029. It looks like the commit actually suppressed parallel makes of MKL-DNN, at least in the case where ngraph itself was being built with parallel make. It also introduced problems with make jobserver warnings.
-
- 21 Dec, 2017 1 commit
-
-
Jai Menon authored
* CPU: Optimize Eigen based rowwise vector broadcast * CPU: Remove the need for transposing the broadcast vector * CPU: Optimize to a replicate expression * CPU: Change code model to medium and compile for the host CPU instead of hardcoding BDW
-
- 20 Dec, 2017 1 commit
-
-
Christian Convey authored
* Adds CMake variables `MKLDNN_BUILD_COMMAND_EXTRA_FLAGS` and `MKLDNN_CMAKE_EXTRA_FLAGS`.
-
- 12 Dec, 2017 1 commit
-
-
Robert Kimball authored
LSTM benchmark test performance counters
-
- 05 Dec, 2017 1 commit
-
-
Robert Kimball authored
* New Interpreter backend * PR review comments * More RP fixes * oops * make autodiff tests backend aware * wip * wip * more ops * wip * fix merge error * merge fixes
-
- 21 Nov, 2017 3 commits
-
-
Tristan Webb authored
Clang cuda example from: https://gist.github.com/anonymous/855e277884eb6b388cd2f00d956c2fd4
-
Tristan Webb authored
-
Tristan Webb authored
Reused from Caffe 2 (Apache Licensed) [Link](https://github.com/caffe2/caffe2/blob/master/cmake/Modules/FindCuDNN.cmake)
-