- 15 Dec, 2017 1 commit
-
-
Jaikrishnan Menon authored
-
- 14 Dec, 2017 1 commit
-
-
Nick Korovaiko authored
* tuple -> xla_tuple (+headers) xla_get_tuple_element get_tuple_element headers adding get_tuple_element + fixes get_tuple_element XLAFunction; breaks tests compiling libngraph.so w/ XLAFunction and Function; fixing tests is next build & test fixes formatting m_arguments -> get_arguments (first step to hide m_arguments) removing some get_arguments get_arguments -> get_arguments_DEPRECATED more DEPRECATED formatting m_arguments no more! at least technically halfway tests pass xla_function.cpp/hpp move defs into cpp files get_input_argument -> get_input_op formatting * add xla_function.* and assert -> throw * assert -> throw, remove cassert * removing emitter.cpp; poor guy got left behind * addressing feedback p1 * rename GetTupleElement -> GetOutputElement * adding a comment to get_arguments_FOR_GRAPH_REWRITE_ONLY * removing virtual off set_name
-
- 13 Dec, 2017 8 commits
-
-
Adam Procter authored
-
Nick Korovaiko authored
clean-up, formatting fixes cleanup2 clean up 3 tests pass remove printf switching to the old version of TupleType::==
-
Robert Kimball authored
fix tuple unit test crash when using gcc
-
Robert Kimball authored
-
adstraw authored
topological sort pass to call the utility function clone util to be used by frameworks e.g. for fprop cache
-
Robert Kimball authored
Performance benchmarking and utils
-
Robert Kimball authored
-
Robert Kimball authored
-
- 12 Dec, 2017 5 commits
-
-
Robert Kimball authored
LSTM benchmark test performance counters
-
Robert Kimball authored
CPU: Run static destructors at teardown
-
Jaikrishnan Menon authored
-
Robert Kimball authored
Serializer test: use INTERPRETER, not CPU
-
Adam Procter authored
-
- 11 Dec, 2017 2 commits
-
-
Adam Procter authored
* WIP generalized dot * Add some multi-axis 3D, 4D, and 5D tests * Add test on some 'pretty big' tensors * Reworked dot to have less flexible axis-pairing behavior * Backprop for dot... and a fix for a dumb bug in CoordinateTransform * Forgot to commit some stuff in merge * Disable tests that currently don't work on CPU * Fix temporarily disabled test that should pass on NGVM and INTERPRETER but wasn't due to new axis-selection convention for dot * Remove obsolete ScalarTensorProduct kernel/instruction * Review comment * s/n_dot_axes/dot_axis_count/ * s/dot_axis_count/reduction_axes_count/ * Adapt CPU emitter dot fallback to new kernel
-
Robert Kimball authored
* add support for n-dimensional operations by calling runtime/kernels * rename cpu backend classes and files * add tuple support to INTERPRETER * move ndarray out of runtime to test where it belonged * fix Tuple op per review comment
-
- 06 Dec, 2017 2 commits
-
-
Nick Korovaiko authored
* subgraph labels * adding more documentation for Label * minor fixes
-
Adam Procter authored
* Remove unnecessary dependency on codegen in interpreter * Check for incorrect return type and undeclared parameters in Function's constructor * Address review comments * Add scarier error message when the result node has null return type (should never happen) * Add new constructor for Function that doesn't require the return type, and unit test for same
-
- 05 Dec, 2017 2 commits
-
-
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
-
Matthew Brookhart authored
* We were pushing parameters that have been seen to the stack in traverse nodes. This causes an infinite loop in RNNs. * fix formatting * style fix for Scott
-
- 04 Dec, 2017 1 commit
-
-
Adam Procter authored
* Simpler kernel for broadcast * Fixed behavior for integer divide-by-zero, added unit tests * Strided and higher-dimensional slice (just tested to 3D) * Higher-dimensional sum * Replace-slice de-Eigenized; NOT TESTED AT HIGHER DIMENSIONS YET * Correct sum behavior when eliminating zero-length axes; add unit tests; also, add higher-dim unit tests for replace-slice * Higher-dimensional reduce, 'cause hey, why not? * Remove BroadcastScalarInstruction * Adding test for an observed failure at trivial sum on 5-tensors * De-Eigenized and higher-dimmified concat * Replace 'auto' in the kernels * temporary delete to ease merge * Re-insert tests that were deleted to ease merge * Refactor view-iteration * De-Eigenize reshape * Rework divide kernel to use std::enable_if to distinguish between floating and non-floating types * Update docs to reflect newly implemented cases in several ops * Rename parameters to View for more clarity; remove axis_walk_order (it's redundant) * Formatting * More terminological rejiggering * De-Eigenize scalar-tensor product * De-Eigenize dot * Update docstrings * Remove 'implementation status' tables from docstrings * Change step -> strides everywhere for consistent terminology * Formatting * Replace asserts in view.cpp with exceptions * Fix typo * Fix incorrect result type in dot1d test (ouch...) * Add missing support for Float64 to ngvm/external_function * Add int16 and uint16 (how was this missing?) * A few more additions relative to the missing element types * Disable tests that will not pass on CPU; they can still be run with test/unit-test --gtest_also_run_disabled_tests --gtest_filter='DISABLED_NGVM.*' * Move project_ and inject_ functions to common.[ch]pp, not view.[ch]pp * Rename View to CoordinateTransform * Add prefix ++ and += to CoordinateIterator
-
- 03 Dec, 2017 1 commit
-
-
Adam Procter authored
-
- 01 Dec, 2017 3 commits
-
-
Adam Procter authored
-
Yixing Lao authored
-
Adam Procter authored
-
- 30 Nov, 2017 14 commits
-
-
Matthew Brookhart authored
-
Robert Kimball authored
Work so far on de-Eigenization
-
Adam Procter authored
-
Nick Korovaiko authored
* move replace_node to util * static run_matchers_on_nodes_list * switching to map * formatting * addressing Scott's feedback and fixing warnings * more pattern matcher refactoring refactoring cont'd
-
Adam Procter authored
-
Matthew Brookhart authored
* Add numpy_transpose to the builder for numpy-stype transpose operations * fix docstring * make sure to throw the error
-
Adam Procter authored
-
Adam Procter authored
-
Adam Procter authored
-
Adam Procter authored
-
Adam Procter authored
-
Adam Procter authored
Merge branch 'aprocter/de-eigenize' of github.com:NervanaSystems/private-ngraph-cpp into aprocter/de-eigenize
-
Adam Procter authored
-
Robert Kimball authored
* add json lib 2.1.1 * add json serialization of graph * cleanup * enhance unit test * remove FunctionProvider class and replace with virtual get_function() in Node * remove json code from element_type * move serialize to be directly in the ngraph namespace. cleanup header file. * add cname check to element::operator== * add using json = nlohmann::json
-