1. 24 2月, 2023 4 次提交
    • X
      【prim】Slice grad (#50771) · f6dea800
      xiaoguoguo626807 提交于
      * support prim test in OpTest
      
      * fix cmake
      
      * fix op test
      
      * fix test_input_spec
      
      * disable cinn in reduce_sum unit test
      
      * add bfloat16 dtype for sum
      
      * add approve rules
      
      * polish code
      
      * add clear jit program function
      
      * convert grad out from tensor to numpy
      
      * remove unnecessary code
      
      * add only_prim flag
      
      * fix flag
      
      * fix op test
      
      * add attr
      
      * fix optest comp inplace error
      
      * fix op test
      
      * fix op test with guard
      
      * add initialization of check_comp flag
      
      * fix comp inplace error in op test
      
      * rename check_comp with check_prim and add bfloat16 dtype convert
      
      * rename comp_op_type to prim_op_type
      
      * rename comp to prim
      
      * remove useless code
      
      * skip ci check for only prim
      
      * add no_grad_vars and grad_outputs in prim test
      
      * fix var_dict
      
      * fix op test for only_prim
      
      * fix dy2static bugs
      
      * polish some code
      
      * temp
      
      * modify op test
      
      * except cinn test
      
      * modify bfp16
      
      * modify pad grad
      
      * add pad_grad dtype
      
      * start cinn part
      
      ---------
      Co-authored-by: NCharles-hit <wanghao107@baidu.com>
      f6dea800
    • H
    • Z
      [Paddle-TRT] Fix QkvToContextPluginDynamic bug (#50715) · 612d5da0
      zhoutianzi666 提交于
      * fix multihead
      
      * fix multihead
      612d5da0
    • A
      [CINN]Enhance CacheKey hash logic by considering input dtypes (#50557) · 21c6eccf
      Aurelius84 提交于
      * [CINN]Enhance CacheKey hash logic by considering input dtypes
      
      * add unittest
      
      * fix typo
      
      * fix typo
      
      * fix map.at
      
      * fix find
      
      * fix test
      
      * fix cinn cache key structure realize
      
      * using ordered map for attributes
      
      * add test by review advice
      
      ---------
      Co-authored-by: Njiangcheng <thisjiang@qq.com>
      21c6eccf
  2. 23 2月, 2023 9 次提交
  3. 22 2月, 2023 6 次提交
  4. 21 2月, 2023 6 次提交
  5. 20 2月, 2023 7 次提交
    • J
      8ad635d5
    • S
      [XPU] fix fc_xpu_fuse_pass (#50569) · 77606f5d
      shentanyue 提交于
      77606f5d
    • W
      fix mutable_data() (#50396) · c47f11f5
      Wang Bojun 提交于
      c47f11f5
    • H
      [Cpp Extension] Support Cpp Extension (#49893) · 2a0563fa
      HongyuJia 提交于
      * update include directory
      
      * fully support C++ extension, pass unittest
      
      * fix include directory
      
      * support both extension and operator in one file
      
      * polish testcase
      
      * add jit unittest
      
      * update third_party.cmake, pass CI test
      
      * fix cmake
      
      * fix setup
      
      * fix inference, fix unittest precision
      
      * fix unittest precision
      
      * fix inference_lib cmake
      
      * try fix setup, try fix inference_lib
      
      * try fix inference_lib pybind
      
      * fix mix_op_extension, fix inference_lib
      
      * fix mix_op_extension, fix inference_lib
      
      * change cmake
      
      * change cmake
      
      * add compile flags
      
      * add Python.h headerfile
      
      * add test_custom_plugin_creater cmake
      
      * comment compile flag
      
      * pass all CI
      
      * pass all CI
      
      * comment compile flag
      
      * try solve test_custom_plugin_creater link error
      
      * try solve test_custom_plugin_creater link error
      
      * polish codes
      
      * remove windows compile flag
      
      * remove python_include_path
      
      * update pybind11, 2.4.3->2.6.0
      
      * update pybind11, 2.6.0->2.10.0
      
      * update pybind11, 2.10.0->2.6.0b1
      
      * update pybind11, 2.6.0b1->2.6.0, start fix unittest
      
      * fix pybind11 2.6.0 VarBase print error
      
      * fix pybind11 2.6.0 VarBase print error
      
      * handle PADDLE_ON_INFERENCE
      
      * modify according to reviewer
      
      * fix cmake
      
      * cmake decouple pybind_util when not ON_INFER
      
      * cmake decouple pybind_util when not ON_INFER
      
      * remove copy of inference_lib.cmake
      
      * change pybind.cc headerfile fluid->phi
      2a0563fa
    • H
      [Tensor operants] Polish tensor operants implementation (#50634) · 8c844356
      HongyuJia 提交于
      * polish tensor operants implementation
      
      * change year, 2021->2023
      8c844356
    • H
      [phi decoupling] move serialization from phi to fluid (#50608) · 6b3c48c1
      Huang Jiyi 提交于
      * move save_op to fluid
      
      * fix namespace
      
      * move_load_kernel
      
      * fix kernel_register
      
      * move serialization to fluid
      
      * fix test
      
      * fix bugs
      6b3c48c1
    • P
      fix cuda graph error when new executor change feed fetch (#50306) · 9167fda3
      pangyoki 提交于
      * change error
      
      * fix
      9167fda3
  6. 18 2月, 2023 2 次提交
  7. 17 2月, 2023 6 次提交