- 20 Aug, 2019 1 commit
-
-
Adam Procter authored
-
- 09 Aug, 2019 1 commit
-
-
Adam Procter authored
* Fix sum reference to handle corner cases with +-inf * Review comments, and try to make Windows happy * Update GPU unit_test.manifest * More template grindery, to make macOS happy
-
- 25 Jul, 2019 1 commit
-
-
Adam Procter authored
* Finish moving things into test/backend * Update CODEOWNERS for moved file * Tweak GPU manifest for renamed test
-
- 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
-
- 16 Apr, 2019 1 commit
-
-
Robert Kimball authored
-
- 18 Mar, 2019 1 commit
-
-
Robert Kimball authored
* change float comparisons from == to all_close_f * style * address a few more direct float comparisons * add missing include * specify tightest tolerance for Broadcast and Reshape tests * Increased tightness of float testing Increased tightness of float testing via MIN_FLOAT_TOLERANCE_BITS parameter * style
-
- 27 Feb, 2019 1 commit
-
-
Ayan Moitra authored
* Int unit tests that fail with bfloat * move tests out of single file * style * Incorporate Bob's comments * edits * Incorporate comments * style * edits * Add failing test to intel gpu manifest * comments incoprorated
-
- 25 Feb, 2019 1 commit
-
-
Sang Ik Lee authored
Update TBB build script for Windows. Fix typo. Fix incorrect omp lib name on Windows. Fix incorrect tbb.dll path on Windows. Make LIBRARY and ARCHIVE output directory consistent. Function missing on Windows. Update test::util::all_close() to fix compilation issue on Windows Export CPU_Executable on Windows. Change nbench path for unit-test on Windows. Change copy to copy_if_different. Install CPU backend on Windows. Disable tools test on Windows. Disable two failing unit test on Windows CPU. Fix incorrect CPU backend install path on Windows.
-
- 22 Feb, 2019 1 commit
-
-
Robert Kimball authored
* use calls for new backend API in unit tests * fix compile error * fix compile error
-
- 07 Jan, 2019 1 commit
-
-
gcwenger authored
* Simplified & tightened all_close_f parameters Removed specification of mantissa bits for all_close_f in favor of just specifying tolerance bits. Tightened up all_close_f default. Fixed LRN unit test which had insufficient result precision to pass tighter all_close_f tolerance. * Addressed PR comments. Reworked mantissa bit and tolerance constants. Clarified and improved graph comparison tolerance calculation flexibility. Clarified unit test tolerance testing.
-
- 03 Jan, 2019 1 commit
-
-
Robert Kimball authored
* update licenses for 2019 * style
-
- 19 Dec, 2018 1 commit
-
-
Robert Kimball authored
* make validate public * move compile call outside of call for unit tests * fix compile error * one more error
-
- 07 Dec, 2018 1 commit
-
-
Robert Kimball authored
* change compile call to return Handle * make CPU require compile() before call() * fix unit tests to call compile() before call() * fix failing ops * update unit test * revert some changes * more fixups * more diff cleanup * a few more issues addressed * more fixes * update API * more updates * fix test_ops.py * fix * another attempt to fix * fix unit test * fix test error
-
- 06 Dec, 2018 1 commit
-
-
Fenglei authored
* add some helper function * update with new helper function * update reduce to nd with new helper function * update float sum to stable sum * fix bug * update all reduce to stable sum for float * fix bug and pass the sum stable test * remove debug info * style * update with shape * fix bug * add host parameters to cuda_emitter * clang format * fix bugs * add element::type support * format * add a cached value with datatype name * add init_reduce_value * unroll loop * optimization * remove the need for init_value * add memset kernel * add memcpy * working version * remove debug info * add comments, clean up code. * change in_idx to input_idx * fix bug * change args name for memset in emitter * pass element::Type instead of string * the op::reduce come with init value, add support * resolve codacy-bot comment * fix bug * resove codacy-bot comment * remove unused comments, resolve comments * cuda reduce for max, min, mul, reduce op init value, format * use type::info * use type info for numeric_limits * remove code from gpu_host_parameters * header * remvoe outdated comments * add helper to check if stable sum is needed * add stable sum test for double * remove extra line * consolidate helper functions * no need list now. * remove extra ; * clang format * style * add skip test for cpu and intelGPU side * add line between groups of headers * add two simple stable sum test for float and double * skip test for intelGPU
-
- 01 Dec, 2018 1 commit
-
-
Ayan Moitra authored
* Add argmReduce support for int32 + tests * add new line * add to intelGPU manifest * Address Fenglei's comment * address comments * Small change to emitter logic. * Chris's comments incorporated * minor edits + clang * edit
-
- 21 Nov, 2018 1 commit
-
-
Ayan Moitra authored
* add cuda reduce for product and max and added tests * a quick fix for empty reduce axis and 0 axis * adding min cuda reduce * add for min * fix bug and format * add another min test * adding sum to the mix and adding tests to intelGPU manifest * Incorporate Chris's first comment + clang * Some mods to the last commit * Addressed Bob's comments + added more tests int8 * Added more int8 tests + added tests to IntelGPU manifest * CI test failure debug attempt * clang * edit * Adding the CPU failing test to manifest * pulled changes from master to address travis ci build failure
-
- 16 Nov, 2018 1 commit
-
-
Robert Kimball authored
* Move ParameterVector and ResultVector to the ngraph namespace where they belong * update python wrapper * more python fixes * style * Update setup.py * fix some new code
-
- 14 Nov, 2018 1 commit
-
-
Robert Kimball authored
* remove exit call * disable some failing unit tests
-
- 13 Nov, 2018 1 commit
-
-
Ayan Moitra authored
* Add cudnn sum and test that exposes failure * Add test to interpreter manifest and move test to sum file * change test name * Fails INTELGPU and no need to run on CPU * Comment incorporation + kahan summation for interpreter * small oversight correction * resolve conflict * minor variable name edit
-
- 19 Oct, 2018 1 commit
-
-
Robert Kimball authored
* comparisons * move more unit test out of backend_test.in.cpp * move more tests * move more tests
-