MIOpen icon indicating copy to clipboard operation
MIOpen copied to clipboard

Implemented MIOpenDriver support for different output type

Open DrizztDoUrden opened this issue 10 months ago • 0 comments

This adds MIOpenDriver conv* argument --output_type/-M, that supports values same and fp32 and thus allows launching convolution with float output data type despite input and weights types being different. ConvArgsForMIOpenDriver (MIOPEN_ENABLE_LOGGING_CMD=1) now also adds this option when applicable. Without the changes some printed commands were not executable due to some solvers requiring float output for int8 input.

DrizztDoUrden avatar Mar 07 '25 13:03 DrizztDoUrden