- 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
-
- 10 Sep, 2023 1 commit
-
-
Lakhinder Walia authored
Reduce memory footprint by std::move of temporary (potentially very large) containers. Minor cleanup for performance optimization: e.g. of Index() calculation -- which can get repeated millions of times in large tensors/vectors in a single Visit.
-
- 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
-
- 07 Aug, 2023 1 commit
-
-
Charlie Lin 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 2 commits
-
-
Krzysztof Drewniak authored
Allows the rocMLIR CI (which builds rocMLIR tip against MIGraphX tip) to pass.
-
Charlie Lin authored
Renames deconvolution -> convolution_backwards to be more consistent with the literature Note: this is not the cross-correlation operator (which is the adjoint of convolution). This is technically a standard convolution operator combined with an upsampling operator rather than a downsampling operator. Adds unit tests for the padding, strides, dilations, and other op attributes. Throws on auto_pad attribute since it has not been implemented Previously it read the attribute and set it but then did nothing with it Extended for dynamic shapes Does not support using asymmetric padding (padding_L != padding_R) and output_shape with dynamic shapes.
-
- 11 Jul, 2023 1 commit
-
-
Umang Yadav authored
* do not use int8x4 format for the rocblas
-