Evgenii Averin

Results 10 issues of Evgenii Averin

I suggest to mark all exported functions with `C` linkage as `noexcept` for better c++ support. Missing `noexcept` causes code analyzers to issue a warning.

Under Investigation

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

This PR adds unit test for `ConvWinoFuryRxS`. Additional changes: - Old `test_drive()`-based test has been removed - `GetDefaultSolution()` has been introduced - Test builds have been sped up by about...

enhancement
value_high
quality
testing
urgency_high
correctness

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

ON_HOLD
quality

PR removes unused `Static Composable Kernel` files

quality

Update to clang-format-13

value_middle
quality
TESTING_CI_PASSED

The source tree contains an almost complete 2 years old copy of the Composable Kernel (CK) repository. Despite the fact that we have CK in the dependencies, these sources are...

value_high

This PR removes solvers: - `ConvMPBidirectWinograd` - `ConvMPBidirectWinograd` - `ConvMPBidirectWinograd` - `ConvMPBidirectWinograd` - `ConvMPBidirectWinograd` - `ConvMPBidirectWinograd_xdlops` - `ConvMPBidirectWinograd_xdlops` - `ConvMPBidirectWinograd_xdlops` - `ConvMPBidirectWinograd_xdlops` - `ConvMPBidirectWinograd_xdlops` These solvers were added in https://github.com/ROCm/MIOpen/pull/358...

ON_HOLD
quality

This PR adds unit tests for issue https://github.com/ROCm/MIOpen/issues/3540

GTest

Revert https://github.com/ROCm/MIOpen/pull/3362 after finding and fixing the corresponding bug/defect. CC @junliume @bpepers-me