MIOpen
MIOpen copied to clipboard
Support for different Data Types in MIOpen Convolution
Does MIOpen support different combination of Data types with Convolution as given below ?
- src=f16 weight=f16 dst=f32
- src=f32 weight=f32 dst=f16
- src=s8 weight=s8 dst=u8
- src=u8 weight=u8 dst=s8
- src=s8 weight=s8 dst=f32
while working with 1st combination we are getting MIOpen Warning : Unsupported data types configuration: FP16xFP16xFP32
Only uniform data types are supported for now.
Let's update the docs.
[Attribution] @junliume @johnny-keker https://github.com/ROCmSoftwarePlatform/MIOpen/labels/documentation https://github.com/ROCmSoftwarePlatform/MIOpen/labels/enhancement https://github.com/ROCmSoftwarePlatform/MIOpen/labels/urgency_normal No ideas about assignee.
@atamazov Internal ticket has been created to update docs. Thanks!