- 19 Jul, 2019 1 commit
-
-
Adam Procter authored
* Split backend_test.in.cpp * style * Move backend_{graph_comparison,mlir}.in.cpp back * Move backend_mlir.in.cpp into backend/ dir * Disable some tests in PlaidML manifest
-
- 20 Jun, 2019 1 commit
-
-
Robert Kimball authored
-
- 14 Jun, 2019 1 commit
-
-
Amy Zhuang authored
-
- 06 Jun, 2019 1 commit
-
-
Amy Zhuang authored
* Use Eigen kernel for Gather when axis is 0. * Fix style error. * Rename variables. Fix bugs. Use helper function. * Add one unit test. * Check if openmp is defined. * Change unit tests. * Use Eigen kernel for uint8_t type. Add one uint8_t unit test. Address PR feedback. * Update cpu emitter.
-
- 25 May, 2019 1 commit
-
-
Robert Kimball authored
* update a few files to build on windows * more fixes
-
- 17 May, 2019 1 commit
-
-
tsocha authored
* Add test for i32 gather * Add support for ints to Gather op * Move helper function to anonymous namespace * Add more types * Use static_cast instead of the old one * Style fix * Skip tests on GPU * Add more tests * Skip tests on gpu * Change bool to char
-
- 17 Apr, 2019 1 commit
-
-
Sang Ik Lee authored
* Temp. * Put all the dummy files. * Remove some compile errors. * WIP: Add gather and gather_nd kernels. * Temp save. * Update comments for gather. * Implement reference gather. * Validate and infer shape. * Style. * Fix compile issues. * Add serializer support. * Fix interpreter compilation issues. * WIP: Add UT * WIP: Add UT * gather_nd UT passing. * Fix gather with no axis. * Fix gather issue. * Update unit_test.manifest for backends and add gather, gather_nd support for generic cpu. * Add type_prop tests. * Add CPU builders. * Fix codegen. * Make some UT numbers more readable. * Style. * Update Copyright Year * Update Copyright Year * Fix Typo. * Remove unused variable. * fix nv gpu build error * Fix intel gpu compilation. * Add basic docstring. * Allow 1D indices for gather_nd. * Allow scalar indices for gather. * Update unit_test manifest files. * Style. * Add indices element type check and add failing type_prop checks. * Update docstring. * Fix incorrect test names in unit_test.manifest * Missing header
-