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

[cherry-pick] [PHI] transpose2_grad op migration (#46139) #46873

Merged
merged 3 commits into from
Oct 13, 2022

Commits on Oct 10, 2022

  1. Configuration menu
    Copy the full SHA
    7f5d089 View commit details
    Browse the repository at this point in the history
  2. [PHI] transpose2_grad op migration (PaddlePaddle#46139)

    * op migrated, Copy(OneDNNContext, ...) added
    
    * mutable_data & op registration in fluid removed
    
    * refactoring
    
    * OneDNNGetDataType to uppercase
    
    * missing cpu check added, handler moved to .h file
    
    * name changed to transpose_grad
    
    * Copy changed back to TensorCopy
    
    * Resizing corrected, Copy(OneDNNContext) removed
    paulinagacek authored and Silv3S committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    6a6d071 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2022

  1. Configuration menu
    Copy the full SHA
    e9a4eed View commit details
    Browse the repository at this point in the history