MIOpen icon indicating copy to clipboard operation
MIOpen copied to clipboard

Support for different Data Types in MIOpen Convolution

Open amitkumarhyd opened this issue 2 years ago • 3 comments

Does MIOpen support different combination of Data types with Convolution as given below ?

  1. src=f16 weight=f16 dst=f32
  2. src=f32 weight=f32 dst=f16
  3. src=s8 weight=s8 dst=u8
  4. src=u8 weight=u8 dst=s8
  5. src=s8 weight=s8 dst=f32

while working with 1st combination we are getting MIOpen Warning : Unsupported data types configuration: FP16xFP16xFP32

amitkumarhyd avatar Feb 02 '23 08:02 amitkumarhyd

Only uniform data types are supported for now.

atamazov avatar Feb 02 '23 09:02 atamazov

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 avatar Feb 02 '23 11:02 atamazov

@atamazov Internal ticket has been created to update docs. Thanks!

ppanchad-amd avatar Apr 23 '24 14:04 ppanchad-amd