- 21 Aug, 2023 1 commit
-
-
Chris Austen authored
-
- 09 Aug, 2023 1 commit
-
-
Chris Austen authored
-
- 06 Aug, 2023 1 commit
-
-
Umang Yadav authored
-
- 03 Aug, 2023 1 commit
-
-
Umang Yadav authored
-
- 01 Aug, 2023 3 commits
-
-
Umang Yadav authored
temporarily disable linker
-
Chris Austen authored
-
Chris Austen authored
-
- 31 Jul, 2023 2 commits
-
-
Lakhinder Walia authored
* Use shape of Instruction (instead of a default) in add_return() * Instruction validation fix: not to use a default shape value for comparison * Fix instruction::replace() to recompute shape for "@return" * handle the case of missing shape in an Instruction related Test * use compute_shape() to get op shapes + test case for tuple_type * add test case shape_test/return_shape_tuple * Add test for @return to check for half type * Move @return unit-tests around..; Address review comments * Broken comparison fix: comparison to a (default) shape of tuple_type * Test cases: (add) return_shape_empty & (modify) return_shape_tuple * modify the assert() statement
-
Artur Wojcik authored
-
- 30 Jul, 2023 2 commits
-
-
github-actions[bot] authored
-
Paul Fultz II authored
* Add initial tuning support * Format * Add extra param * Format * Use exauhstive flag * Format * Set expected shapes * Format * Format * Fix missing symbol * Format * Add missing license header * Format * Update src/targets/gpu/include/migraphx/gpu/mlir.hpp
-
- 29 Jul, 2023 1 commit
-
-
Paul Fultz II authored
* Updates to add_embed_library * Fix warnings for extern arrays
-
- 28 Jul, 2023 3 commits
-
-
Paul Fultz II authored
* Improve performance of pointwise/reduction kernels when using NHWC layouts * Format * Add nhwc test * Format * Remove inline namespace * Add reduce test
-
Paul Fultz II authored
The --py output can be loaded back in the driver. This will embed the migraphx interperter so we can execute the python directly. There is a migraphx_py library which will dynamically load the version of the library for python version is available on the system.
-
turneram authored
-
- 27 Jul, 2023 2 commits
-
-
Artur Wojcik authored
-
Artur Wojcik authored
* rename function 'near' to 'make_near' * try disabling vega10 machine
-
- 26 Jul, 2023 3 commits
-
-
Artur Wojcik authored
-
arvindcheru authored
-
Lakhinder Walia authored
* Remove rocblas_gemm_flags_pack_int8x4 in rocblas v3.0 or higher (#2002) * Update src/targets/gpu/gemm_impl.cpp
-
- 25 Jul, 2023 4 commits
-
-
Artur Wojcik authored
-
Artur Wojcik authored
-
Brian Pickrell authored
* Add dynamic input to prefix_scan_op * Added a shape test. The op should return the same dynamic shape as the input. * add 2d shape test for prefix_scan
-
Artur Wojcik authored
add JetBrains intermediates to ignore
-
- 24 Jul, 2023 1 commit
-
-
Lakhinder Walia authored
Update ROCmSoftwarePlatform/half from 5.4.2 to 5.6.0
-
- 23 Jul, 2023 2 commits
-
-
Charlie Lin authored
-
Umang Yadav authored
* Cancel in progress performance runs if a new commit has been pushed. Concurrency only cancels any pending runs.
-
- 22 Jul, 2023 5 commits
-
-
Charlie Lin authored
Throwing on these calls catches dynamic shape errors earlier rather than having to backpedal from a bad call
-
github-actions[bot] authored
-
Ted Themistokleous authored
onnxruntime is rolling a version with current versions 3.26
-
Paul Fultz II authored
This adds a format.py file which will check or apply formatting using git clang-format or yapf.
-
kahmed10 authored
-
- 21 Jul, 2023 3 commits
-
-
Umang Yadav authored
Fixes #1957 Clamping was removed in #1853. Turns out clamping as necessary to handle overflow/underflow cases. during downcasting, if it overflowed then without clamping it returned infinity.
-
Umang Yadav authored
Fixes #1746 BatchNorm only has x as the runtime input parameter for the following equation. All the other parameters are compile-time constants and related operations can be const-folded before quantizing to fp16 to preserve precision.
-
Umang Yadav authored
HIP requires global work items in multiple of local work items. If it is not it is not guaranteed to generate correct results all the time. Fixes #1977 Fixes #1644 MIGraphX CI has moved to rocm-5.6 which doesn't require hipRTC workarounds
-
- 19 Jul, 2023 4 commits
-
-
Igor Mirosavljevic authored
-
Umang Yadav authored
* add multitarget evaluation * Add evaluation for the multi-target unit-tests
-
Umang Yadav authored
-
Paul Fultz II authored
The find_reshaper is supposed to do this, but it doesnt work and there were no tests. So I updated for it to work and I added unit tests for it.
-
- 18 Jul, 2023 1 commit
-
-
Paul Fultz II authored
-