- 21 4月, 2023 15 次提交
-
-
由 YuhangLi 提交于
-
由 Ghost Screaming 提交于
* Fix bug of reduce_sum op. When input.numel() > INT32_MAX, its result is wrong. * Remove climits. * Fix bug of BlockDesc::MoveFrom(). It's used to rebuild main_program_desc from ProgramDesc modified by Fusion Pass. As some fused operators need to create new Variables in modified ProgramDesc, MoveFrom function uses std::move() function to move these VarDesc to main_program_desc. As a result, their pointers holded by modified ProgramDesc become nullptr. When call block()->Program()->proto() function, it will call ProgramDesc::Flush() function at first, which may cause a segmentation fault.
-
由 tianshuo78520a 提交于
* mv inference/api infer_ut * mv test * merge develop fix error * fix * fix build error * fix build error * fix bug * fix tester_helper.h * fix analyzer_transformer_profile_tester.cc * fix * fix mac * fix mac * fix error * fix * fix
-
由 Zhang Zheng 提交于
* [AMP OP&Test] Add check_dtype for some API (part 2) * fix ci * fix ci
-
由 zhupengyang 提交于
-
由 Galaxy1458 提交于
* test,test=develop * test,test=develop * test,test=develop * test,test=develop
-
由 umiswing 提交于
-
由 zqw_1997 提交于
* test=allcase * test=allcase * test=allcase * test=allcase * test=allcase * test=allcase * test=allcase * test=allcase * test=allcase * test=allcase * test=allcase * test=allcase * test=allcase * test=allcase * test=allcase * test=allcase
-
由 HongyuJia 提交于
-
由 huangjiyi 提交于
-
由 GGBond8488 提交于
* support_0D_output_for_matrix_rank_multi_dot, test=allcase * add 0D output test for matrox_rank and mutli_dot test=allcase * fix assert error ,test=allcase * fix test error, test=allcase * fix other test error, test=allcase * fix other test error, test=allcase * fix test error, test=allcase * fix matrix_rank and multi dot test err test=allcase * fix test error test=allcase * fix test zero dim test, test=allcase * add static backward test for multi_dot, test=allcase * add tol 2d broadcast test case, test=allcase
-
由 张春乔 提交于
-
由 YuhangLi 提交于
-
由 Yuang Liu 提交于
-
- 20 4月, 2023 16 次提交
-
-
由 houj04 提交于
* [XPU] add numel op * [XPU] update numel/size op registration
-
由 jzhang533 提交于
-
由 HongyuJia 提交于
-
由 Yuanle Liu 提交于
-
由 zhangyuqin1998 提交于
* setup * Update elementwise_kernel.cc * Update elementwise_kernel.cc * fix * fix * Update elementwise_kernel.cu * fix * Update elementwise_kernel.cc * Update elementwise_kernel.cc * Update elementwise_kernel.cc * Update elementwise_kernel.cc * Update elementwise_kernel.cc * Update elementwise_kernel.cc
-
由 tianshuo78520a 提交于
This reverts commit 543efcc5.
-
由 Chitsing KUI 提交于
* add flash randomness control * fix VLOG undefied
-
由 Kim Yann 提交于
-
由 zhouweiwei2014 提交于
-
由 Wang Xin 提交于
* remove ASCEND* keyword * update docstring * bug fixed * bug fixed
-
由 卢林 提交于
-
由 HongyuJia 提交于
* [CustomOP error] Add attrs type check * fix global variable order bug * include unordered_set * fix ParseAttrStr compile error
-
由 chalsliu 提交于
-
由 huangjiyi 提交于
* update * update * Revert "update" * fix bug * update
-
由 co63oc 提交于
-
由 risemeup1 提交于
-
- 19 4月, 2023 9 次提交
-
-
由 zyfncg 提交于
-
由 Zhang Zheng 提交于
* [AMP OP&Test] Add check_dtype for some API (part 1) * fix
-
由 ronnywang 提交于
* [CustomDevice] add recompute support * update
-
由 zhouzj 提交于
-
由 Sonder 提交于
* trans fused attention to phi * add optional parm * trans fused_attention_grad to phi * add fused attention grad register info * fix include * test=kunlun * add fused attention to static build list * add remove * update remove
-
由 YuanRisheng 提交于
* fix performance bugs * fix ci bugs
-
由 LiYuRio 提交于
* optimize gap between generation step * remove useless header
-
由 zhangyikun02 提交于
-
由 YuanRisheng 提交于
* unify_kernel * fix compile bugs * fix py3 bugs * fix xpu bugs
-