- 14 6月, 2022 1 次提交
-
-
由 freeliuzc 提交于
使用 tempfile 替换临时文件,保证在单测结束后,所有临时文件都会被正常的删除,避免占用磁盘文件。 此 PR 仅涉及单测修改,不影响现有功能。 develop 分支修改在 PR 43376
-
- 09 6月, 2022 1 次提交
-
-
由 Guanghua Yu 提交于
-
- 30 5月, 2022 1 次提交
-
-
由 WangZhen 提交于
* Fix cond_block_grad error when handle no need grad vras * Add comment and UT
-
- 26 5月, 2022 1 次提交
-
-
由 Sing_chan 提交于
cherry-pick PR #42777
-
- 19 5月, 2022 1 次提交
-
-
由 Aurelius84 提交于
* [Dy2Stat]Modify all jit.save path into tempfile * [Dy2Stat]Modify all jit.save path into tempfile
-
- 10 5月, 2022 1 次提交
-
-
由 fwenguang 提交于
* [MLU] add mlu new profiler (#41138) * [MLU] add mlu new profiler * fix format * [MLU] support add callback to stream (#41831) * [MLU] add gather mlu kernel (#41969) * [MLU] add mlu activation kernels (#41751)
-
- 09 5月, 2022 1 次提交
-
-
由 Allen Guo 提交于
add class NameScopeHelper for adding namescope info 添加更多 种类优化器状态的映射 为 IpuStrategy 添加 compilation_progress_logger option 用于输出 编译进度 部分代码清理和杂项优化
-
- 07 5月, 2022 2 次提交
-
-
由 wawltor 提交于
-
由 Ruibiao Chen 提交于
* Reduce time variation for cuda_managed_memory_test (#42458) * Disable standalone executor for test_tensordot (#42476)
-
- 06 5月, 2022 1 次提交
-
-
由 Leo Chen 提交于
* fix wrong place * skip bf16 test if not supported (#42503)
-
- 05 5月, 2022 2 次提交
-
-
由 wangxinxin08 提交于
-
由 wawltor 提交于
-
- 03 5月, 2022 1 次提交
-
-
由 Huihuang Zheng 提交于
* Fix Release 2.3 Bug * Fix format
-
- 30 4月, 2022 4 次提交
-
-
由 Aurelius84 提交于
* [Dy2Stat]Fix losting pre/post hook from outermost layer while jit.save * fix kwargs * fix unittest
-
由 Weilong Wu 提交于
-
由 xiongkun 提交于
* Extend python einsum interface to make einsum_v2 support multi-operands and switch it to default. * add opt_einsum dependence * add yaml and support eager model * fix by code review
-
由 littletomatodonkey 提交于
* fix pad3d infer shape * fix pad3d * fix pad default value * fix order * add unit test * fix unittest for ci coverage * add ndhwc check
-
- 29 4月, 2022 2 次提交
-
-
由 WangXi 提交于
[cherry-pick 2.3] Add fused_multi_transformer op to optimize transformer generation performance (#42311) * Add fused_multi_transformer op to optimize transformer generation performance (#41814) * fix fused_multi_transformer compile failed in cuda arch < sm53 (#42315) * fix ci timeout
-
由 zyfncg 提交于
* fix bug of building InferMetaContext (#42211) * add unitest
-
- 28 4月, 2022 2 次提交
-
-
由 xiongkun 提交于
* full api fix * when out is None, go old dygraph mode * by static check * first version: support 2-inputs forwards. TODO: 1. backward 2. BroadCast 3. MultiVariable * time out -> 120
-
由 Zhang Ting 提交于
* implement autotune python API * fix doc * fix windows error * fix doc and enable auto-tuning when config is None * fix windows error * fix doc
-
- 27 4月, 2022 3 次提交
-
-
由 pangyoki 提交于
-
由 pangyoki 提交于
-
由 Weilong Wu 提交于
[Eager] Remove retain_grad_flag in accumulation_nade, add is_new_grad args in operator (#42240) (#42290)
-
- 26 4月, 2022 3 次提交
-
-
由 Weilong Wu 提交于
-
由 zhouweiwei2014 提交于
cherry-pick #42140
-
由 Weilong Wu 提交于
* [Eager] Support div scalar in eager mode * Updated and remove debug logs * Remove list, use 'or' directly * Remove useless statement
-
- 25 4月, 2022 1 次提交
-
-
由 Weilong Wu 提交于
-
- 24 4月, 2022 3 次提交
-
-
由 zhangbo9674 提交于
-
由 chenjian 提交于
* fix kenrel name apperance (#42071) * Reduce performance influence by record event in python (#42040) * optimize performance * fix * improve coverage * fix * fix
-
由 Weilong Wu 提交于
* [Eager] Fix CastPyArg2scalar for max value of int64 (#42098) * [Eager] Fix CastPyArg2Scalar in Long case * Add more test cases for paddle.clip * Use PyLong_AsLongLong * Fix merge conflicts
-
- 22 4月, 2022 4 次提交
-
-
由 pangyoki 提交于
* add _grad_name and _grad_value for eager tensor * fix paddle_enforce * fix paddle_enforce 2 * fix grad_name * _grad_value return lodtensor rather than tensor * fix
-
由 Jacek Czaja 提交于
-
由 Baibaifan 提交于
* sharding_for_eager_tensor (#41415) * fix_sharding_copy_right (#41849)
-
由 Allen Guo 提交于
add mixed-precission support for ipu cherry-pick from #41733
-
- 21 4月, 2022 5 次提交
-
-
由 Weilong Wu 提交于
-
由 Weilong Wu 提交于
-
由 zhangyikun02 提交于
-
由 z8hanghuan 提交于
* modify xpu.cmake,*test=kunlun (#41832) * modify xpu.cmake,*test=kunlun * modify xpu.cmake,*test=kunlun * modify xpu.cmake,*test=kunlun * modify xpu.cmake,*test=kunlun * support bilstm,*test=kunlun * [cherry-pick]support multi_layer of bilstm,*test=kunlun
-
由 lilong12 提交于
* fix_nccl_barrier (#41970) * be compatible with the old version of alltoall (#42007) Co-authored-by: NBaibaifan <39549453+Baibaifan@users.noreply.github.com>
-