- 06 2月, 2023 14 次提交
-
-
由 zyfncg 提交于
* remove extra input of conv2d * fix bug * fix unittest bug * adjust conv2d.pbtxt * fix cpu_quantize_pass_tester * revert use_addto of conv2d * fix runtime attribute * fix bug * recover force_fp32_output in conv2d * refine error info * fix bug
-
由 Yuang Liu 提交于
-
由 LoneRanger 提交于
-
由 张春乔 提交于
-
由 张春乔 提交于
-
由 LoneRanger 提交于
* 为data_norm函数的input参数增加维度的判断并增加单侧 * 完善data_norm测试样例 * fix data_norm
-
由 RedContritio 提交于
* check tensor numel in PyObject_CheckLongOrToLong * add unittest
-
由 zhouweiwei2014 提交于
-
由 Siming Dai 提交于
* fix to_dlpack for loop * fix reference count
-
由 wanghuancoder 提交于
* refine optimizer create accumulators * refine
-
由 duanboqiang 提交于
-
由 Guanghua Yu 提交于
-
由 gongenlei 提交于
* alpha_dropout supports zero_dim * add test
-
由 YuhangLi 提交于
-
- 04 2月, 2023 1 次提交
-
-
由 hjyp 提交于
* 优化 PartialProgramLayer hash逻辑 * 修复list弱引用问题 * 递归计算list列表的id * 处理str类型 * str类型直接返回hash后的值
-
- 03 2月, 2023 17 次提交
-
-
由 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
-
由 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 提交于
-
由 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 提交于
* 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 8 次提交
-
-
由 wangzhen38 提交于
-
由 Xiaoxu Chen 提交于
【PRIM】Support use operator's output metadata info in constructing static backward composite (#50043) * [prim] support custom target_gradients * support infershape after append one gradop * [prim] add simple net test * fix test_loop segment fault bug * [prim] fix infer shape segment fault bug when output of grad_op_desc is empty
-
由 RedContritio 提交于
-
由 LoneRanger 提交于
-
由 LoneRanger 提交于
-
由 RedContritio 提交于
* add stride check for PoolOutputSize * add unittest
-
由 RedContritio 提交于
* add dimension check for nce * add unittest * fix incorrect type in test_nce
-
由 Jianghai 提交于
* fix bugs in cluster to device meshes * add tests * 1
-