- 04 7月, 2023 4 次提交
-
-
由 hong19860320 提交于
* Add XPU plugin to support the customized ops or improve the performance of the fusion ops based on hand-written xpu micro kernels. * refine README.md
-
由 hong 提交于
* suport optional input in new_ir * polish code * add coverate test * update * update * add unitest * remove reduplicate code * set test timeout
-
由 RedContritio 提交于
-
由 ronnywang 提交于
-
- 03 7月, 2023 9 次提交
-
-
由 jiangfan06 提交于
[XPU] Fix the topk, set_value ops that using temporary tensors avoiding the memory overlaps during multi-stream inference (#54851)
-
由 lzydev 提交于
* support auto-gen concat * fix bug in legacy_backward.yaml * fix bug in get_expeceted_kernel_type
-
由 RedContritio 提交于
* configure elementwise_mod op_version * support auto generate for static op elementwise_mod
-
由 ronnywang 提交于
* [CustomDevice] release device manager in py::atexit * fix hip_version macro * update * update
-
由 RedContritio 提交于
* configure elementwise_floordiv op_version * support auto generate for static op elementwise_floordiv * update unity_build_rule.cmake
-
由 LoneRanger 提交于
* fix the static op generation for group_norm * fix bug * fix bug * Update op_compat.yaml
-
由 LoneRanger 提交于
* add lerp bf16 support * fix bug * Update test_lerp_op.py modify the input dtype * modify the test_lerp_op.py * Update test_lerp_op.py * fix bug of import * add user_defined_grads * Update test_lerp_op.py * fix bug of grad * fix bug of grad * fix bug of grad * add the check for bfloat16 dtype
-
由 FormlessUnit 提交于
* add linear_compress API
-
由 niuliling123 提交于
-
- 02 7月, 2023 1 次提交
-
-
由 hong 提交于
* fix_fetch_op_and_null_type_bug * fix compile bug * add test case
-
- 01 7月, 2023 1 次提交
-
-
由 kangguangli 提交于
* refine program translator * fix warning: not override * fix bug * merge new modifications * modify by reviews * resolve conflicts * resolve conflicts * fix * fix * fix conflicts * add unittest for special op transcriber * set cpu as default backend * modify by reviews
-
- 30 6月, 2023 6 次提交
-
-
由 lzydev 提交于
-
由 lzydev 提交于
-
由 lzydev 提交于
-
由 mjp9527 提交于
-
由 xiaoguoguo626807 提交于
[prim] modify multiply_double_grad composite rules to solve paddlescience poiseuille_flow.py problem (#54908) * modify eular_beam * modify matmul infermeta * add test * modify timeout * modify mutiply_double nullptr * modify tanh_triple_gradnode create
-
由 Zhenghai Zhang 提交于
* static graph autogen code for expand * fix bug * fix bug * fix bug * fix bug * fix bug * fix bug
-
- 29 6月, 2023 5 次提交
-
-
由 hong 提交于
* update * refactor build context * fix bug * polish code * change func name
-
由 Yiqun Liu 提交于
* Fix compiling on XPU related to MPTypeTrait. * Unify the use of MPTypeTrait. * Fix compiling error.
-
由 hong 提交于
* add kernel dialect * change DenseTensorTypeStorage to DenseTensorType * add test case` * add first pd_op to kernel dialect * lower pd op to kernel dialect * update * update * remove useless code * add attrite print test * fix bug * update * update * update * update * polish code * fix bug * polish code and add python test * add test * fix test error * add env flag * fix bug * revert test env * change cc_test_old to cc_test * fix build_static bug * fix type test error * udpate cmake * disable test in windows * update * update * fix bug * split file * fix conflict * polish code and fix conflict * support place transformer * finish bug * add gpu flags * fix with cuda macro * add fetch kernel * support fetch var in new ir * fix bug * polish code * change array equal to np.testing * support feed in new ir * update * fix bug * try to hack combine op * add scope guard * revert atan2 op * add scope guard * update * polish code * update * refactor build kernel context * fix unitest bug * polish code * use original order * remove useless code * polish code * fix bug
-
由 niuliling123 提交于
* style * more * update ctest * Update legacy_backward.yaml * Update legacy_ops.yaml * Update legacy_ops.yaml * update * update * update for move
-
由 haosicheng 提交于
-
- 28 6月, 2023 7 次提交
-
-
由 GGBond8488 提交于
* add clone for inpalce * fix name * add inplace pow * fix typro * add note * fix typro * fix typro * fix bug * fix test error * add type error test * adjust indentation
-
由 JZ-LIANG 提交于
-
由 RedContritio 提交于
-
由 lijin23 提交于
* add int_with_ll to conv * fix bugs when output_size is specified for conv2d_transpose
-
由 Siming Dai 提交于
* add pos_weight in kernel * fix unittest * fix xpu * fix bce unittest, change infermeta order
-
由 ronnywang 提交于
* [ROCM] fix cupti, hipcub * update * update
-
由 Yiqun Liu 提交于
-
- 27 6月, 2023 5 次提交
-
-
由 zhangyuqin1998 提交于
* delete swish_raw * fix * Update activation_kernel.cc * fix
-
由 JZ-LIANG 提交于
* base rule * add sharidng merge * add sharidng axis merge * define unified data class for inferencing dist_attr * test wrap DistTensorSpec in dygraph mode * matmul main logic done * define unified data class for inferencing dist_attr --------- Co-authored-by: NYichen Zhang <zhangyichen03@baidu.com>
-
由 lzydev 提交于
-
由 TaoTao Li 提交于
* add all_to_all phi operator, kernel, api * add all_to_all ut * tinyfix
-
由 hong 提交于
* add kernel dialect * change DenseTensorTypeStorage to DenseTensorType * add test case` * add first pd_op to kernel dialect * lower pd op to kernel dialect * update * update * remove useless code * add attrite print test * fix bug * update * update * update * update * polish code * fix bug * polish code and add python test * add test * fix test error * add env flag * fix bug * revert test env * change cc_test_old to cc_test * fix build_static bug * fix type test error * udpate cmake * disable test in windows * update * update * fix bug * split file * fix conflict * polish code and fix conflict * support place transformer * finish bug * add gpu flags * fix with cuda macro * update * add scope guard * polish code
-
- 26 6月, 2023 2 次提交
-
-
由 pangengzheng 提交于
-
由 hong 提交于
* add fetch kernel * support fetch var in new ir * fix bug * polish code * change array equal to np.testing * support feed in new ir * fix bug * try to hack combine op * add scope guard * revert atan2 op * polish code
-