- 23 4月, 2020 3 次提交
-
-
由 石晓伟 提交于
* cherry-pick of DeviceContext Split, test=develop (#23737) * New feature: thread local allocator, test=develop (#23989) * add the thread_local_allocator, test=develop * refactor the thread_local_allocator, test=develop * provides option setting strategy, test=develop * add boost dependency to cuda_stream, test=develop * declare the stream::Priority as enum class, test=develop * deal with PADDLE_ENFORCE_CUDA_SUCCESS macro in pr #23816
-
由 Li Fuchen 提交于
* add diag_embed op (#23385) * add diag_embed op, test=release/2.0-beta * solved a conflict, test=release/2.0-beta
-
由 Zeng Jinle 提交于
-
- 22 4月, 2020 4 次提交
-
-
由 xiaoting 提交于
* Add `nn.interpolate ` (#23434)
-
由 hong 提交于
-
由 GaoWei8 提交于
-
由 Qinghe JING 提交于
* add bmm and arange op test=develop * add bmm and arange op test=develop
-
- 21 4月, 2020 5 次提交
-
-
由 Kaipeng Deng 提交于
-
由 Liufang Sang 提交于
* cherry-pick OP Normal, Uniform, Xavier Initializer, smooth_l1, mean_iou error message enhancement (#23751) test=release/2.0
-
由 wangguanzhong 提交于
-
由 Zhou Wei 提交于
* cherry-pick,Optimize the error messages of paddle CUDA API * fix the error messages of paddle CUDA API * Refactoring PADDLE_ENFORCE_CUDA_SUCCESS, and apply to curand/cudnn/cublas/NCCL * remove build_ex_string
-
由 wawltor 提交于
chery-pick from the pr#23978
-
- 20 4月, 2020 7 次提交
-
-
由 liu zhengxi 提交于
* enhance pad.* error message, test=develop
-
由 mapingshuo 提交于
-
由 123malin 提交于
-
由 kinghuin 提交于
optimize compare and logical ops error info, add test case for this ops, add some test case for those ops
-
由 guofei 提交于
cherry-pick #23645
-
由 Yiqun Liu 提交于
[Cherry-pick 2.0] Error message enhancement of conv2d_fusion and bugfix related to control nodes detecttion in fusion_group (#23985) * Op(conv2d_fusion) error message enhancement. (#23596) * Fix the error misjudgment when there are control nodes in graph. (#23943)
-
由 Zhong Hui 提交于
* OP error message enhancement of l2_normalize, matmul, mean, etc
-
- 19 4月, 2020 1 次提交
-
-
由 zhupengyang 提交于
-
- 17 4月, 2020 5 次提交
-
-
由 chenhaoze 提交于
* OP clip, merge_lod_tensor, convert/elementwise error message enhancement. test=develop
-
由 Pei Yang 提交于
-
由 xiaogang 提交于
* enhance attention_lstm and param_attr error message
-
由 suytingwan 提交于
* test=develop fix api doc error
-
由 Pei Yang 提交于
-
- 15 4月, 2020 4 次提交
-
-
由 Zhong Hui 提交于
fix compile problem on windows and some invalid argument check, cherry pick from #23831, test=release/2.0 (#23870) Fix the compile problem on windows, cherry-pick from develop branch
-
由 Yi Liu 提交于
eagerly release cuda resources before cuda enviroment destroying test=develop
-
由 Bai Yifan 提交于
-
由 Zeng Jinle 提交于
-
- 14 4月, 2020 2 次提交
-
-
由 Zeng Jinle 提交于
* correct reader device index, test=develop * fix async executor scope var initialization, test=release/2.0
-
由 danleifeng 提交于
add new tensor: max,min,t,eye,log1p; test=develop
-
- 13 4月, 2020 9 次提交
-
-
由 LutaoChu 提交于
Those ops add the kernel message enhancement, as follows paddle.fluid.layers.elementwise_add paddle.fluid.layers.elementwise_div paddle.fluid.layers.elementwise_floordiv paddle.fluid.layers.elementwise_max paddle.fluid.layers.elementwise_min paddle.fluid.layers.elementwise_mod paddle.fluid.layers.elementwise_mul paddle.fluid.layers.elementwise_pow paddle.fluid.layers.elementwise_sub
-
由 Kaipeng Deng 提交于
* Fix elementwise compile error, test=develop * split inplace_abn & batch_norm InferShape. test=develop * fix type. test=develop * fix message. test=develop * fix ENFORCE. test=develop Co-authored-by: Nzhaoyuchen <zhaoyuchen01@baidu.com>
-
由 joanna.wozna.intel 提交于
-
由 Chen Weihang 提交于
* api compild program error polish, test=develop * fix coverage problem, test=develop * fix details & add unittests, test=develop * add test for coverage, test=develop
-
由 wawltor 提交于
* Add the support of bool list for assign value, test=develop * Fix the assign op test case for bool dtype, test=develop
-
由 Zhong Hui 提交于
* Add new norm api, support frobenius norm and p-order vector norm. test==develop * combine test files, add more attr checks. test=develop
-
由 mapingshuo 提交于
* add cuda kernel for seed, test=develop
-
由 xiaoting 提交于
* polish error message, test=develop
-
由 GaoWei8 提交于
-