Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[HIPIFY][#584][#1624][MIOpen] Support for backend graphAPI direct translation from cuDNN to MIOpen - Part 1 #1629

Merged
merged 1 commit into from
Aug 23, 2024

Conversation

emankov
Copy link
Collaborator

@emankov emankov commented Aug 23, 2024

  • cudnnTensorFormat_t -> miopenTensorLayout_t
  • cudnnBackendDescriptorType_t -> miopenBackendDescriptorType_t
  • Updated synthetic tests, the regenerated hipify-perl, and DNN CUDA2HIP documentation
  • [ToDo] MIOpen API versioning

@emankov emankov added feature Feature request or implementation DNN DNN-related MIOpen partial Partial fix or implementation labels Aug 23, 2024
@emankov emankov self-assigned this Aug 23, 2024
@emankov emankov requested a review from a team as a code owner August 23, 2024 20:15
@emankov emankov merged commit 850173b into ROCm:amd-staging Aug 23, 2024
1 check was pending
@BrianHarrisonAMD
Copy link

Awesome, thanks @emankov!

…direct translation from `cuDNN` to `MIOpen` - Part 1

+ `cudnnTensorFormat_t` -> `miopenTensorLayout_t`
+ `cudnnBackendDescriptorType_t` -> `miopenBackendDescriptorType_t`
+ Updated synthetic tests, the regenerated `hipify-perl`, and `DNN` `CUDA2HIP` documentation
+ [ToDo] `MIOpen` API versioning
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DNN DNN-related feature Feature request or implementation MIOpen partial Partial fix or implementation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants