Evgenii Averin
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.
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...
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...
This PR removes code object v2 metadata support from ASM kernels.
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...
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...
This PR adds unit tests for issue https://github.com/ROCm/MIOpen/issues/3540
Revert https://github.com/ROCm/MIOpen/pull/3362 after finding and fixing the corresponding bug/defect. CC @junliume @bpepers-me