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

Remove environment variables from gtest (`MIOPEN_TEST_ALL`, `MIOPEN_TEST_FLOAT_ARG`, etc). This must be done simultaneously for all the tests and this issue switches old ctest scheme to the new one. It must...

complexity_high
GTest

Gtests are using random generator and setting internal library state based on environmental variables. It may work for a case `single binary-single test`, but will not work for a `single...

GTest

In order to switch to a new test invocation scheme, described [on the wiki](https://github.com/ROCm/MIOpen/wiki/GTest-development), the current [cmake test wrapper](https://github.com/ROCm/MIOpen/blob/97ec5080860fd432b37e426bd3726cf6c8634b7a/test/gtest/CMakeLists.txt#L19) should be updated with the following functionality: 1) generate custom regexp...

GTest

Naming scheme is proposed [on the wiki](https://github.com/ROCm/MIOpen/wiki/GTest-development) It blocks #3134

GTest

I am working with the following MIOpenDriver command, where the Input Height is 248 (`-H 248`) and Padding Height is 1 (`-p 1`): ``` bash ./bin/MIOpenDriver conv -F 2 -c...

bug
urgency_high

- [ ] 1. Reduce extreme (argmin, argmax, min, max etc) enhancement in case of inner dim (https://github.com/ROCm/MIOpen/pull/2766) - [ ] 2. Reduce calculation (sum, prod etc) enhancment in case...

enhancement
external_collaborator

This PR removes code object v2 metadata support from ASM kernels.

ON_HOLD
quality

@BrianHarrisonAMD I think we should protect hipBLASLt enablement so that it is not enabled on ~Windows~ external CI? https://dev.azure.com/ROCm-CI/ROCm-CI/_build/results?buildId=3415&view=logs&j=88ba0832-789b-5bb9-0dd5-a1a7441d06cc&t=eada31d1-0215-57b1-0ae6-7397215c45b8 However, I am not sure why `MIOPEN_USE_HIPBLASLT` is considered as enabled...

bug

# 1. Description: Enable hipBLASLt as an optional backend for MIOpen GEMM kernels. For this first implementation we are proposing: - Enable hipBLASLt as an option when using the environment...

enhancement
value_high
request_for_comments