- 14 8月, 2018 1 次提交
-
-
由 chenweihang 提交于
-
- 08 8月, 2018 1 次提交
-
-
由 chenweihang 提交于
-
- 03 7月, 2018 2 次提交
- 30 6月, 2018 1 次提交
-
-
由 Yan Chunwei 提交于
-
- 23 6月, 2018 1 次提交
-
-
由 Yi Wang 提交于
* Make paddle no longer depend on boost * Update enforce.h
-
- 07 4月, 2018 1 次提交
-
-
由 Yi Wang 提交于
-
- 12 2月, 2018 1 次提交
-
-
由 qingqing01 提交于
-
- 11 2月, 2018 1 次提交
-
-
由 Tao Luo 提交于
-
- 10 2月, 2018 2 次提交
- 24 12月, 2017 1 次提交
-
-
由 dzhwinter 提交于
* "change operator interface" * "move devicepool to device_context" * "fix operator test" * "fix op_registry Run interface" * "net op passed. Need to fix nccl multi-Context" * "add nccl group function" * "add nccl group function" * "fix gpu count exceed 32 error" * "fix recurrent op, nccl op" * "change the other operators interface with Place" * "fix typo" * "fix pybind" * "fix device in python side" * "fix pybind failed" * "add init for test" * "fix CI"
-
- 01 12月, 2017 2 次提交
- 24 11月, 2017 1 次提交
-
-
由 Qiao Longfei 提交于
* make enforce a target and dependent on nccl when gpu is enabled * add some more dependency
-
- 24 10月, 2017 1 次提交
-
-
由 Yu Yang 提交于
* "add nccl enforce" * Dev * Update comment * Add nccl test * Follow comments
-
- 16 10月, 2017 1 次提交
-
-
由 Dong Zhihong 提交于
-
- 15 10月, 2017 1 次提交
-
-
由 Dong Zhihong 提交于
-
- 10 10月, 2017 1 次提交
-
-
由 Luo Tao 提交于
-
- 05 10月, 2017 2 次提交
-
-
由 Yi Wang 提交于
-
由 Yu Yang 提交于
By shell command ```bash sed -i 's#ifdef PADDLE_ONLY_CPU#ifndef PADDLE_WITH_GPU#g' `find ./paddle/ -name '*.h' -o -name '*.cc' -o -name '*.cpp' -o -name '*.c' -o -name '*.cu'` sed -i 's#ifndef PADDLE_ONLY_CPU#ifdef PADDLE_WITH_GPU#g' `find ./paddle/ -name '*.h' -o -name '*.cc' -o -name '*.cpp' -o -name '*.c' -o -name '*.cu'` ```
-
- 03 10月, 2017 1 次提交
-
-
由 Yu Yang 提交于
-
- 01 10月, 2017 1 次提交
-
-
由 Yu Yang 提交于
-
- 26 9月, 2017 1 次提交
-
-
由 Yu Yang 提交于
* If stat is an integer, bool value will implicit cast to int before pass to PADDLE_ENFORCE
-
- 14 9月, 2017 1 次提交
-
-
由 liaogang 提交于
Note: If no symbol with a suitable value is found, both this field and dli_saddr shall be set to NULL.
-
- 11 9月, 2017 1 次提交
-
-
由 Yu Yang 提交于
It is buggy in some Linux because the unique_ptr will be free however the std::string trying to use that char*. Moreover, it is no need to demangle for error log by Paddle. Just use `c++filt` or other shell utilities to do this.
-
- 16 8月, 2017 1 次提交
-
-
由 Yu Yang 提交于
* Wrong Printf format before
-
- 14 8月, 2017 3 次提交
- 09 8月, 2017 1 次提交
-
-
由 Yu Yang 提交于
* Make `PADDLE_ENFORCE_EQ` supports custom class, like DDim
-
- 08 8月, 2017 2 次提交
-
-
由 Yu Yang 提交于
-
由 Yan Chunwei 提交于
* fix some enforce * remove compatible_type to avoid compile error * remove shared_ptr * fix tensor error msg
-
- 04 8月, 2017 4 次提交
- 01 8月, 2017 2 次提交
- 31 7月, 2017 1 次提交
-
-
由 qijun 提交于
-