MIOpen
MIOpen copied to clipboard
AMD's Machine Intelligence Library
Enable bf16 support for ck-based convolution solvers in MIOpen
Integrate CK's 3D bilinear solvers. This PR is combination of https://github.com/ROCm/MIOpen/pull/2817 and https://github.com/ROCm/MIOpen/pull/2912
- Fix bfloat16 error in argmax - integrate argmin argmin, argmax, min, max into reduce extreme - Added reduce extreme operation and kernel with solver - Added driver test and...
The PR fixes handling environment variables on Windows and adds some improvements to the interface. Below are the updated functions * `env::value(VAR)` reads a value from VAR or returns the...
Hi MIOpen developers, There is a [team](https://salsa.debian.org/rocm-team/) intended to ship MIOpen to Debian's official repository and has made some [progress](https://salsa.debian.org/rocm-team/miopen). We notice that there exist some binary files like `src/kernels/*.kdb.bz2`...
The character `:` is reserved on Windows and cannot be used for constructing a path except when it follows a drive letter.
Tasks: - [x] #2927 - [ ] #2928
Added getitem operation backward kernel with solver Added driver test and gtest for getitem backward Compared to ROCm pytorch, there is a performance improvement getitem float16 op_name | dtype |...
MHA graph test along with missing infrastructure for graph API execution.