- 30 3月, 2023 30 次提交
-
-
由 ykkk2333 提交于
-
由 huangjiyi 提交于
* update assign_pos * update attention_lstm * update barrier * update batch_fc * update beam_search * update beam_search_decode * update bilateral_slice * fix bug * Handle Structure kernel for InterpreterCore::RunOperator * fix bug * fix rocm compile * fix rocm compile * Revert "fix rocm compile" * test * revert test and update cmake --------- Co-authored-by: Nchenruibiao <chenruibiao@baidu.com>
-
由 zhupengyang 提交于
-
由 Ghost Screaming 提交于
* Support ignore_index for c_softmax_with_cross_entropy_op. * Polish code. Remove useless comments and add Testcase. * Polish code for TestCase. * Polish code. * Polish code style. * Polish code. * Change loss calculation formula and ignore_index dtype. * Polish TestCase. * Fix bug of c_softmax_with_cross_entropy_op_xpu_op. Attribute 'ignore_index' dtype is int64_t.
-
由 傅剑寒 提交于
* delete check_dygraph and use default atol,max_relative_error * add test case for bicubic_interp
-
由 yunyaoXYY 提交于
* add FP16 for multinomial * fix input data * update code * fix FP16 * fix code
-
由 Feiyu Chan 提交于
-
由 kangguangli 提交于
* remove sync_calc_stream and sync_comm_stream * fix ci bug * fix * fix * fix
-
由 Ainavo 提交于
* support auto generate for prelu * op_compat 中增加输入参数 * del attrs ; add kernel data_type * add PreluGradInferMeta
-
由 Zhang Ting 提交于
-
由 Wang Xinyu 提交于
* stride slice fp16 and bf16 unitest * fix code style * add self.dtype
-
由 gouzil 提交于
* [Test Mv] ipu_test * [Test Mv] cmake add py_test_modules * [Move Test] rm py_test_modules * rm asp
-
由 risemeup1 提交于
-
由 gouzil 提交于
* add autogen code support for sigmoid_cross_entropy_with_logits * add inplace
-
由 Wang Xin 提交于
* add autogen code support for merge_selected_rows * bug fixed
-
由 wanghuancoder 提交于
* force sync batch norm grad sequential
-
由 jjyaoao 提交于
-
由 Ruibiao Chen 提交于
-
由 zhenhailiu 提交于
* add fp16 bfp16 test * polish * polish * polish
-
由 zhenhailiu 提交于
* polish * add type check
-
由 zhenhailiu 提交于
-
由 ShenLiang 提交于
* fix bug in proto * add utest
-
由 Danyang Zhang 提交于
-
由 lzydev 提交于
* change op with xpu * change range yaml * fix bug in generate_op.py
-
由 Guoxia Wang 提交于
* support python object input data broadcast for model parallel * add unittest * fix * fix concat 0D tensor * fix codestyle
-
由 jiangcheng 提交于
* [CINN] pass global seed to CINN * fix cu not include cinn/runtime/flags.h bug * fix DefaultCUDAGenerator should has device id bug
-
由 cyberslack_lee 提交于
[CodeStyle][C416][C417] rewrite unnecessary comprehension with function call and use generator instead of map (#52140) * codestyle c416 c417 * fix error * fix inc * unify all C4 rules into one * fix inc --------- Co-authored-by: NSigureMo <sigure.qaq@gmail.com>
-
由 jjyaoao 提交于
-
由 wanghuancoder 提交于
* delete old dygraph op test
-
由 yuehuayingxueluo 提交于
* add gloo send_recv * fix code_stype * fix CI bug * fix send_recv.cc * add send_recv without sync_op * fix send_recv test * fix gather.cc
-
- 29 3月, 2023 10 次提交
-
-
由 Guanghua Yu 提交于
-
由 zengshao0622 提交于
* pad3d add unittests of fp16 and bf16 * pad3d add unittests of fp16 and bf16 * fix cuda place * fix random to uniform * fix class name * fix fp16 max relative error to 1.5e-3 * add dytpe register for onednn * add pad uint16 check of common.py * remove check_eager * test_check_grad --> test_check_grad_normal
-
由 Zheng-Bicheng 提交于
-
由 jjyaoao 提交于
* Clear the infrt-related code * remove tools/infrt
-
由 chalsliu 提交于
* Fix flashattn build error on jetson * Fix nvcc not found on jetson
-
由 Yichen Zhang 提交于
* add group_norm composite rule * add test for scale_grad and bias_grad * resolve conflicts * remove amp in composite_rule.py * add float16 test * deal with NHWC format * keep the composite rule in float16 identical as original kernel * resolve conflicts
-
由 Roc 提交于
-
由 wanghuancoder 提交于
* delete old dygraph op test
-
由 houj04 提交于
* fix test_kldiv_loss_op_xpu * fix test_temporal_shift_op_xpu
-
由 hjyp 提交于
* regist output type for GraphSampleNeighbors and GroupNorm * Update return type * fix return type * update * fix detail
-