- 21 4月, 2023 23 次提交
-
-
由 JYChen 提交于
* support 0-D output and 0-D as indice in __getitem__ * fix tests * fix inference and UT * add unittest for setitem * fix xpu test * fix xpu 0-d
-
由 xiaoguoguo626807 提交于
* recover multiply prune * add rules * add rules * add rules
-
由 Shijie 提交于
* add deterministic embedding grad kernel * minor change * minor change * Add new FLAG to enable deterministic embedding * Update embedding deterministic kernel
-
由 co63oc 提交于
* Add update_loss_scaling tests * Fix code * Fix code
-
由 co63oc 提交于
-
由 co63oc 提交于
-
由 RedContritio 提交于
* support auto generate for op adam optimizer * remove unnecessary files * support auto generate for op adamw optimizer * support auto generate for op merged_adam optimizer * use manual_signature in adam_
-
由 zhouweiwei2014 提交于
-
由 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 1 次提交
-
-
由 zyfncg 提交于
-