- 06 2月, 2023 16 次提交
-
-
由 张春乔 提交于
-
由 张春乔 提交于
-
由 LoneRanger 提交于
* 为data_norm函数的input参数增加维度的判断并增加单侧 * 完善data_norm测试样例 * fix data_norm
-
由 xiaoxiaohehe001 提交于
* add_hasattri_check * add_hasattri_check
-
由 RedContritio 提交于
* check tensor numel in PyObject_CheckLongOrToLong * add unittest
-
由 zhouweiwei2014 提交于
-
由 houj04 提交于
-
由 Siming Dai 提交于
* fix to_dlpack for loop * fix reference count
-
由 wanghuancoder 提交于
* refine optimizer create accumulators * refine
-
由 duanboqiang 提交于
-
由 Guanghua Yu 提交于
-
由 engineer1109 提交于
-
由 gongenlei 提交于
* alpha_dropout supports zero_dim * add test
-
由 YuhangLi 提交于
-
由 jiangcheng 提交于
-
由 risemeup1 提交于
-
- 05 2月, 2023 1 次提交
-
-
由 zhouweiwei2014 提交于
-
- 04 2月, 2023 2 次提交
-
-
由 hjyp 提交于
* 优化 PartialProgramLayer hash逻辑 * 修复list弱引用问题 * 递归计算list列表的id * 处理str类型 * str类型直接返回hash后的值
-
由 Huihuang Zheng 提交于
As the title
-
- 03 2月, 2023 20 次提交
-
-
由 ronnywang 提交于
-
由 RedContritio 提交于
* support negative index in unique_consecutive * add unittest * add unittest
-
由 Sławomir Siwek 提交于
* replace matmul with matmul_v2 in fuse passes * Remove fusion logic from matmul * removing fusion methods * add proper name * adjust namespaces * clean attrs in python tests * delete checkpoint and restore matmul version * remove unused code * matmul and reshape/transpose fuses migrated * split MatmulOneDNN headers * fuse activation and eltwise_add * add fuse_activation * matmul_transpose_reshape/reshape_transpose_matmul * matmul + elementwise_add (fused) * activation temporary modifciation * merge newest develop * remove depedency from other PR * revert pbtxt * remove placeholders from matmul_v2 * add description in OPMaker * remove matmul_v2_op.h and all depedencies * remove dims changing in base op * add possibility to fuse already fused_matmul * restart broken CI * Empty-Commit * revert matmul_utils.h * codestyle * adjust imports * add pbtxt file * 100% matmul unit tests coverage * trigger CI with minimal changes to develop * adjust changes to develop * add fused_matmul op * inherit base ops * add "v2" * move OPMaker * Gradually add fused_matmul files * second batch of fused_matmul changes * split infershapes of matmul_v2 and fused_matmul * inherit fused_matmul from matmul_v2 * Update paddle/phi/backends/onednn/onednn_reuse.h Co-authored-by: NTomasz Socha <tomasz.socha@intel.com> * Update paddle/phi/kernels/fusion/onednn/fused_matmul_kernel.cc Co-authored-by: NTomasz Socha <tomasz.socha@intel.com> --------- Co-authored-by: NTomasz Socha <tomasz.socha@intel.com>
-
由 Paulina Gacek 提交于
* conv_bias_mkldnn_fuse_pass_tester rewritten * conv_concat_relu_mkldnn_fuse_pass_tester rewritten * conv_elementwise_add_fuse_pass_tester rewritten * mkldnn changed to onednn * tests added to cmakeLists, style fix * got rid of unnecessary UT, some style changes * changes in naming convention * max_examples reduced * time out added
-
由 RedContritio 提交于
-
由 RedContritio 提交于
* add input check for accuracyOp * add input check for gpu/accuracyOp * add unittest * use rank instead of dimensions in message * update unittest * update unittest
-
由 HappyHeavyRain 提交于
* generate some static graph ops * fix the bug of pow * add REGISTER_ACTIVATION_OP in operators.cmake * modify the file operators.cmake
-
由 Yuang Liu 提交于
-
由 gouzil 提交于
* [Divide by 0 Error] add svd check * [Divide by 0 Error] svd check migrate to c++, move svd test_0_size
-
由 gouzil 提交于
* [Divide by 0 Error] add normalize check * [Divide by 0 Error] normalize check migrate to c++
-
由 shentanyue 提交于
* fix cross_entropy * update
-
由 WangZhen 提交于
Add test_resnet for prim and CINN
-
由 JYChen 提交于
-
由 wangxiaoning 提交于
-
由 xu98bin 提交于
-
由 Ruibiao Chen 提交于
* Reduce time cost of BuildOpHappensBefore * Update code * Update code * Improve data struct
-
由 xiongkun 提交于
* [dy2static] support fallback for whole graph. (stage 1) * bug fix * bug fix and add a new unittest * fix code by code review * fix coverage
-
由 wanghuancoder 提交于
-
由 Jiabin Yang 提交于
* optimize log * fix type error * fix type error2
-
由 Jiabin Yang 提交于
* refactor dir for prim * support blacklist for bwd comp * fix type error * remove additional file * fix git ignore * add more test * merge develop
-
- 02 2月, 2023 1 次提交
-
-
由 wangzhen38 提交于
-