miopenTransformTensor doesn't support data conversion #1704
Replies: 6 comments 1 reply
-
@JehandadKhan, @junliume, friendly ping. |
Beta Was this translation helpful? Give feedback.
-
@JehandadKhan @carlushuang could you help with the comment? |
Beta Was this translation helpful? Give feedback.
-
Hello @densamoilov, Thanks for drawing our attention to this disparity. We have added this to our roadmap and will update the issue when we have a PR to fix this. |
Beta Was this translation helpful? Give feedback.
-
Thank you ! |
Beta Was this translation helpful? Give feedback.
-
@JehandadKhan, can you please suggest a way to perform the data conversion? Is there something in HIP, MIOpen, rocBLAS, etc that can help to do the conversion while waiting for it to be enabled in |
Beta Was this translation helpful? Give feedback.
-
@densamoilov Can you please indicate the importance of the cases (1) (2) (3) from the topmost comment for you? I hope we'll be able to begin working on this soon; there is related ticket #2828 that we are going cope with. /cc @junliume @JehandadKhan for usual prioritization and assignment. |
Beta Was this translation helpful? Give feedback.
-
miopenTransformTensor
only allows to change layout of data without data type conversion. There are generally 3 cases where data conversion is used:cudnnTransformTensor
supports all the 3 cases. Can you please suggest how to migrate from cuDNN to MIOpen without loosing the functionality descried above?Beta Was this translation helpful? Give feedback.
All reactions