Skip to content

Commit

Permalink
[PHI] Move lu_unpack to phi (#44674)
Browse files Browse the repository at this point in the history
* Add kernel declarations

* Copy kernel implementation code

* Transfer implementation code

* Register new kernels

* Remove old kernels

* Fix code style

* Fix bugs

* mutable_data->HostAlloc

* Transfer infermeta

* Add yaml and update python api

* Add PADDLE_WITH_HIP check

* Update unittests

* Add kernel declarations

* Copy kernel implementation code

* Transfer kernel implementation code

* Register new kernels

* Remove old kernels

* Add lu_unpack_sig

* Fix bugs

* Fix bugs

* Fix bugs

* Optimize directory structure

* Add output checks

* Update include files

* lu_impl.h->lu_kernel_impl.h

* Transfer infermeta

* Add yaml and update python api

* Add check_eager

Co-authored-by: Bobholamovic <linmanhui@baidu.com>
  • Loading branch information
Bobholamovic and Bobholamovic authored Aug 1, 2022
1 parent 3948c24 commit c905a9e
Show file tree
Hide file tree
Showing 22 changed files with 485 additions and 788 deletions.
1 change: 0 additions & 1 deletion paddle/fluid/operators/lu_op.cc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License. */

#include "paddle/fluid/operators/lu_op.h"
#include "paddle/fluid/framework/infershape_utils.h"
#include "paddle/fluid/framework/op_registry.h"

Expand Down
Loading

0 comments on commit c905a9e

Please sign in to comment.