-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Closed
Labels
Description
Related Issue #681, #819, #818
The issue used for tracking Paddle feature/bazel_build
develop status.
Problems:
-
How bazel read command line flags or environment variable? It is very useful for Paddle to make various binary file. Such as WITH_GPU, WITH_AVX, WITH_DOUBLE, etc. See here.
-
Currently, reference Python library just use a precompiled static library. It may be a critical defect. See here. Is there a better way to reference a third party library, without manually writing a bazel build for it?
TODOs:
- incorporate gtest and protobuf Incorporate gtest and protobuf #816
- incorporate glog and gflags Incorporate glog and gflags into Bazel #822
-
paddle
python package - paddle_proto module
- Remove m4 macro language when generating protobuf. Done with Remove m4 when generate protobuf #846
- logging using glog Logging using glog #869
- paddle_util module
- Related ISSUE Make paddle_util not to reference cuda #793
- Under developing. Maybe some new issues will be added.
- paddle_math module.
- gserver module.
- pserver module
- trainer module
- api module