- 19 Aug, 2021 1 commit
-
-
Paul Fultz II authored
* Enable warnings when jit compiling * Formatting
-
- 18 Aug, 2021 2 commits
-
-
turneram authored
* Add operators, refactor parsers, add rewrite passes, add tests * Add ref implementations * Move broadcasting of scales and zero points to onnx parser * Allow for x and zero_point to have different types in quantizelinear; fix zero_point default type * Switch certain variables to int64_t * Fix overflow in implicit constant conversion * Remove operators.hpp from includes in tf_test.cpp * Add conversion for int32 input to quantizelinear and add test case; remove operators.hpp from onnx_test.cpp includes * Switch dequantizelinear math from int32 to float * Remove changes to operators.hpp * Simplify apply_quantizelinear * Add verify test for int32 data * Add rewrite_quantization back to CMakeLists * Add passes to insert qdq after add_bias is applied, replace quant_ops, and remove remaining qdq pairs * Renaming, refactoring, cleaning up code, adding formal test, and adding passes to targets * Renaming, review comments, begin adding more specific tests * Add more specific unit tests * Fix failing test on CI * Correct matcher and update qop rewriting, update tests and add more tests * Update matcher, clean up simplify_qdq, tweak tests * Add tests, remove pass from CPU target, update dot parameters, clean up simplify_qdq * Fix correctness bug in ref q/dq implementations; edit gemm parser to make beta always 0.0 * Remove unused variables in onnx gemm tests
-
turneram authored
Co-authored-by:Chris Austen <causten@users.noreply.github.com>
-
- 17 Aug, 2021 1 commit
-
-
Cagri Eryilmaz authored
* restructring examples * modifications to titles/paths * cleanup Co-authored-by:root <root@rocm-framework-3.amd.com>
-
- 10 Aug, 2021 1 commit
-
-
Paul Fultz II authored
* Add hiprtc compile option * Add cross compile test * Update error reporting * Add tests for errors and warnings * Fix tidy warning * Add comment to ifdefs * Skip null character at end of log * Assert there is null at the end
-
- 09 Aug, 2021 1 commit
-
-
Cagri Eryilmaz authored
* check for divisor encodable or not, fallback if needed * verify test for retinaface case
-
- 05 Aug, 2021 2 commits
-
-
Paul Fultz II authored
* Add method to compile pointwise * Formatting * Add lambda * Add semicolon * Rename variable * Add driver to run jit kernels * Formatting * Add context * Formatting * Make seperate driver folder * Add more general gpu driver * Formatting * Print out wll time * Formatting * Run multiple times and skip first run * Formatting * Seperate time_op * Run an op for comparison * Formatting * Add debug asserts * Formatting * Change parameer name * Formatting * Fix argument order * Formatting * Add preloading * Formatting * Allow a different data type * Formatting * Pipeline transformations * Formatting * Add vectorization * Formatting * Reduce dims * Formatting * Compile with launch params as constant * Formatting * Make sure buffer can be vecotrized * Formatting * Enable vectorization and preloading * Formatting * Add print header * Formatting * Avoid allocating to large of LDS * Formatting * Add some vec functions to a seperate header * Formatting * Add stride loops * Formatting * Improve the transform pipeline * Formatting * Add const * Fix shape check * Formatting * Just check stride axis is zero * Remove extra finc_vector_axis overload * Simplify some mroe functions * Formatting * Remove some more extra functions * Formatting * Simplify more decltypes * Add another const * Fix test * Get buffer pointer different for older compilers Co-authored-by:
Shucai Xiao <shucai@gmail.com> Co-authored-by:
Chris Austen <causten@users.noreply.github.com>
-
Shucai Xiao authored
* add python test runner * fix review comments * move test runner to the tools folder * raise an error if some cases failed * clang format * fix review comments Co-authored-by:
Paul Fultz II <pfultz2@yahoo.com> Co-authored-by:
Chris Austen <causten@users.noreply.github.com>
-
- 04 Aug, 2021 1 commit
-
-
Paul Fultz II authored
* Add pyflakes to CI * Remove unused imports
-
- 03 Aug, 2021 1 commit
-
-
Shucai Xiao authored
Co-authored-by:Paul Fultz II <pfultz2@yahoo.com>
-
- 02 Aug, 2021 2 commits
-
-
Cagri Eryilmaz authored
* nb-clean some notebooks * empty cells * pyflakes cleanup for /example/ * formatting * additional fix for 3dunet pyflakes warnings * formatting Co-authored-by:Paul Fultz II <pfultz2@yahoo.com>
-
kahmed10 authored
* remove unused imports and vars * formatting Co-authored-by:Cagri Eryilmaz <63118943+cagery@users.noreply.github.com>
-
- 30 Jul, 2021 1 commit
-
-
Paul Fultz II authored
-
- 29 Jul, 2021 1 commit
-
-
Cagri Eryilmaz authored
* unet3d notebook, visualization * inference notebook for unet3d, sample input inference * unet3d performance migraphx notebook * seperating unet3d from unet * remove unet from unet3d branch * readme updates * rename file * sample inference with brats dataset for unet3d notebook * required visualization file * readme update * remove perf script, move to branch * remove unused functions from vis * renaming * renaming more * py format * main readme update * notebook update * update readme for data access * cleanup notebook * Update README.md duplicate pointers in readme * Update examples/python_3dunet/README.md Co-authored-by:
kahmed10 <15948690+kahmed10@users.noreply.github.com> * Update examples/python_3dunet/README.md Co-authored-by:
kahmed10 <15948690+kahmed10@users.noreply.github.com> * cleanup notebook * label typos * cleanup * vis util import cleanup * path changes + npsave remove Co-authored-by:
kahmed10 <15948690+kahmed10@users.noreply.github.com> Co-authored-by:
Chris Austen <causten@users.noreply.github.com>
-
- 28 Jul, 2021 1 commit
-
-
Shucai Xiao authored
* fix an issue for type mismatch in parsing gemm * clang format * add unit tests * clang format * add missing onnx file Co-authored-by:Chris Austen <causten@users.noreply.github.com>
-
- 27 Jul, 2021 3 commits
-
-
Chris Austen authored
Scatter op
-
Chris Austen authored
-
Chris Austen authored
[Example] U-Net Image Segmentation
-
- 26 Jul, 2021 13 commits
-
-
Shucai Xiao authored
-
Cagri Eryilmaz authored
-
Chris Austen authored
Add contiguous to flatten inputs
-
Cagri Eryilmaz authored
-
Cagri Eryilmaz authored
-
Cagri Eryilmaz authored
-
Cagri Eryilmaz authored
-
Cagri Eryilmaz authored
-
Cagri Eryilmaz authored
-
Cagri Eryilmaz authored
-
Paul Fultz II authored
-
Paul Fultz II authored
-
Paul authored
-
- 25 Jul, 2021 1 commit
-
-
Paul authored
-
- 23 Jul, 2021 1 commit
-
-
Paul Fultz II authored
-
- 22 Jul, 2021 1 commit
-
-
Cagri Eryilmaz authored
-
- 21 Jul, 2021 6 commits