1. 12 1月, 2023 1 次提交
  2. 11 1月, 2023 1 次提交
    • Y
      Implement a common segmented array. (#49450) · b1faa562
      Yiqun Liu 提交于
      * Implement a common PointerArray.
      
      * Polish codes.
      
      * Add including of header file.
      
      * Add the branch of kFix8.
      
      * Fix compiling error.
      
      * Add alignas hint to fix the performance drop.
      
      * Optimize the H2D copy in stack_grad.
      
      * Rename the macro.
      
      * Fix align hint for different compilers.
      
      * Polish the define of PADDLE_ALIGN.
      
      * Fix compiling error.
      
      * Remove the align hint on windows.
      b1faa562
  3. 10 1月, 2023 3 次提交
  4. 09 1月, 2023 4 次提交
  5. 06 1月, 2023 3 次提交
    • R
      Dev (#49591) · 07db4a9f
      RuohengMa 提交于
      * add bitwise and, bitwise not, bitwise or and bitwise xor
      
      * correct typo
      07db4a9f
    • J
      [zero-dim] Support 0-d for kthvalue and mode (#49340) · 292738f3
      JYChen 提交于
      * add 0-d support for paddle.kthvalue
      
      * add 0-d support for paddle.mode
      
      * fix coverage test for device
      
      * fix check-bug in windows
      
      * change axis check from LT to LE
      
      * add shape & value check for grad when input is 0d tensor
      292738f3
    • T
      fix bug (#49546) · e0ee7403
      Thomas Young 提交于
      e0ee7403
  6. 05 1月, 2023 2 次提交
  7. 04 1月, 2023 3 次提交
    • W
      [Inference] Add conv_fusion nhwc impl. (#49047) · 4a8708bb
      Wilber 提交于
      4a8708bb
    • Y
      [Paddle Inference] fix mixed precision diff (#49475) · ac75a9a6
      Yuanle Liu 提交于
      ac75a9a6
    • H
      [Unify KernelKey] change OpKernelType->KernelKey (#49138) · 4383494f
      HongyuJia 提交于
      * execute use kernel_key first
      
      * change OpKernelType->KernelKey
      
      * fix py3 compile error, remove redundant header files
      
      * fix build_strategy_test
      
      * fix DataType::RAW
      
      * fix custom_type test: operator_test.cc
      
      * fix transform place
      
      * fix backends_are_same_class
      
      * try fix place TransDataDevice
      
      * support all KernelKey
      
      * fix TransformData
      
      * fix place_are_same_class
      
      * fix merge
      
      * fix test_params_no_grad
      
      * fix specific place of GetExpectedKernelType
      
      * fix specific place of GetExpectedKernelType
      
      * fix GetKernelTypeForVar
      
      * fix dtype error
      
      * fix fetch_v2
      
      * change GetKernelTypeForVar
      
      * fix interpreter
      
      * fix typo error
      
      * polish codes
      
      * polish codes
      
      * polish codes
      
      * fix conflict
      4383494f
  8. 03 1月, 2023 3 次提交
  9. 31 12月, 2022 1 次提交
  10. 30 12月, 2022 1 次提交
  11. 29 12月, 2022 1 次提交
  12. 28 12月, 2022 3 次提交
  13. 27 12月, 2022 3 次提交
  14. 26 12月, 2022 2 次提交
  15. 23 12月, 2022 6 次提交
  16. 22 12月, 2022 3 次提交