- 04 Oct, 2023 1 commit
-
-
Chris Austen authored
-
- 03 Oct, 2023 2 commits
-
-
Chris Austen authored
-
Chris Austen authored
-
- 02 Oct, 2023 1 commit
-
-
Chris Austen authored
-
- 01 Oct, 2023 1 commit
-
-
Chris Austen authored
-
- 29 Sep, 2023 1 commit
-
-
Umang Yadav authored
add flags for ck, Enable CK with hipRTC. CK can be used with the MIGRAPHX_ENABLE_CK=1 and MIGRAPHX_TUNE_CK=1
-
- 28 Sep, 2023 2 commits
-
-
Ted Themistokleous authored
-
Ted Themistokleous authored
Avoid the vega cards for the ORT build runs.
-
- 27 Sep, 2023 5 commits
-
-
Chris Austen authored
-
Chris Austen authored
-
Chris Austen authored
-
Chris Austen authored
-
Chris Austen authored
-
- 26 Sep, 2023 1 commit
-
-
Chris Austen authored
-
- 18 Aug, 2023 1 commit
-
-
Paul Fultz II authored
-
- 09 Aug, 2023 1 commit
-
-
Paul Fultz II authored
-
- 28 Jul, 2023 1 commit
-
-
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.
-
- 27 Jul, 2023 1 commit
-
-
Artur Wojcik authored
* rename function 'near' to 'make_near' * try disabling vega10 machine
-
- 21 Jul, 2023 2 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
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
-
- 18 Jul, 2023 1 commit
-
-
Paul Fultz II authored
-
- 17 Jul, 2023 1 commit
-
-
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
-
- 02 Jul, 2023 1 commit
-
-
Paul Fultz II authored
Add a CI job to test CK Add MIGRAPHX_TUNE_CK env variable to only do tuning for CK Continue tuning even when there is invalid configs Fix a bug with parallel compilation not using all available threads Add additional test for gemms using half types Removed int32 as supported type since it doesnt pass our test suite
-
- 31 May, 2023 2 commits
-
-
Paul Fultz II authored
-
Umang Yadav authored
partially solves #1656 This PR only handles compilation part of multitarget.
-
- 29 May, 2023 1 commit
-
-
Chris Austen authored
-
- 19 May, 2023 1 commit
-
-
Chris Austen authored
Co-authored-by:
Sam Wu <sam.wu2@amd.com> Co-authored-by:
Paul <pfultz2@yahoo.com>
-
- 22 Mar, 2023 1 commit
-
-
Umang Yadav authored
prevent dynamically loading the target library that is not compiled with the same version of MIGraphX core lib.
-
- 13 Mar, 2023 1 commit
-
-
Manupa Karunaratne authored
* [MLIR] Adds a runtime switch to trigger MLIR
-
- 16 Feb, 2023 1 commit
-
-
Umang Yadav authored
* deprecate HCC
-
- 31 Jan, 2023 1 commit
-
-
Umang Yadav authored
Added CMakeFlag for hipRTC. MIGRAPHX_USE_HIPRTC. Added stages in Jenkins for hipRTC. Fixes for some of the pending issues from hipRTC.
-
- 06 Jan, 2023 1 commit
-
-
Paul Fultz II authored
Run a stage using MIGRAPHX_GPU_DEBUG=1.
-
- 26 Sep, 2022 1 commit
-
-
Charlie Lin authored
Rewrites the BatchNormalization ONNX operator into other MIGX operators - Added handling of 1D input tensor case (edge case in ONNX spec) Removes the spatial and per_activation functionality (not in the ONNX spec) - Did not remove the batch_norm_inference related code as the TensorFlow parser still uses it - Can remove that code when the TF version is updated
-
- 12 Jul, 2022 1 commit
-
-
Paul Fultz II authored
This will ensure that migraphx.h can be included from a C compiler, and check that the C API can be called. This includes stdbool.h which is needed when using bool from C.
-
- 16 Jun, 2022 1 commit
-
-
Paul authored
-
- 29 Mar, 2022 1 commit
-
-
Chris Austen authored
modify CI temporarily to stop using Navi hardware
-
- 05 Nov, 2021 1 commit
-
-
kahmed10 authored
Moving our Docker file from ROCm 4.3 to 4.5 Add Navi base GPUs in to the CI infrastructure
-
- 28 Sep, 2021 1 commit
-
-
Paul Fultz II authored
No longer avoid dependency problems and install the half package
-
- 26 Jul, 2021 1 commit
-
-
Paul authored
-
- 25 Jul, 2021 1 commit
-
-
Paul authored
-