- 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 3 次提交
 - 25 7月, 2017 1 次提交
 - 
- 
由 Yu Yang 提交于
* Use EnforceNotMet to unify all exception types.
 
 - 
 - 19 7月, 2017 2 次提交
 - 15 7月, 2017 2 次提交
 - 29 6月, 2017 1 次提交
 - 
- 
由 Yu Yang 提交于
 
 - 
 - 28 6月, 2017 2 次提交