ROCm / MIOpen

AMD's Machine Intelligence Library
https://rocm.docs.amd.com/projects/MIOpen/en/latest/
Other
1.05k stars 219 forks source link

Support for different Data Types in MIOpen Convolution #1961

Open amitkumarhyd opened 1 year ago

amitkumarhyd commented 1 year ago

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

atamazov commented 1 year ago

Only uniform data types are supported for now.

atamazov commented 1 year ago

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.

ppanchad-amd commented 4 months ago

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