1. 27 6月, 2023 10 次提交
    • L
      [BugFix] fix bugs in DCU unit tests (#54874) · abc1c3d4
      lishicheng1996 提交于
      * block bf16 tests on ROCM
      
      * block more bf16 tests on ROCM
      
      * some unittest cases doesn't have kernels on ROCm
      
      * some unittest cases doesn't have kernels on ROCm
      
      * fix code style
      abc1c3d4
    • Z
      delete swish_raw (#54536) · 0cdaafea
      zhangyuqin1998 提交于
      * delete swish_raw
      
      * fix
      
      * Update activation_kernel.cc
      
      * fix
      0cdaafea
    • X
      【prim】modify eular_beam (#54736) · 7c2c965d
      xiaoguoguo626807 提交于
      * modify eular_beam
      
      * modify matmul infermeta
      
      * add test
      
      * modify timeout
      7c2c965d
    • J
      [Semi-Auto] SPMD Parallel Rule Base (#53863) · 6863e2ae
      JZ-LIANG 提交于
      * base rule
      
      * add sharidng merge
      
      * add sharidng axis merge
      
      * define unified data class for inferencing dist_attr
      
      * test wrap DistTensorSpec in dygraph mode
      
      * matmul main logic done
      
      * define unified data class for inferencing dist_attr
      
      ---------
      Co-authored-by: NYichen Zhang <zhangyichen03@baidu.com>
      6863e2ae
    • L
      replace the CosineDecay in fluid with 2.0 version (#54829) · 5a804830
      LoneRanger 提交于
      * remove the CosineDecay in fluid
      
      * Update test_basic_api_transformation.py
      5a804830
    • L
      replace NaturalExpDecay, ExponentialDecay, InverseTimeDecay with 2.0 version (#54424) · de60c1d1
      LoneRanger 提交于
      * remove the NaturalExpDecay in fluid
      
      * fix bug
      
      * remove the ExponentialDecay in fluid
      
      * remove the InverseTimeDecay in fluid
      
      * remove the InverseTimeDecay class
      
      * fix bug
      de60c1d1
    • TaoTao Li's avatar
      add all_to_all phi operator (#54797) · 158b7ae5
      TaoTao Li 提交于
      * add all_to_all phi operator, kernel, api
      
      * add all_to_all ut
      
      * tinyfix
      158b7ae5
    • 6
      Code merge | Merge CINN into Paddle (#54749) · 67c69dca
      6clc 提交于
      * feat(cmake): add cmake of cinn
      
      * feat(cmake): add cmake of cinn python test
      
      * feat(cmake): add jit
      
      * feat(cmake): test/CMakeList.txt
      
      * feat(cmake): rebase to develop
      
      * feat(cmake): remove some flags
      
      * fix(cmake): fix cinn's gflags depends
      
      * feat(cmake): add ci scripts of cinn
      
      * feat(cmake): copy code of cinn
      
      * fix(cmake): fix cinn third_party model path
      
      * gflags dynamic dependce
      
      * fix ci build_demo
      
      * tmp update to c++17 of cinn-only test
      
      * fix cinn only with c++17
      67c69dca
    • W
      72b8c7c2
    • H
      New ir support data transfer (#54763) · b58869fa
      hong 提交于
      * add kernel dialect
      
      * change DenseTensorTypeStorage to DenseTensorType
      
      * add test case`
      
      * add first pd_op to kernel dialect
      
      * lower pd op to kernel dialect
      
      * update
      
      * update
      
      * remove useless code
      
      * add attrite print test
      
      * fix bug
      
      * update
      
      * update
      
      * update
      
      * update
      
      * polish code
      
      * fix bug
      
      * polish  code  and add python test
      
      * add test
      
      * fix test error
      
      * add env flag
      
      * fix bug
      
      * revert test env
      
      * change cc_test_old to cc_test
      
      * fix build_static bug
      
      * fix type test error
      
      * udpate cmake
      
      * disable test in windows
      
      * update
      
      * update
      
      * fix bug
      
      * split file
      
      * fix conflict
      
      * polish code and fix conflict
      
      * support place transformer
      
      * finish bug
      
      * add gpu flags
      
      * fix with cuda macro
      
      * update
      
      * add scope guard
      
      * polish code
      b58869fa
  2. 26 6月, 2023 7 次提交
  3. 25 6月, 2023 3 次提交
  4. 22 6月, 2023 1 次提交
  5. 21 6月, 2023 2 次提交
  6. 20 6月, 2023 7 次提交
    • W
      static graph autogen code support for matmul op (#54338) · ad80fbfe
      Wang Xin 提交于
      * static graph autogen code support for matmul op
      
      * fix bug
      
      * fix bug
      
      * fix bug
      
      * fix bug
      
      * fix bug
      
      * fix bug
      
      * fix bug
      ad80fbfe
    • H
      New ir support combine op (#54682) · 0cf841c9
      hong 提交于
      * add kernel dialect
      
      * change DenseTensorTypeStorage to DenseTensorType
      
      * add test case`
      
      * add first pd_op to kernel dialect
      
      * lower pd op to kernel dialect
      
      * update
      
      * update
      
      * remove useless code
      
      * add attrite print test
      
      * fix bug
      
      * update
      
      * update
      
      * update
      
      * update
      
      * polish code
      
      * fix bug
      
      * polish  code  and add python test
      
      * add test
      
      * fix test error
      
      * add env flag
      
      * fix bug
      
      * revert test env
      
      * change cc_test_old to cc_test
      
      * fix build_static bug
      
      * fix type test error
      
      * udpate cmake
      
      * disable test in windows
      
      * update
      
      * update
      
      * fix bug
      
      * split file
      
      * fix conflict
      
      * polish code and fix conflict
      
      * polish code
      
      * fix bug
      0cf841c9
    • H
      [XPU] optimize gelu unittest. (#54737) · 80975d45
      houj04 提交于
      80975d45
    • Z
      [IR] Change IR from Static library to dynamic library (#54729) · 24a3cb52
      zhangbo9674 提交于
      * new_ir to shared
      
      * refine code
      
      * add ir lib path to env
      
      * refine type
      
      * refine code
      
      * fix bug
      
      * fix bug
      
      * refine code
      
      * refine code
      
      * close win
      
      * refine code
      
      * refine code
      
      * refine code
      
      * add win share
      
      * refine code
      
      * refie code
      
      * refine code
      
      * refine code
      
      * refien code
      
      * fix bug
      
      * fix bug
      
      * fix bug
      
      * solve conflict
      
      * solve conflict
      
      * fix bug
      
      * refine code
      
      * fix bug
      
      * fix bug
      
      * fix bug
      
      * fix bug
      
      * fix bug
      
      * refine code
      
      * fix interpretercore program bug
      
      * delete unuse code
      
      * fix bug
      
      * fix bug
      
      * fix bug
      
      * fix bug
      
      * fix bug
      
      * fix bug
      
      * fix bug
      
      * fix bug
      
      * fix cinn bug
      
      * fix cinn bug
      
      * debug
      
      * fix cinn bug
      
      * delete unused code
      
      * fix cinn bug
      
      * fix cinn bug
      
      * fix  ug
      
      * test win openblas
      
      * test win openblas
      
      * fix win openblas bug
      
      * polish code
      
      * fix win open blas bug
      
      * close win dll
      
      * fix flag bug
      
      * test for windows
      
      * fix compile bug
      24a3cb52
    • J
      24523c16
    • L
      [XPU][PHI Kernels] add unique kernel for xpu (#54758) · f836e7d2
      lijin23 提交于
      * add unique kernel for xpu
      
      * add unique kernel for xpu
      
      * update uniittest
      
      * add xpu support for unique with axis
      f836e7d2
    • A
      [AutoTuner] Add compare and record (#54668) · 6fe7b5e2
      Azure 提交于
      * add auto tuner
      
      * compare and record module
      
      * revert launch main
      
      * add prune rule
      
      * add unit test
      
      * add auto tuner
      
      * revert launch main
      
      * add prune rule
      
      * modify unit test script
      
      * fix bug for dump nodes; fix bug for checking log file
      
      * fix bug
      
      ---------
      Co-authored-by: Ncaozhou <caozhou@radi.ac.cn>
      6fe7b5e2
  7. 19 6月, 2023 4 次提交
    • A
      [NewExe]Polish InterpreterCore with PImpl and Derived ProgramInterpreter and... · f38e126e
      Aurelius84 提交于
      [NewExe]Polish InterpreterCore with PImpl and Derived ProgramInterpreter and NewIRInterpreter (#54651)
      
      * [NewExe]Polish InterpreterCore with PImpl
      
      fix code style
      
      add std::move
      
      * fix conflict
      
      * fix typo
      
      * fix typo
      f38e126e
    • C
      [LAUNCH] no endpoints env in dynamic mode (#54636) · cf515d90
      Chitsing KUI 提交于
      * no endpoints in dy mode
      
      * fix fleet api inconsistent
      cf515d90
    • T
      fix python (#54724) · 1375b3f7
      tianshuo78520a 提交于
      1375b3f7
    • H
      Support tensor attribute runtime (#54692) · 93f7a02a
      hong 提交于
      * add kernel dialect
      
      * change DenseTensorTypeStorage to DenseTensorType
      
      * add test case`
      
      * add first pd_op to kernel dialect
      
      * lower pd op to kernel dialect
      
      * update
      
      * update
      
      * remove useless code
      
      * add attrite print test
      
      * fix bug
      
      * update
      
      * update
      
      * update
      
      * update
      
      * polish code
      
      * fix bug
      
      * polish  code  and add python test
      
      * add test
      
      * fix test error
      
      * add env flag
      
      * fix bug
      
      * revert test env
      
      * change cc_test_old to cc_test
      
      * fix build_static bug
      
      * fix type test error
      
      * udpate cmake
      
      * disable test in windows
      
      * fix inference compile
      
      * update
      
      * support tensor attribute runtime
      
      * add result check
      
      * polish test code
      
      * fix test error
      
      * add scalar test & polish code
      
      * re-open test case
      93f7a02a
  8. 16 6月, 2023 6 次提交