- 02 Nov, 2017 6 commits
-
-
Jaikrishnan Menon authored
-
Jaikrishnan Menon authored
-
Jaikrishnan Menon authored
the other backend flag
-
Jaikrishnan Menon authored
The CPU backend is disabled by default and must be enabled with the CMake variable NGRAPH_CPU_ENABLE set to true
-
Jaikrishnan Menon authored
-
Jaikrishnan Menon authored
-
- 01 Nov, 2017 3 commits
-
-
Jaikrishnan Menon authored
-
Jaikrishnan Menon authored
the LLVM integration requires tar.xz decompression support which was added in 3.1
-
Jaikrishnan Menon authored
Conflicts: test/CMakeLists.txt test/execute.cpp
-
- 31 Oct, 2017 3 commits
-
-
Jai Menon authored
-
Adam Procter authored
-
Jai Menon authored
-
- 30 Oct, 2017 13 commits
-
-
Christian Convey authored
- Adds Sphinx docs support. - Sphinx and Doxygen docs now built by CI. - Sphinx and Doxygen docs now installed by `make install`.
-
Robert Kimball authored
-
Robert Kimball authored
-
Adam Procter authored
This adds support for > < >= <= on bool, which by the type checker's standards should have been allowed anyway. Also, this bug had presenting in a different way from expected (should have thrown "unhandled element type" from external_function, instead bonked because it incorrectly dispatched on int8_t). This was due to element::Type::operator== comparing only size, signedness, and floatiness, meaning that char and signed char (aka int8_t) look the same. Fixed by adding a test for m_cname equality.
-
Robert Kimball authored
-
Chris Lishka authored
-
Jaikrishnan Menon authored
-
Robert Kimball authored
Bob/test cleanup
-
Robert Kimball authored
-
Jai Menon authored
-
Chris Lishka authored
-
Robert Kimball authored
-
Robert Kimball authored
-
- 29 Oct, 2017 1 commit
-
-
Jaikrishnan Menon authored
-
- 27 Oct, 2017 2 commits
-
-
Scott Cyphers authored
-
Avijit authored
-
- 25 Oct, 2017 12 commits
-
-
Jaikrishnan Menon authored
-
Jaikrishnan Menon authored
-
Jaikrishnan Menon authored
-
Jai Menon authored
-
Jaikrishnan Menon authored
-
Robert Kimball authored
make CMake report if gcc4.8 is being used
-
Jaikrishnan Menon authored
-
Jaikrishnan Menon authored
Remove commented-out code and predicate debuginfo generation
-
Jaikrishnan Menon authored
Also disable PCH in preparation of merge
-
Jaikrishnan Menon authored
-
Jaikrishnan Menon authored
via op::ParameterizedConstant
-
Robert Kimball authored
-