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] Polish custom op apis #41726

Commits on Apr 13, 2022

  1. [CustomOp]Add new method for custom double grad (PaddlePaddle#41538)

    * add new method for custom double grad
    
    * add tanh double grad unittest
    
    * change year
    
    * revert tensor init method
    chenwhql committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    9c0f994 View commit details
    Browse the repository at this point in the history
  2. [CustomOp] Add context pool unittests (PaddlePaddle#41085)

    * add context pool unittests
    
    * fix timeout
    
    * polish details
    
    * change option pos
    
    * add dll decl for wndows
    
    * fix pre-commit error
    
    * move dll_decl and export DeviceContext
    
    * replace lost dll_decl.h
    chenwhql committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    1a4ab96 View commit details
    Browse the repository at this point in the history
  3. [Phi&CustomOp] Remove deprecated enum PlaceType for custom op & add w…

    …arning (PaddlePaddle#41647)
    
    * remove old custom op placetype
    
    * replace dist  placetype using
    
    * add with gpu macro
    
    * fix mutable_data error
    
    * fix set value error
    
    * add comment
    chenwhql committed Apr 13, 2022
    1 Configuration menu
    Copy the full SHA
    6242a70 View commit details
    Browse the repository at this point in the history