This repository has been archived by the owner on Jan 3, 2023. It is now read-only.
Releases: NervanaSystems/ngraph
Releases · NervanaSystems/ngraph
nGraph v0.8.0-rc.1
Release candidate 1 for v0.8.0
nGraph v0.8.0-rc.0
Release candidate 0 for v0.8.0
nGraph v0.7.0
add more order to Node, at least a consistent sort order... (#1551)
nGraph v0.6.0
[ONNX] upgrade to version 1.3 pre-release (#1504) * onnx: upgrade to version 1.3 pre-release Signed-off-by: Artur Wojcik <[email protected]> * onnx: fix to specific commit from master branch Signed-off-by: Artur Wojcik <[email protected]> * fix style
nGraph v0.6.0-rc.0
Statically link cpu backend into ngraph shared library (#1444) * static link cpu library to ngraph * remove debug * link ngraph and cpu backend into a single shared object * add -fPIC and whole-archive for CPU backend * Added conditional for --whole-archive for Mac OS. * Added more conditonal for MacOS. * fix linking problem and unit test failures caused by multiple copies of the same function in CPU backend and INTERPRETER * fix nbench build * add nbench to unit test build * add version number to libngraph
nGraph v0.5.0
IntelGPUBackend: BatchNorm 5x1 operation (#1244) * IntelGPUBackend: BatchNorm 5x1 operation * Update intelgpu_op_batchnorm.cpp * PR1244 Comments are adressed
nGraph v0.4.0
Reshape bias to 1D for cpufusion of conv+bias bprop (#1151) * Reshape bias to 1D for conv + bias bprop fusion * Reshape goe2 back to 2D before replacing
nGraph v0.3.0
New Backend API
nGraph v0.2.1
Fix LLVM commit hashes to work around recent version bump incompatibl…
nGraph v0.2.1-rc0
Fix LLVM commit hashes to work around recent version bump incompatibl…