MIOpen icon indicating copy to clipboard operation
MIOpen copied to clipboard

Is 3D convolution supported?

Open akankshabaranwal opened this issue 2 years ago • 3 comments

From the release notes, it seems supported. But in the porting guide it says that MIOpen only supports 2D Convolutions. It also says this " all the “Nd” APIs in cuDNN do not have a corresponding API in MIOpen". Is this information incorrect ? From the API reference, is miopenSetTensorDescriptor analogous to cudnnSetTensorNdDescriptor ? There are also these APIs: miopenInitConvolutionNdDescriptor, miopenGetConvolutionNdDescriptor .

akankshabaranwal avatar Feb 13 '23 13:02 akankshabaranwal

@akankshabaranwal

Is this information incorrect ?

It is outdated.

From the API reference, is miopenSetTensorDescriptor analogous to cudnnSetTensorNdDescriptor ?

Yes.

atamazov avatar Feb 14 '23 20:02 atamazov

[Recommendation] @junliume @JehandadKhan https://github.com/ROCmSoftwarePlatform/MIOpen/labels/documentation https://github.com/ROCmSoftwarePlatform/MIOpen/labels/urgency_normal

Let's assign an engineer to fix the docs.

atamazov avatar Feb 14 '23 20:02 atamazov

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

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