- 09 8月, 2023 1 次提交
 - 
- 
由 Frank Lin 提交于
* set input type to fp16
 
 - 
 - 20 7月, 2023 1 次提交
 - 
- 
由 Leo Chen 提交于
* Fix TRT multihead matmul UT failure
 
 - 
 - 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> 
 - 
 - 17 4月, 2023 1 次提交
 - 
- 
由 tianshuo78520a 提交于
 
 - 
 - 13 4月, 2023 1 次提交
 - 
- 
由 Wangzheee 提交于
* Paddle-Trt: Replace fc mul matmul matmul_v2 with matrix_multiply
 
 - 
 - 06 4月, 2023 1 次提交
 - 
- 
由 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 * restore matmul(v1) version 0 * 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 * merge code from other PR * 2023 * 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> * resolve conflicts * codestyle * simplify isgemmlinear * 2023 * remove import * reuse methods * matmul_v2_mkldnn cleanup * simplify ExecuteMatMulV1Grad * matmul refactored * fc * SetOutMemDescWithLogicalLayoutFusesSupport * matmul_v2 * alpha support * group repetetive funcs * matmul utils * execute matmul methods * restore registered kernel names * split header and impl files * remove double negatives * reduce numer of modified files * adjust ExecuteMatmul * add scales for ut * dates * limit number of modified files * fluid imports * remove alpha * codestyle --------- Co-authored-by: NTomasz Socha <tomasz.socha@intel.com>
 
 - 
 - 09 12月, 2022 1 次提交
 - 
- 
由 feng_shuai 提交于
 
 - 
 - 28 11月, 2022 1 次提交
 - 
- 
由 Wang Bojun 提交于
* add trt support
 
 - 
 - 25 11月, 2022 1 次提交
 - 
- 
由 Nyakku Shigure 提交于
* add isort config * isort all files
 
 - 
 - 31 10月, 2022 1 次提交
 - 
- 
由 feng_shuai 提交于
* feat: add int8 support for vit * test:add test
 
 - 
 - 24 10月, 2022 1 次提交
 - 
- 
由 feng_shuai 提交于
 
 - 
 - 23 10月, 2022 1 次提交
 - 
- 
由 Nyakku Shigure 提交于
* update config * re-blacken python code * temporarily disable date and diff_py_file * skip a format
 
 - 
 - 19 10月, 2022 1 次提交
 - 
- 
由 zlsh80826 提交于
 
 - 
 - 12 10月, 2022 1 次提交
 - 
- 
由 Nyakku Shigure 提交于
* [CodeStyle][F401] remove unused imports in unittests/dygraph_to_static * [CodeStyle][F401] remove unused imports in unittests/ir * add noqa after required imports
 
 - 
 - 02 9月, 2022 1 次提交
 - 
- 
由 feng_shuai 提交于
* vit_384_opt * just support trt8 * padding + unpadding * fix:unit test * refactor:padding * fix: change the position of round_up * refactor: delete workspace
 
 - 
 - 16 8月, 2022 1 次提交
 - 
- 
由 feng_shuai 提交于
* convert multihead to oss * fix:bug * fix:delete const cast * fix:don't support bias_qk * add vit pass * fix:convert bug and add preln_residual_bias * support length=-1 * add UT for convert * add no_bias_qk support for gpu_multihead_op * delete infer_shape depends on bias_qk * oss just can be used in T4 and A* * fix:change api for ROCM CI
 
 - 
 - 05 6月, 2022 1 次提交
 - 
- 
由 Sing_chan 提交于
* use yapf to format all python file * yapf exclude two unittests file for they rely on writing and reading file, and format will break them * disable diff_py_file because too many diff files cause command following failed
 
 - 
 - 02 4月, 2022 1 次提交
 - 
- 
由 Wangzheee 提交于
* paddle inference support new quant_model
 
 - 
 - 04 3月, 2022 1 次提交
 - 
- 
由 ceci3 提交于
[paddle-inference]support setting fully connected in multi-head attention static shape branch to int8 (#39660) * fix inference int * update * add unittest
 
 - 
 - 10 11月, 2021 1 次提交
 - 
- 
由 baoachun 提交于
 
 - 
 - 20 10月, 2021 1 次提交
 - 
- 
由 Wilber 提交于
 
 - 
 - 11 10月, 2021 1 次提交
 - 
- 
由 baoachun 提交于
* add skip case in trt converter ut * disable group_norm trt plugin
 
 - 
 - 24 9月, 2021 1 次提交
 - 
- 
由 baoachun 提交于
* add multihead_matmul trt converter test case * move attribute check to op_teller
 
 -