MIOpen
MIOpen copied to clipboard
Is 3D convolution supported?
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
Is this information incorrect ?
It is outdated.
From the API reference, is miopenSetTensorDescriptor analogous to cudnnSetTensorNdDescriptor ?
Yes.
[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 Internal ticket has been created to fix the docs. Thanks!