1. 13 2月, 2023 10 次提交
    • H
      [Fix Compile Error] Fix copysign compile error on Windows (#50387) · 0e439210
      HongyuJia 提交于
      * fix copysign compile error on Windows
      
      * fix more files' macro
      0e439210
    • R
      Comment: float32 => float16; test=docoument_fix (#50156) · d5b55112
      Ryan 提交于
      test=docoument_fix
      d5b55112
    • H
      [Tensor data()] Tensor support `void* data()` function (#50262) · 8907cdca
      HongyuJia 提交于
      * Tensor support void* data() function
      
      * add unittest
      
      * add selectedRows unittest
      
      * polish unittest
      
      * polish unittest
      
      * polish unittest
      
      * polish unittest
      8907cdca
    • Y
      add xpu pool3d kernels (#50233) · 1281b612
      ykkk2333 提交于
      * add xpu adagrad and where_grad kernels, test=kunlun
      
      * add xpu pool3d kernels, test=kunlun
      1281b612
    • Y
      fix typo, test=document_fix (#50411) · 9c24a4ac
      YangZhou 提交于
      9c24a4ac
    • R
      Fix div 0 error of case25: paddle.dot (#50014) · 5c5536cb
      RedContritio 提交于
      * support size 0 dot input
      
      * prevent div 0 in grad
      
      * add unittest
      
      * remove unnecessary vlog
      
      * add unittests
      5c5536cb
    • H
      [Fix Bug] Fix inference py::array_t calling bug (#50417) · aaaffd2e
      HongyuJia 提交于
      * fix py::array_t calling bug
      
      * polish code
      aaaffd2e
    • R
      Upgrade protobuf to 4.21.x (#49168) · 15d93394
      risemeup1 提交于
      * upgrade protobuf to 3.19.0 in cmake
      
      * recover protobuf python version
      
      * fix distribute compile
      
      * fix
      
      * fix framework.data_feed_pb2
      
      * fix macos ifdef
      
      * fix lite
      
      * test
      
      * update protoc from 3.19.0 t0 3.20.0
      
      * test
      
      * debug
      
      * test
      
      * test
      
      * debug
      
      * debug
      
      * debug
      
      * debug
      
      * test
      
      * debug
      
      * update protocol from 3.20.0 to 4.21.12
      
      * modify graph_brpc_client.h
      
      * modify graph_brpc_client.h
      
      * test
      
      * test
      
      * test
      
      * fix third_party cache problem on build ci
      
      * updata proto
      
      * test
      
      * test
      
      * test
      
      * test
      
      * test
      
      * test
      
      * fix coverage failed test
      
      * try to fix test_exe_fleet_model_run
      
      * fix cinn bug
      
      * fix windows compile problem
      
      * fix python/requirements
      
      ---------
      Co-authored-by: Npangyoki <pangyoki@126.com>
      15d93394
    • Y
      [Auto Parallel] Fix a bug of dist_scale (#50288) · 7f7e9320
      Yulong Ao 提交于
      * [Auto Parallel] Rename methods of ProcessMesh
      
      * [Auto Parallel] Impl the python process_mesh by the c++ one
      
      * [Auto Parallel] Add some minor modifications
      
      * [Auto Parallel] Rename some methods
      
      * [Auto Parallel] Remove unnecessary codes
      
      * [Auto Parallel] Add back some removed files
      
      * [Auto Parallel] Fix bugs
      
      * [Auto Parallel] Fix a bug
      
      * Update process_mesh.cc
      
      * [Auto Parallel] Merge dist attrs of Python into C++
      
      * [Auto Parallel] Add back deleted importing
      
      * [Auto Parallel] Add back removed unittest
      
      * [Auto Parallel] Remove type qualifiers of return types
      
      * [Auto Parallel] Fix some bugs
      
      * [Auto Parallel] Fix a bug of the quant pass
      
      * [Auto Parallel] Fix the code style
      
      * [Auto Parallel] Clear some fluid APIs
      
      * [Auto Parallel] Fix a bug of dist_scale
      7f7e9320
    • R
      optimize setup.py under conda virtual environment (#48211) · 5143b0eb
      risemeup1 提交于
      * optimize setup.py for conda envir
      
      * check python dependency
      
      * optimize code after reviewed
      5143b0eb
  2. 12 2月, 2023 1 次提交
  3. 11 2月, 2023 2 次提交
    • H
      [Tensor Operator] Overload Tensor Operator (#50098) · 14e45f6b
      HongyuJia 提交于
      * init commit
      
      * fix tensor operator*
      
      * fix compile bug
      
      * bug reproduce
      
      * update commit
      
      * polish codes
      
      * fix compile bug
      
      * test begin
      
      * test begin
      
      * compile finish
      
      * restore origin composite_backward_api
      
      * pass local CI
      
      * fix merge error
      
      * fix merge error
      
      * change py_test from GPU->CPU, test custom op
      
      * polish codes, modify prim unittest
      
      * modify prim unittest
      
      * determine phi_tensor_operants location
      
      * polish codes
      
      * add header file
      
      * solve windows unresolved symbol
      
      * fix some CI error
      
      * add overload defination
      
      * fix CI inference and Windows
      
      * polish codes according to reviewers' opinion
      
      * polish codes according to reviewers' opinion
      14e45f6b
    • W
      [TRT] elementwise_add+transpose fusion (#50081) · fd0d4fa4
      Wang Bojun 提交于
      * eleadd_trans first version
      
      log fix
      
      * refine code for linear format, add pass check
      
      * linear format refine and ut fix
      
      * fix ut
      
      * windows ut
      
      * windows ut 2
      
      * move tensorMeta and alloc to configure
      fd0d4fa4
  4. 10 2月, 2023 21 次提交
  5. 09 2月, 2023 6 次提交