MIOpen icon indicating copy to clipboard operation
MIOpen copied to clipboard

AMD's Machine Intelligence Library

Results 298 MIOpen issues
Sort by recently updated
recently updated
newest added

I get the above warning however, a file called gfx90878.db is available. I have also copied this file with the name gfx90878.kdb to no avail. Please advise.

question

I suggest to mark exported functions with C linkage as `noexcept` for better c++ support. Most of them wrapped in `miopen::try_` internally, so it is possible to add `noexcept` to...

enhancement
quality
urgency_normal
IMPACTS_API

Found on Navi 21 with ROCm 5.2.3 release: ```bash $ MIOPEN_LOG_LEVEL=5 ./bin/MIOpenDriver conv -x 5 -y 5 -W 28 -H 28 -c 192 -n 16 -k 32 -p 2 -q...

bug
urgency_low
correctness

The environment is a computing cluster: Slurm 20.11.3 MI50 GPUs PyTorch 1.12.0 ROCM 5.2.0 Code (test.py): **************************************** import torch net = torch.nn.Conv2d(2, 28, 3).cuda() inp = torch.randn(20, 2, 50, 50).cuda()...

question

```sh export MIOPEN_FIND_MODE=1 export MIOPEN_DEBUG_FIND_ONLY_SOLVER=GemmFwdRest ./bin/MIOpenDriver convfp16 -W 1760 -H 1760 -c 128 -n 1 -k 16 -x 3 -y 3 -p 0 -q 0 -u 1 -v 1 -F...

testing
urgency_normal

The following in gfx906_64.HIP.fdb.txt is 3d convolutions,but using `NCHW` layout. ![image](https://user-images.githubusercontent.com/63989327/145926525-2e955d3f-8d14-47db-b8eb-ff0ec1446f18.png) Thus I parse the config to `MIOpenDriver` command, then i got an error as follows: ```sh what(): /xxx/code/miopen-3x3-1x1-verfiy/driver/tensor_driver.hpp:124: unmatched...

bug
urgency_normal
value_unknown
Under Investigation

This adds batchnorm+activation solver to find 2.0 fusion. Most of the PR lines are two tests: na_(training/inferences)_find2. They are copies of find 1.0 tests with different underlying API.

complexity_middle
TESTING_CI_PASSED

#1612 has to be reverted due to the following issue: ``` myst v0.15.1: MdParserConfig(renderer='sphinx', commonmark_only=False, enable_extensions=['dollarmath'], dmath_allow_labels=True, dmath_allow_space=True, dmath_allow_digits=True, dmath_double_inline=False, update_mathjax=True, mathjax_classes='tex2jax_process|mathjax_process|math|output_area', disable_syntax=[], url_schemes=['http', 'https', 'mailto', 'ftp'], heading_anchors=None, heading_slug_func=None, html_meta=[],...

documentation

[Keywords]: test; gfx1030; [Description]: Random Memory access faults on gfx1030. 5 different PRs failed at a random stage, but always with gfx1030. http://micimaster.amd.com/blue/organizations/jenkins/MLLibs%2FMIOpen/detail/test-int8-mlir-nonxdlops/2/pipeline log info ```log Full Tests I /...

help wanted
urgency_blocker

Discussion opened at https://github.com/ROCmSoftwarePlatform/MIOpen/pull/1539#discussion_r881996230. Maybe we have a problem. /cc @junliume @jerryyin

request_for_comments
specification
urgency_normal
correctness