-
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
Separate source code #251
Milestone
Comments
The metric learning & another internal layers are not urgency to split out. The old repo will be archived. We should find out how to make Paddle layer as a runtime plugin firstly, then separate the internal layers into multiple plugins. It should be a long term discussion and couldn't be done in 2 weeks. So task three will not be done in this milestone. |
Merged
已分离出:
这里先close这个关联milestone的issue。 |
zhhsplendid
pushed a commit
to zhhsplendid/Paddle
that referenced
this issue
Sep 25, 2019
* Update install_Ubuntu.md * Update install_MacOS.md * Update install_CentOS.md * Update install_Windows.md * Update compile_CentOS.md * Update compile_MacOS.md * Update compile_Ubuntu.md
thisjiang
pushed a commit
to thisjiang/Paddle
that referenced
this issue
Oct 28, 2021
* support llvm-11 * add description of the LLVM11 used in this project * include mlir * init dialect * init kernel utils * update kernel registry * update llvm version * add mlir opt for CINN * encapsulate the mlir_tablegen * add test for mlir_opt * dialect add support for i32 and f32 * add string and tensor type * add tensor_shape dialect * add reshape dialect * add dense tensor dialects * initialize translator * init host_context * add kernel_utils to support kernels as general function * add symbol_table and op_executable to test execution of a kernel * make cinn.add.* and cinn.print.* mlir program works * introduce the mlir FileChecker to test mlir script result add a binary executable called cinn-exec * remove opt.h * make cinn-exec works with more than one function in a file * add ts.build_shape op translate in host_context * support build_check in mlir file checker * make fill_tensor_with_constant works * refine cinn-exec and FileCheck * update ci
gglin001
pushed a commit
to graphcore/Paddle-fork
that referenced
this issue
Dec 8, 2021
* mixed precision support
DesmonDay
pushed a commit
to DesmonDay/Paddle
that referenced
this issue
Apr 11, 2023
danleifeng
added a commit
to danleifeng/Paddle
that referenced
this issue
Sep 13, 2023
AnnaTrainingG
pushed a commit
to AnnaTrainingG/Paddle
that referenced
this issue
Dec 6, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, there are two copies of Paddle source code -- one on Github, the other one on a Baidu internal Git repo -- and someone periodically merges Github repo to the internal repo. This is error-prone and unnecessary. The team decided to maintain only the Github repo.
The text was updated successfully, but these errors were encountered: