- 29 12月, 2020 1 次提交
-
-
由 Huihuang Zheng 提交于
PADDLE_RETRY_CUDA_SUCCESS used wrong sleep time so it can cause timeout in unittest. This PR fixed it. After we searched the doc in https://pubs.opengroup.org/onlinepubs/7908799/xsh/unistd.h.html, the time unit of sleep in unistd.h takes "seconds", usleep takes "microseconds", Sleep in windows.h takes "milliseconds".
-
- 28 12月, 2020 10 次提交
-
-
由 YUNSHEN XIE 提交于
* add xpu_coverage function * xpu coverage ipipe only deal with xpu files * fix import error * fix format error * 'fix format error' * fix format error * fix error * fix format error * fix format error
-
由 Jack Zhou 提交于
* add gru op_register_version; test=op_version; * Update fc,mul version;test=op_version;
-
由 Wilber 提交于
-
由 Qi Li 提交于
-
由 石晓伟 提交于
* flush denormals to zero, test=develop * add comments, test=develop
-
由 cc 提交于
* add op version for fake_quant and fake_dequant ops, test=op_version, test=develop
-
由 石晓伟 提交于
* fix a bug in reset_tensor_array, test=develop * ci coverage, test=develop
-
由 liuyuhui 提交于
-
由 Wilber 提交于
* Support MIPS arch.
-
由 LielinJiang 提交于
* register op version for grid_sampler
-
- 27 12月, 2020 1 次提交
-
- 26 12月, 2020 1 次提交
-
-
由 liuyuhui 提交于
-
- 25 12月, 2020 8 次提交
-
-
由 LielinJiang 提交于
* enable bilateral_slice unittest on windows platform * reduce max threads
-
由 Ren Wei (任卫) 提交于
* Add the ipipe log param prefix 1. add the prefix; 2. using Colon before the metric values; * 增加效率云日志指标收集前缀 暂未验证windows bat的这个字符串替换是否正常 * Preserve The Old Format Metrics During The Transition Period Please DELETE the old format metrics log finally. The period man last for a week. * ipipe_log_param + ccache and clcache ..
-
由 YUNSHEN XIE 提交于
-
由 Chen Weihang 提交于
* try to add fwd op input dtypes * refactor base impl * return tmp_ins after dygraph prepare data * fix typo found in debug * polish comment & add complex net test * revert detail change * fix unittest failed * add complex kernel condition control * fix xpu test failed & polish comment * polish details by review comments
-
由 Chen Weihang 提交于
* add support for complex grad accumulated * add unittest for coverage * update test dtype * remove useless blank line
-
由 taixiurong 提交于
* support some shape in matmul and cast * modify matmul
-
由 Leo Chen 提交于
-
由 QingshuChen 提交于
* feat: support check_nan_inf for kunlun device * support kunlun stack * minor
-
- 24 12月, 2020 3 次提交
-
-
由 tangwei12 提交于
* oneps (3/4) Co-authored-by: NMrChengmo <cmchengmo@163.com> Co-authored-by: Nmalin10 <malin10@baidu.com> Co-authored-by: Nchengmo <chengmo@baidu.com>
-
由 jakpiase 提交于
-
由 Wilber 提交于
-
- 23 12月, 2020 5 次提交
-
-
由 Wilber 提交于
-
由 liym27 提交于
1. Type of index: int, slice(step must be 1). 2. Type of value: (1) int32, int64, float32, bool; (2) numpy.array(int32, int64, float32, bool);<Note: float64 is not supported> (3) paddle.Tensor(int32, int64, float32, float64, bool);
-
由 YUNSHEN XIE 提交于
* remove duplicate ut reload * remove duplicate ut define in cmakelist
-
由 Jacek Czaja 提交于
-
由 Thunderbrook 提交于
* add heter box * add trainer, worker, wrapper... * format * for ci * format * remove boost get * boost & copyright * rename * rename * format * format * format Co-authored-by: Nyaoxuefeng6 <yaoxuefeng@baidu.com>
-
- 22 12月, 2020 11 次提交
-
-
由 Jacek Czaja 提交于
* - Tensor copy fix to oneDNN tensors * - Fixes after review
-
由 123malin 提交于
* test=develop, optimize roll_op_cuda_kernel
-
由 wuhuanzhou 提交于
* Using VisitDataTypeTiny and put CastOP after ReduceOP, test=develop * remove changes of reduce_op.h, test=develop
-
由 Zhou Wei 提交于
-
由 chentianyu03 提交于
* add conj op for complex types * add conj for complex types * add more test case * add conj_op test * modify conj api and impl * add complex type for fill_constant_op xpu * add setConstant for complex type * remove complex conj test file * user define grad for test_conj_op * add test case for static mode of conj api * modify conj doc * change input args name to x * remove useless codes * conj support real types * add conj test case for real number * delete no need to calculate inputs in dygraph op_test * delete no need to calculate inputs in dygraph op_test * modify grad of mul for complex types * fix the grads of inputs args order not match bug
-
由 chentianyu03 提交于
* change the grad of div when complex types * fix the grads of inputs args order not match bug
-
由 ShenLiang 提交于
-
由 TTerror 提交于
* add nearest_interp_v2 on kunlun * add nearest_interp_v2 on kunlun
-
由 wangchaochaohu 提交于
-
由 whs 提交于
-
由 Zhang Ting 提交于
-