- 27 Sep, 2023 3 commits
-
-
ravil-mobile authored
-
Krzysztof Drewniak authored
Add mlir_logger, which registers a MLIR diagnostic handler that captures any information generated by a MLIR compile and saves it to a string. This will be useful during tuning, where some such errors may be the result of an inapplicable tuning configuration and should be suppressed.
-
Umang Yadav authored
-
- 24 Sep, 2023 1 commit
-
-
Charlie Lin authored
New compiler pass that simplifies dynamic shapes related operators to their static versions if possible Will normally be used after a split_single_dyn_dim pass
-
- 21 Sep, 2023 1 commit
-
-
Chris Austen authored
* Rectify flipped coordinate_transformation_mode logic in ROIAlign * Handle both opset 10 and 16 versions * Fix version check and clang tidy warning Co-authored-by:Dino Musić <dino.music@htecgroup.com>
-
- 16 Sep, 2023 3 commits
-
-
Paul Fultz II authored
let the user know which targets migraphx was built for and how to build migraphx for their gpu.
-
ravil-mobile authored
-
Paul Fultz II authored
-
- 15 Sep, 2023 2 commits
-
-
Umang Yadav authored
-
Paul Fultz II authored
-
- 13 Sep, 2023 2 commits
-
-
Paul Fultz II authored
-
Krzysztof Drewniak authored
In addition, since the bug in the sigmoid test is resolved, also uncomment that temporary disable.
-
- 12 Sep, 2023 1 commit
-
-
Paul Fultz II authored
-
- 11 Sep, 2023 2 commits
-
-
ravil-mobile authored
-
Paul Fultz II authored
-
- 08 Sep, 2023 1 commit
-
-
ravil-mobile authored
-
- 06 Sep, 2023 1 commit
-
-
kahmed10 authored
-
- 05 Sep, 2023 1 commit
-
-
ravil-mobile authored
-
- 31 Aug, 2023 1 commit
-
-
Paul Fultz II authored
-
- 30 Aug, 2023 1 commit
-
-
Paul Fultz II authored
-
- 13 Aug, 2023 1 commit
-
-
Umang Yadav authored
-
- 12 Aug, 2023 1 commit
-
-
Paul Fultz II authored
-
- 11 Aug, 2023 1 commit
-
-
Paul Fultz II authored
-
- 10 Aug, 2023 1 commit
-
-
Krzysztof Drewniak authored
This PR constitutes the MIGraphX-side changes needed to not break the build in the presence of ROCmSoftwarePlatform/rocMLIR#1136 , and updates what data is sent in to MLIR during the kernel generation and tuning process.
-
- 09 Aug, 2023 1 commit
-
-
Paul Fultz II authored
-
- 08 Aug, 2023 1 commit
-
-
Paul Fultz II authored
-
- 06 Aug, 2023 1 commit
-
-
Paul Fultz II authored
-
- 30 Jul, 2023 1 commit
-
-
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 2 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
-
turneram authored
-
- 26 Jul, 2023 1 commit
-
-
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 1 commit
-
-
Artur Wojcik authored
-
- 22 Jul, 2023 1 commit
-
-
kahmed10 authored
-
- 21 Jul, 2023 1 commit
-
-
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 1 commit
-
-
Umang Yadav authored
-
- 18 Jul, 2023 1 commit
-
-
Umang Yadav authored
Fixes #1946
-
- 17 Jul, 2023 2 commits
-
-
Chris Austen authored
* add support for rocm 5.6 in CI * Disable anonymous namespace check * add default c'tors to avoid warnings
-
Krzysztof Drewniak authored
This commit removes the build options to disable threading and removes the mutex in compile_mlir. The commit being tested is a draft PR on rocMLIR that'll get merged if this passes
-
- 13 Jul, 2023 1 commit
-
-
Krzysztof Drewniak authored
Allows the rocMLIR CI (which builds rocMLIR tip against MIGraphX tip) to pass.
-