- 02 Nov, 2023 1 commit
-
-
Brian Pickrell authored
-
- 01 Nov, 2023 1 commit
-
-
Brian Pickrell authored
Added another check to a verify_onnx test. Dynamic and static input versions with same attributes and inputs go through different code paths but should give same result.
-
- 27 Oct, 2023 1 commit
-
-
Brian Pickrell authored
-
- 26 Oct, 2023 5 commits
-
-
Brian Pickrell authored
-
Brian Pickrell authored
-
Brian Pickrell authored
-
Brian Pickrell authored
-
Brian Pickrell authored
-
- 25 Oct, 2023 1 commit
-
-
Brian Pickrell authored
-
- 24 Oct, 2023 5 commits
-
-
Brian Pickrell authored
Merge branch 'dyn_resize_gather' of github.com:ROCmSoftwarePlatform/AMDMIGraphX into dyn_resize_gather Merges conflict resolution.
-
Brian Pickrell authored
-
Brian Pickrell authored
comment cleanup, some test fixes, minor refactoring of parse_resize. onnx_test still fails; needs to be updated with new instructions.
-
Brian Pickrell authored
comment cleanup, some test fixes, minor refactoring of parse_resize. onnx_test still fails; needs to be updated with new instructions.
-
Paul Fultz II authored
-
- 23 Oct, 2023 2 commits
-
-
Brian Pickrell authored
-
pramenku authored
-
- 21 Oct, 2023 1 commit
-
-
Paul Fultz II authored
Add tracing to benchmark to show which kernels are running and the time of every kernel
-
- 20 Oct, 2023 6 commits
-
-
Brian Pickrell authored
-
Zakor Gyula authored
-
turneram authored
Adds workarounds to avoid passing capture ops and scalar literals from quantization as arguments to ck_gemm.
-
nives-vukovic authored
-
music-dino authored
-
arvindcheru authored
-
- 19 Oct, 2023 8 commits
-
-
dependabot[bot] authored
-
dependabot[bot] authored
-
dependabot[bot] authored
-
dependabot[bot] authored
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.15 to 1.26.18.
-
github-actions[bot] authored
* Update onnxruntime main 635d3faa3b3908d2806d009dc6872152cfcfcdda * Update script for build_and_test_onnxrt.sh
-
Paul Fultz II authored
-
Umang Yadav authored
* Disable -Wunsafe-buffer-usage when compiling gpu code
-
kahmed10 authored
-
- 18 Oct, 2023 2 commits
-
-
Zakor Gyula authored
-
Charlie Lin authored
-
- 17 Oct, 2023 4 commits
-
-
Attila Dusnoki authored
-
Attila Dusnoki authored
-
Charlie Lin authored
-
Paul Fultz II authored
-
- 16 Oct, 2023 1 commit
-
-
Paul Fultz II authored
This will enable MLIR by default for these cases: Any convolution fusion Any int8 gemm fusion All Navi3 standalone convolutions With a flag(ie MIGRAPHX_ENABLE_MLIR) to enable MLIR for floating-point gemm fusions Except: 3x3 winnograd convolutions fusions (except on Navi) K > 2048 on gemm (as CK) Also there is MIGRAPHX_DISABLE_MLIR to disable MLIR completely.
-
- 14 Oct, 2023 2 commits
-
-
Lakhinder Walia authored
Add support for the QLinearMatMul onnx operator
-
Lakhinder Walia authored
-