-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
[Autogen Phi Operants & Prim-Relevant] Autogen phi tensor operants, operants_base, operants_manager #50582
[Autogen Phi Operants & Prim-Relevant] Autogen phi tensor operants, operants_base, operants_manager #50582
Conversation
你的PR提交成功,感谢你对开源项目的贡献! |
ad20869
to
b884050
Compare
# tensor and tensor operants file | ||
set(tensor_gen_file | ||
${CMAKE_SOURCE_DIR}/paddle/phi/api/yaml/generator/tensor_gen.py) | ||
set(api_prim_yaml_file ${CMAKE_SOURCE_DIR}/paddle/fluid/prim/api/api.yaml) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file will be deleted in [Decouple] Decouple prim/api/api.yaml in phi CMakeLists #50595
@@ -0,0 +1,454 @@ | |||
# Copyright (c) 2023 PaddlePaddle Authors. All Rights Reserved. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tensor_gen名字看上去像是生成tensor的,文件名可能需要换一个
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
后续本文件也会用来生成 Tensor
This file will be used to generate Tensor in the near future.
PR types
New features
PR changes
Others
Describe
Autogen phi tensor operants, operants_base, operants_manager. Example codes:
tensor_operants.h
tensor_operants.cc
operants_base.h
operants_manager.h
operants_manager.cc