- 30 Apr, 2020 2 commits
-
-
kahmed10 authored
* fix pad calc * add tile op * formatting * add test * formatting * fix tidy * formatting Co-authored-by:mvermeulen <5479696+mvermeulen@users.noreply.github.com>
-
Shucai Xiao authored
* refine slice implementation * clang format * fix cppcheck error * clang format * change parse operator function signature * clang format * add parsing the split operator * clang format * add parsing split operator * make squeeze/unsqueeze inputs to standard shape * fix a bug in parsing slice * change parsing pad to support opset 11 definition * clang format * add unit tests for the split operator * clang format * fix cppcheck error * clang format * update tests for multiple program outputs * clang format * fix cppcheck error * clang format * refine an error message * add unit tests for the pad operator * clang format * add unit tests for slice operator * clang format * fix review comments * fix cppcheck error * add the numpy package in the Dockerfile * add c api for onnx options * clang format * change c/c++ and python apis related to parse_onnx option change * clang format * fixed a bug * fix a bug * add fix bugs in cpp api * fix bugs in c api for onnx_options * clang format * add unit tests * clang format * add missing onnx file * add more unit test for dynamic input shape support * clang format * fix cppcheck error * fix cppcheck error * fix cppcheck error * clang format * fix cppcheck error * clang format * code change to resolve the segmentation problem * clang format * change the api * clang format * fixed a unit test error * fix cppcheck error * clang format * fixed a cppcheck error * fix review comments * clang format Co-authored-by:mvermeulen <5479696+mvermeulen@users.noreply.github.com>
-
- 29 Apr, 2020 1 commit
-
-
Paul Fultz II authored
* Fix bugs in float_equal and add tests * Formatting Co-authored-by:mvermeulen <5479696+mvermeulen@users.noreply.github.com>
-
- 24 Apr, 2020 1 commit
-
-
Shucai Xiao authored
* new onehot implemenation by combining other operators * clang format * backup * update unit tests * clang format
-
- 21 Apr, 2020 2 commits
-
-
Paul Fultz II authored
* Fix bug in unsqueeze shape and improve test coverage * Remove else statement * Revert unsqueeze changes * Update tests * Formatting * Update tests * Fix handling of scalars * Add another scalar test Co-authored-by:mvermeulen <5479696+mvermeulen@users.noreply.github.com>
-
Shucai Xiao authored
* fixed a bug in the cpp api for the case of zero input parameter * clang format * fixed clang format warning Co-authored-by:
Paul Fultz II <pfultz2@yahoo.com> Co-authored-by:
mvermeulen <5479696+mvermeulen@users.noreply.github.com>
-
- 20 Apr, 2020 1 commit
-
-
Paul Fultz II authored
* Fix bug in eliminate concat: dont use sorted allocations to assign offsets * Formatting Co-authored-by:mvermeulen <5479696+mvermeulen@users.noreply.github.com>
-
- 17 Apr, 2020 2 commits
-
-
Shucai Xiao authored
* change parse operator function signature * clang format * add parsing the split operator * clang format * add parsing split operator * make squeeze/unsqueeze inputs to standard shape * change parsing pad to support opset 11 definition * clang format * add unit tests for the split operator * clang format * fix cppcheck error * clang format * update tests for multiple program outputs * clang format * fix cppcheck error * clang format * refine an error message * add unit tests for the pad operator * clang format * fix review comments * fix unit test error Co-authored-by:mvermeulen <5479696+mvermeulen@users.noreply.github.com>
-
Paul Fultz II authored
* Fix bug with transpose and pad * Formatting Co-authored-by:mvermeulen <5479696+mvermeulen@users.noreply.github.com>
-
- 16 Apr, 2020 2 commits
-
-
Paul Fultz II authored
* Make contiguous preserve scalar shape * Formatting * Improve standard shape calulation * Formatting * Enable some optimizations on debug build * Up optimization level * Remove debug symbols Co-authored-by:mvermeulen <5479696+mvermeulen@users.noreply.github.com>
-
kahmed10 authored
* add onehot and tests, add missing gen_tf for onehot * formatting * fix cast * specify onehot for error msg Co-authored-by:mvermeulen <5479696+mvermeulen@users.noreply.github.com>
-
- 14 Apr, 2020 1 commit
-
-
Shucai Xiao authored
* code changes for small bugs * clang format * remove standard shape requirement for transpose. * add a unit test * clang format Co-authored-by:mvermeulen <5479696+mvermeulen@users.noreply.github.com>
-
- 10 Apr, 2020 1 commit
-
-
kahmed10 authored
* fix axes bug, reorder and add test * formatting * add missing test file
-
- 09 Apr, 2020 1 commit
-
-
Shucai Xiao authored
* python api support scalar argument * clang format * change parse operator function signature * clang format * add parsing the split operator * clang format * add parsing split operator * make squeeze/unsqueeze inputs to standard shape * add unit tests for the split operator * clang format * fix cppcheck error * clang format * update tests for multiple program outputs * clang format * update the function parse_graph * clang format * fixed an unit test * revert code back * remove blank line * refine an error message * add unit tests for code change * clang format * refine an error message Co-authored-by:mvermeulen <5479696+mvermeulen@users.noreply.github.com>
-
- 08 Apr, 2020 2 commits
-
-
kahmed10 authored
* add recip gpu and tests * formatting * remove to_hip_type Co-authored-by:mvermeulen <5479696+mvermeulen@users.noreply.github.com>
-
Paul Fultz II authored
* Add test with odd stride * Use same logic as convolution for stride calculation * Formatting Co-authored-by:mvermeulen <5479696+mvermeulen@users.noreply.github.com>
-
- 07 Apr, 2020 1 commit
-
-
Shucai Xiao authored
* fixed a bug in parse_slice * add a unit test * clang format
-
- 06 Apr, 2020 1 commit
-
-
Paul Fultz II authored
* Upgrade compiler to hcc * Add missing perl package for hcc * Update hip and rocblas version * Add flag to speedup build * Remove symlink * Add no-gpu-rdc to linking * Add missing define * Disable no unused argument * Suppress warning * Add definition to all targets * Fix compiler flags * Refer to rocblas
-
- 03 Apr, 2020 1 commit
-
-
kahmed10 authored
* fix pad calc * add padding calc and test * formatting * add parsing auto_pad attribute for convolution * clang format * made asym generic function * formatting * refine code * code cleanup * clang format * pull changes from other pad branch * formatting * revert onnx file * formatting * fix a bug in the code * fix bug in function call * formatting * fix bug * fix review comment * formatting Co-authored-by:
Shucai Xiao <Shucai.Xiao@amd.com> Co-authored-by:
Shucai Xiao <shucai@gmail.com> Co-authored-by:
Paul Fultz II <pfultz2@yahoo.com> Co-authored-by:
mvermeulen <5479696+mvermeulen@users.noreply.github.com>
-
- 02 Apr, 2020 1 commit
-
-
kahmed10 authored
* fix pad calc * progress on div * formatting * continue work on pass * continue testing * formatting * add recip and sub matcher * formatting * add tests * formatting * fix review comments * remove unnecessary header * remove headers Co-authored-by:mvermeulen <5479696+mvermeulen@users.noreply.github.com>
-
- 29 Mar, 2020 2 commits
-
-
Shucai Xiao authored
* refine slice implementation * clang format * fix cppcheck error * clang format * fix a bug in parsing slice * add unit tests for slice operator * clang format * fix cppcheck error * add the numpy package in the Dockerfile * add missing onnx file * fix cppcheck error * fix cppcheck error * add one more unit test related to slice and split * clang format Co-authored-by:mvermeulen <5479696+mvermeulen@users.noreply.github.com>
-
kahmed10 authored
* fix pad calc * modify clip for more args * formatting * add test, flip order, revert to unary * fix error msg * add min and max args to clip * formatting * fixes to quantization * formatting * fix logic and add extra test * formatting * fix logic, add extra test * formatting * fix bug in test Co-authored-by:
mvermeulen <5479696+mvermeulen@users.noreply.github.com> Co-authored-by:
Paul Fultz II <pfultz2@yahoo.com>
-
- 23 Mar, 2020 1 commit
-
-
Shucai Xiao authored
* change parse operator function signature * clang format * add parsing the split operator * clang format * add parsing split operator * make squeeze/unsqueeze inputs to standard shape * add unit tests for the split operator * clang format * fix cppcheck error * clang format * update tests for multiple program outputs * clang format * fix cppcheck error * clang format Co-authored-by:
mvermeulen <5479696+mvermeulen@users.noreply.github.com> Co-authored-by:
Paul Fultz II <pfultz2@yahoo.com>
-
- 08 Mar, 2020 1 commit
-
-
kahmed10 authored
* fix pad calc * add padding calc and test * formatting * made asym generic function * formatting Co-authored-by:mvermeulen <5479696+mvermeulen@users.noreply.github.com>
-
- 07 Mar, 2020 2 commits
-
-
Shucai Xiao authored
* add prelu operator * clang format * add prelu to gpu lowering * add unit tests for the PRelu operator * clang format * add missing onnx file for PRelu operator * update unit tests for prelu operator * clang format Co-authored-by:
mvermeulen <5479696+mvermeulen@users.noreply.github.com> Co-authored-by:
Paul Fultz II <pfultz2@yahoo.com>
-
Shucai Xiao authored
* support half type input for imagescaler operator * clang format * add missing onnx file for image scaler testing * fixed a cppcheck error * clang format Co-authored-by:mvermeulen <5479696+mvermeulen@users.noreply.github.com>
-
- 06 Mar, 2020 1 commit
-
-
Shucai Xiao authored
* Add initial api * Formatting * Add more api * Formatting * Add auto api generation * Formatting * Fix some compilation errors * Change handle struct * Formatting * Fix reamining compilation errors * Formatting * fixed a bug related to number of outputs * Simplify using ctype * Formatting * Initial c++ generation * Formatting * Add C++header * Formatting * Add test * Formatting * Add initial tests * Formatting * Try to fix formatting * Cleanup formatting * Formatting * Fix constructors on the same line * Fix tests * Formatting * Fix tidy issues * Fix tidy issues * Fix naming issue * Add onnx API to parse buffer * Formatting * Add arguments api * Formatting * Fix verify parameters * Fix cppcheck issues * Formatting * Add method to get output shapes and bytes * Formatting * Try formatting * Formatting * Improve the test coverage * Formatting * Add print method * Formatting * Fix cppcheck issue * Fix package dependency * code backup for support multiple outputs * clang format * change migraphx api to support multiple program outputs * clang format * change api implementation * clang format * clang format * fix a build error * additional changes * clang format * change api for correct automatic generation * clang format * fix unit test error * fix unit test error * fix unit tests error * support multiple program outputs * clang format * remove @ from the add_return name * Add nolint * Try fix formatting * Formatting * formatting * formatting * Fix formatting * code cleanup * clang format * fix cppcheck error * fix a cppcheck error * clang format * fix review comments * clang format * fix cppcheck error * clang format * record graph output name * clang format * refine print the add_return instruction * clang format * fix cppcheck error * clang format * refine the name of the add_return instruction * fixed a bug related to workspace * fixed two small bugs * clang format * add more unit tests for multiple program outputs * clang format * change an error info * clang format * fix cppcheck error * add unit test for better code coverage * change to reduce code change * clang format * remove storing program output * fix cppcheck error * fix review comments * clang format * clang format * remove unnecessary change * resolve an assert error * clang format * change the output name with prefix '#' * changes in quantization function to support the returns instructin * clang format * refine unit tests * clang format * refine profiling print out report Co-authored-by:
Paul <pfultz2@yahoo.com> Co-authored-by:
Khalique <15948690+kahmed10@users.noreply.github.com> Co-authored-by:
mvermeulen <5479696+mvermeulen@users.noreply.github.com>
-
- 04 Mar, 2020 1 commit
-
-
mvermeulen authored
* Horizantal fusion of unary and binary ops * Formatting * Fix bugs in matcher * Add tests * Formatting * Add the op generically * Formatting * Rename test for more detail Co-authored-by:mvermeulen <5479696+mvermeulen@users.noreply.github.com>
-
- 26 Feb, 2020 1 commit
-
-
Paul authored
-
- 24 Feb, 2020 2 commits
-
-
Shucai Xiao authored
-
Paul authored
-
- 15 Feb, 2020 1 commit
-
-
Shucai Xiao authored
* Add initial api * Formatting * Add more api * Formatting * Add auto api generation * Formatting * Fix some compilation errors * Change handle struct * Formatting * Fix reamining compilation errors * Formatting * Simplify using ctype * Formatting * Initial c++ generation * Formatting * Add C++header * Formatting * Add test * Formatting * Add initial tests * Formatting * Try to fix formatting * Cleanup formatting * Formatting * Fix constructors on the same line * Fix tests * Formatting * Fix tidy issues * Fix tidy issues * Fix naming issue * Add onnx API to parse buffer * Formatting * Add arguments api * Formatting * Fix verify parameters * Fix cppcheck issues * Formatting * Add method to get output shapes and bytes * Formatting * Try formatting * Formatting * Improve the test coverage * Formatting * Add print method * Formatting * Fix cppcheck issue * Fix package dependency * change migraphx api to support multiple program outputs * clang format * change api implementation * clang format * fix a build error * change api for correct automatic generation * clang format * Add nolint * Try fix formatting * Formatting * formatting * formatting * Fix formatting * code cleanup * clang format * fix cppcheck error * fix review comments * clang format Co-authored-by:
Paul Fultz II <pfultz2@yahoo.com> Co-authored-by:
kahmed10 <15948690+kahmed10@users.noreply.github.com>
-
- 12 Feb, 2020 1 commit
-
-
Aaron Enye Shi authored
* Fix HIP-Clang GPU build issues Add missing device attributes for GPU functions. GPU functions must be annotated with __device__ in HIP. * Use HIP device function max and min * Fix clang-format-5.0 issues * Undo change that breaks on HIP-HCC Co-authored-by:mvermeulen <5479696+mvermeulen@users.noreply.github.com>
-
- 10 Feb, 2020 1 commit
-
-
Shucai Xiao authored
* Add initial api * Formatting * Add more api * Formatting * add more operators (asinh, acosh, atanh, MatMulInteger, ConvInteger) * clang format * add unit tests for new operators * clang format * Add auto api generation * Formatting * Fix some compilation errors * Change handle struct * Formatting * Fix reamining compilation errors * Formatting * Simplify using ctype * Formatting * Initial c++ generation * Formatting * Add C++header * Formatting * Add test * Formatting * Add initial tests * Formatting * Try to fix formatting * Cleanup formatting * Formatting * Fix constructors on the same line * Fix tests * Formatting * Fix tidy issues * Fix tidy issues * Fix naming issue * Add onnx API to parse buffer * Formatting * Add arguments api * Formatting * Fix verify parameters * Fix cppcheck issues * Formatting * Add method to get output shapes and bytes * Formatting * Try formatting * Formatting * Improve the test coverage * Formatting * Add print method * Formatting * Fix cppcheck issue * Fix package dependency * Add nolint * Try fix formatting * Formatting * formatting * formatting * Fix formatting Co-authored-by:
Paul Fultz II <pfultz2@yahoo.com> Co-authored-by:
mvermeulen <5479696+mvermeulen@users.noreply.github.com> Co-authored-by:
kahmed10 <15948690+kahmed10@users.noreply.github.com>
-
- 07 Feb, 2020 1 commit
-
-
Paul Fultz II authored
* Add initial api * Formatting * Add more api * Formatting * Add auto api generation * Formatting * Fix some compilation errors * Change handle struct * Formatting * Fix reamining compilation errors * Formatting * Simplify using ctype * Formatting * Initial c++ generation * Formatting * Add C++header * Formatting * Add test * Formatting * Add initial tests * Formatting * Try to fix formatting * Cleanup formatting * Formatting * Fix constructors on the same line * Fix tests * Formatting * Fix tidy issues * Fix tidy issues * Fix naming issue * Add onnx API to parse buffer * Formatting * Add arguments api * Formatting * Fix verify parameters * Fix cppcheck issues * Formatting * Add method to get output shapes and bytes * Formatting * Try formatting * Formatting * Improve the test coverage * Formatting * Add print method * Formatting * Fix cppcheck issue * Fix package dependency * Add nolint * Try fix formatting * Formatting * formatting * formatting * Fix formatting Co-authored-by:
Shucai Xiao <shucai.xiao@amd.com> Co-authored-by:
kahmed10 <15948690+kahmed10@users.noreply.github.com>
-
- 24 Jan, 2020 1 commit
-
-
kahmed10 authored
* initial testing * add shape op * formatting * add env variable for batch sizes * formatting * progress on driver * progress on driver * cleanup * cleanup * add and modified prev tests * formatting * remove comment * add shape op test * formatting * manually insert shape op in test * formatting * create options struct for parsers * formatting * Add documentation for python * Fix c++ documentaion * add documentation to parser * formatting * add argmin and tests * fix doc and definitions * formatting * revert test functions * formatting * cpu impl of conv_transpose * more work on conv_transpose * rename files, added extratests * formatting * add more tests * formatting * changes * fix tests * fix tidy * formatting * fixed function parameter * fix function parameter * add cpu ops test * formatting Co-authored-by:
Paul Fultz II <pfultz2@yahoo.com> Co-authored-by:
mvermeulen <5479696+mvermeulen@users.noreply.github.com>
-
- 20 Jan, 2020 1 commit
-
-
kahmed10 authored
* fix pad calc * formatting * initial testing * formatting * add tests * formatting * add verify onnx test * formatting * python3 test * fix test case and impl bug * fix test case and impl bug * fix test case and impl bug * formatting * change parse_test * formatting * fix syntax error Co-authored-by:mvermeulen <5479696+mvermeulen@users.noreply.github.com>
-
- 17 Jan, 2020 1 commit
-
-
Shucai Xiao authored
* add reduce operators as required by onnxruntime * clang format * remove a test since it can cause overflow * resolve cppcheck error * clang format * fix cppcheck error * clang format
-
- 13 Jan, 2020 1 commit
-
-
Shucai Xiao authored
* change char to upper case * clang format * minor changes * improve implementation of the pooling operator * clang format * improve implementation of the pooling operator * clang format * improving parsing the pooling operators * clang format * continue improve pooling operators * clang format * correct the explicit pad values for maxpool * clang format * add unit test for parsing poolig operators * clang format * fix review comments * refine the padding processing in parsing pooling operator * clang format * add more onnx unit test to have better code coverage * clang format * refine code to fix review comments * clang format * fix onnx unit test Co-authored-by:mvermeulen <5479696+mvermeulen@users.noreply.github.com>
-
- 10 Jan, 2020 1 commit
-
-
Shucai Xiao authored
* change to support optional outputs * clang format * add onnx test for better code coverage * add corresponding onnx file * fix review comments of handling optional program outputs * clang format * change onnx unit test to pass * clang format * refine onnx unit tests * clang format * remove unnecessary code
-