- 28 3月, 2018 1 次提交
-
-
由 Xi Chen 提交于
-
- 16 3月, 2018 1 次提交
-
-
由 sabreshao 提交于
1. Add option WITH_AMD_GPU. 2. Add cmake/hip.cmake for HIP toolchain. 3. Some external module such as eigen may need HIP port. 4. Add macro hip_library/hip_binary/hip_test to cmake/generic.cmake. 5. Add one HIP source concat.hip.cu as an example. Each .cu may have its corresponding .hip.cu.
-
- 13 3月, 2018 1 次提交
-
-
由 QI JUN 提交于
* fix nccl op unit test * fix build error * format code * refine nccl related unit test * fix build error * add setGPUData * clean up * follow comments * rm test_nccl.cu * follow comment * rm wait
-
- 08 3月, 2018 1 次提交
-
-
由 Tao Luo 提交于
* compile and install the static library of fluid inference * fix dynload_cuda not in CPU mode * update shared library and adjust the deploy of openblas * adjust the deploy of openblas * * auto add all fluid modules for static library * use libprotobuf.a instead of libprotobuf-lite.a for profiler * use set_property to set the global varible instead of ENV * add gpu depends of fluid modules, auto add inference_lib_dist depends * change the condition of openblas_lib, and fix a typo
-
- 01 3月, 2018 1 次提交
-
-
由 Yiqun Liu 提交于
-
- 12 2月, 2018 1 次提交
-
-
由 qingqing01 提交于
-
- 08 2月, 2018 1 次提交
-
-
由 Liu Yiqun 提交于
-
- 01 2月, 2018 1 次提交
-
-
由 Luo Tao 提交于
-
- 30 1月, 2018 1 次提交
-
-
由 Liu Yiqun 提交于
Enable whole-archive flag in cc_test and use cc_test to rewrite the CMakeLists.txt of inference unittest.
-
- 23 1月, 2018 1 次提交
-
-
由 Luo Tao 提交于
-
- 28 12月, 2017 1 次提交
-
-
由 Liu Yiqun 提交于
-
- 01 12月, 2017 1 次提交
-
-
由 Yancey 提交于
* fix grpc compile warn * update * -Wnon-virtual-dtor -> -Wno-non-virtual-dtor
-
- 30 11月, 2017 1 次提交
-
-
由 QI JUN 提交于
* add gflags for C++ unittest
-
- 28 11月, 2017 1 次提交
-
-
由 武毅 提交于
* WIP send recv op * WIP send recv * put grpc impl in details * put grpc impl in details * update wip * update proto * update proto * update proto * clean cmake * wip on op implementations * wip on op implementations * compile ok adding ut * wip unitest * add extern cares for linking * wip add ut * working version send recv * revert optimizer.py * update test cmake * add libtool to dockerfile * update cmake dependency * update cmake depends * update cmake grpc depends * fix cmake dependency * fix compile error * fix compile * follow comments * update * update copyfrom
-
- 27 11月, 2017 1 次提交
-
-
由 Qiao Longfei 提交于
* py_test support argument, test_image_classification_train support argument * use REMOVE_ITEM to rm item from list in cmake
-
- 24 11月, 2017 1 次提交
-
-
由 Yancey1989 提交于
-
- 10 11月, 2017 1 次提交
-
-
由 Luo Tao 提交于
-
- 11 10月, 2017 1 次提交
-
-
由 xzl 提交于
-
- 26 9月, 2017 1 次提交
-
-
由 Qiao Longfei 提交于
* fix nv_library * fix symbol in gpu_info.h
-
- 22 9月, 2017 1 次提交
-
-
由 Liu Yiqun 提交于
-
- 10 8月, 2017 2 次提交
-
-
由 qiaolongfei 提交于
-
由 qiaolongfei 提交于
-
- 09 8月, 2017 3 次提交
-
-
由 liaogang 提交于
-
由 liaogang 提交于
-
由 qiaolongfei 提交于
-
- 07 8月, 2017 1 次提交
-
-
由 liaogang 提交于
-
- 04 8月, 2017 1 次提交
-
-
由 liaogang 提交于
-
- 19 7月, 2017 1 次提交
-
-
由 Helin Wang 提交于
`merge_static_libs` also have the similar logic of using ${dummyfile}, I am not sure if there needs a change or not.
-
- 15 7月, 2017 1 次提交
-
-
由 liaogang 提交于
-
- 14 7月, 2017 1 次提交
-
-
由 Helin Wang 提交于
-
- 13 7月, 2017 3 次提交
-
-
由 hedaoyuan 提交于
-
由 Helin Wang 提交于
-
由 Helin Wang 提交于
-
- 12 7月, 2017 2 次提交
- 11 7月, 2017 1 次提交
-
-
由 qijun 提交于
-
- 07 7月, 2017 1 次提交
-
-
由 xuwei06 提交于
-
- 06 7月, 2017 3 次提交
-
-
由 liaogang 提交于
-
由 liaogang 提交于
-
由 Yu Yang 提交于
Python should be able to manipulate Protobuf message because: 1. Python's `create_op_creation_methods` take the `OpProto` array to generate all `op_creation_methods` in RunTime. 2. All `op_creation_methods` will create an `OpDesc` and pass it to Paddle C++ method `CreateOp` and return the Op handle. Here is the list of what is added in this commit: * Add `protobuf_generate_python` if it is not defined. * Before cmake 3.4, `protobuf_generate_python` is not defined. Just copy the implementation of that function in `protobuf.cmake` * Add `py_proto_compile` function in `cmake/generic.cmake`. * It follows bazel's API interface. * https://github.com/pubref/rules_protobuf#rules * Add an empty package named `paddle.v2.framework`, all python code of `paddle::framework` will be in that package. * Generate protobuf's python module `__init__.py` by `touch` while compiling. * Change setup.py.in, make `paddle.v2.framework.proto` uses the generated protobuf pythons.
-