MIOpen
MIOpen copied to clipboard
AMD's Machine Intelligence Library
* [use struct to return data ](https://github.com/ROCmSoftwarePlatform/MIOpen/pull/2154/files#r1211864942) * [see if passing of unique_ptr is really necesary](https://github.com/ROCmSoftwarePlatform/MIOpen/pull/2154/files#r1199790458) * [remove item added to target_link_library that was part of workaround](https://github.com/ROCmSoftwarePlatform/MIOpen/pull/2177) This issue is...
_Originated from: https://github.com/ROCmSoftwarePlatform/MIOpen/pull/1911#issuecomment-1533884703_ > ...it failed in `smoke_solver_ConvHipImplicitGemmBwdXdlops` test for the stage `Fp32 Hip Debug gfx90a`. Here is the error message: > > ``` > [2023-05-03T19:26:30.939Z] /home/jenkins/workspace/MLLibs_MIOpen_PR-1911/build/bin/test_conv2d --float --cmode conv...
This documentation needs an update: https://docs.amd.com/bundle/MIOpen_gh-pages/page/install.html#installing-miopen-kernels-package _Originally posted by @jithunnair-amd in https://github.com/ROCmSoftwarePlatform/MIOpen/issues/2136#issuecomment-1545274927_
@cderb To continue https://github.com/ROCmSoftwarePlatform/MIOpen/pull/2112#issuecomment-1544613299 (merged as #2151) The artificial limitation by 4 solvers reduces the useful effect of #2065. What we have now is better, but still similar as before,...
Post-merge review of #2150: - [ ] CODECOV https://github.com/ROCmSoftwarePlatform/MIOpen/pull/2150#discussion_r1205703424 - [ ] FP32 gfx1030 Smoke test https://github.com/ROCmSoftwarePlatform/MIOpen/pull/2150#discussion_r1205705720 - [ ] FP16 Vega20 Smoke test https://github.com/ROCmSoftwarePlatform/MIOpen/pull/2150#discussion_r1205706541 - [ ] INT8 Vega20...
./bin/MIOpenDriver bnorm -n 16 -c 64 -H 147 -W 147 -m 1 --forw 0 -b 1 -r 1 Backwards prop batch norm verification passed on dx. Backwards prop batch norm...
From the [release notes](https://docs.amd.com/en-US/bundle/MIOpen_gh-pages/page/releasenotes.html#id7), it seems supported. But in the [porting guide](https://github.com/ROCmSoftwarePlatform/MIOpen/blob/develop/doc/src/MIOpen_Porting_Guide.md) it says that MIOpen only supports 2D Convolutions. It also says this " all the “*Nd*” APIs in...
Does MIOpen support different combination of Data types with Convolution as given below ? 1. src=f16 weight=f16 dst=f32 2. src=f32 weight=f32 dst=f16 3. src=s8 weight=s8 dst=u8 4. src=u8 weight=u8 dst=s8...
_Originated from https://github.com/ROCmSoftwarePlatform/MIOpen/issues/1148#issuecomment-998255498_ I recommend updating nodes to the most recent released ROCm version and corresponding kernel driver. 5.0 is not released yet, I would either wait or use 4.5.2....
`MIOPEN_BACKEND_OPERATIONGRAPH_DESCRIPTOR` holds a list of engines suitable to solve a given operation graph. It is represented by `OperationGraph` class introduced in #2894. Engine is an equivalent of our `Solution` and...