- 03 8月, 2023 1 次提交
-
-
由 wz1qqx 提交于
-
- 02 8月, 2023 2 次提交
-
-
由 wz1qqx 提交于
-
由 jiangfan06 提交于
-
- 01 8月, 2023 1 次提交
-
-
由 hong19860320 提交于
-
- 24 7月, 2023 1 次提交
-
-
由 Xinyu Chen 提交于
* onednn: remove fc+eltwiseadd fusion pass * onednn: remove post-sum fusion in fc kernel * onednn: tests: make unfused add run into f32
-
- 20 7月, 2023 1 次提交
-
-
由 zhupengyang 提交于
-
- 19 7月, 2023 1 次提交
-
-
由 csy0225 提交于
-
- 12 7月, 2023 2 次提交
-
-
由 Yuanle Liu 提交于
* rewrite identity_op_clean_pass * fix * adjust identity_op_clean_pass order in gpu passes * fix ut
-
由 YangQun 提交于
* squash pick the poc code * fix build after rebase * fix int8 conv and fc uts * Fix and clean-up Get_SRC_Scale_Memory * fix floating point fc uts * fix test_analyzer_int8_googlenet * test_analyzer_int8_mobilenetv1 * fix int8 mobilenet v2 and v3 * fix build error after rebase * [oneDNN] rename library version * fix conv bias datatype * try to fix import error * fix rebase error * [oneDNN] pack library into python wheel * add MKLDNN_SHARED_LIB_3 to env_dict * fix test_analyzer_bert * fix fill_constant op kernel * fix ernie and matmul op ut * fix softplus ut * fix conv+relu6 fusion ut * fix hardswish fusion * fix quant+transpose fusion ut * fixsgd ut * fix int8 matmul with flatten * fix fc+scale fusion * fix conv/matmul+gelu fusion uts * fix rebase error * Revert "fix conv/matmul+gelu fusion uts" This reverts commit 47eb5e49972bd8f7271a233def9bfb3e98ce78e1. * upgrade to onednn v3.1 * remove older version onednn * use densetensor::data() for achieving mean and var in layernorm impl * comments for atol of integer tests * fix clang-format * Revert "remove older version onednn" This reverts commit 783e57ddfd4401254596eae7d47adb9b03590c09. * improve binary handle * fix expand kernel * Revert "use densetensor::data() for achieving mean and var in layernorm impl" * always use forward_inference for conv * remove activation scales * rollback changes to mkldnn.cmake * address comments * port changes to dequantize kernel * fix merge error * fix fused_elementwise_kernel * upgrade onednn version to v3.1.1 * fix some approval error * fix error msg format * remove old onednn libs * try to fix symbolic link issue * fix cinn test case segfault * do not explicit link test with onednn * remove unnecessary changes * integrate CINN with onednn v3 * link with mkldnn project * fix cinn build file --------- Co-authored-by: NTomasz Socha <tomasz.socha@intel.com> Co-authored-by: NChen, Xinyu1 <xinyu1.chen@intel.com> Co-authored-by: Ntianshuo78520a <707759223@qq.com>
-
- 07 7月, 2023 2 次提交
- 05 7月, 2023 1 次提交
-
-
由 wz1qqx 提交于
-
- 30 6月, 2023 1 次提交
-
-
由 mjp9527 提交于
-
- 27 6月, 2023 1 次提交
-
-
由 zhupengyang 提交于
-
- 26 6月, 2023 2 次提交
-
-
由 wz1qqx 提交于
-
由 zhupengyang 提交于
-
- 21 6月, 2023 2 次提交
- 19 6月, 2023 1 次提交
-
-
由 wz1qqx 提交于
-
- 08 6月, 2023 2 次提交
- 05 6月, 2023 1 次提交
-
-
由 huangjiyi 提交于
Support code generation for op conv2d_transpose, conv3d_transpose, depthwise_conv2d_transpose (#54242)
-
- 02 6月, 2023 2 次提交
- 01 6月, 2023 1 次提交
-
-
由 huangjiyi 提交于
* update * update cmake * update * update * update * update * Revert "update cmake" This reverts commit 1e1dc1b2bc9967b725201272607f939260070fd4. * update * update * update * update
-
- 30 5月, 2023 1 次提交
-
-
由 RedContritio 提交于
* support auto generate for activation_op relu6 * add generated_static_op for activation_op in CMakeLists.txt
-
- 26 5月, 2023 1 次提交
-
-
由 YuanRisheng 提交于
* create phi so * fix ci bugs * fix py3 bugs * add file * fix py3 bugs * fix windows bugs * perfect so * fix py3 bugs * delete all static target in phi * fix windows bugs * fix py3 bugs * fix ci bugs * fix windows bugs * fix bugs: gflags can't be linked by dynamic and static lib * fix bugs that can not load 3rd party * fix ci bugs * fix compile bugs * fix py3 bugs * fix conflict * fix xpu bugs * fix mac compile bugs * fix psgpu bugs * fix inference failed * deal with conflict * fix LIBRARY_PATH bug * fix windows bugs * fix onednn error * fix windows compile bugs * fix windows compile bugs * fix test_cuda_graph_static_mode_error aborted * fix windows bugs * fix mac-python3 error * fix hip compile bugs * change mode to static * change to static mode * fix ci bugs * fix py3 bugs * fix windows bugs * fix bugs * add static flag * add PADDLE_API * change position of PADDLE_API * fix windows bugs * change mode to dynamic lib * fix windows static bugs * deal with conflict * fix windows unit bug * fix coverage * deal with conflict * fix windows-inference * fix py3 bugs * fix bugs when compile type_info * fix compile bugs * fix py3 bugs * fix windows bugs * fix windows openblas * fix xpu bugs * fix enforce_test in windows * update code according comment * fix windows cmake bug * fix windows bugs * fix windows bugs * delete cinn unittest * fix cinn bugs --------- Co-authored-by: lzydev <1528794076@qq.com>
-
- 25 5月, 2023 1 次提交
-
-
由 zhoutianzi666 提交于
* add tranfer_elim * transfer layout elimination
-
- 24 5月, 2023 1 次提交
-
-
由 wz1qqx 提交于
-
- 22 5月, 2023 1 次提交
-
-
由 zhupengyang 提交于
-
- 18 5月, 2023 1 次提交
-
-
由 Hulek 提交于
* Fused elementwises kernels and ops * change fuse pass name * adjust .pbtxt files * adjust quantization attributes * add missing arguments and fix others, review fixed * simplify fused kernel registration * fix elementwise unit tests * reuse one fused elementwise op * adjust proto * Add supported datatypes * Change 'Scale' to 'scale' in tests, change some tests to onednn * Revert breaking changes * Fix unit tests * Delete obsolete test cases * Delete commented out code * Fix codestyle * delete temporary condition * fix conflicts and delete duplicate fusing * Fix code after merge * Move tests to new directory * fix tests volatility * Rename test_elementwise_add_onednn_op.py to test_elementwise_add_mkldnn_op.py * Update CMakeLists.txt add mkldnn op test --------- Co-authored-by: NSilv3S <slawomir.siwek@intel.com>
-
- 16 5月, 2023 1 次提交
-
-
由 sprouteer 提交于
-
- 09 5月, 2023 1 次提交
-
-
由 zhoutianzi666 提交于
* delete delete_fill_constant_op_pass and unsqueeze2_eltwise_fuse_pass
-
- 05 5月, 2023 1 次提交
-
-
由 shentanyue 提交于
-
- 24 4月, 2023 1 次提交
-
-
由 zhupengyang 提交于
-
- 14 4月, 2023 1 次提交
-
-
由 zhupengyang 提交于
-
- 13 4月, 2023 2 次提交
-
-
由 Wangzheee 提交于
* Paddle-Trt: Replace fc mul matmul matmul_v2 with matrix_multiply
-
由 zhupengyang 提交于
-
- 12 4月, 2023 1 次提交
-
-
由 Yuanle Liu 提交于
-
- 10 4月, 2023 1 次提交
-
-
由 xiaoxiaohehe001 提交于
* Support two inputs of multihead attention named qk_multihead
-