1. 15 1月, 2023 1 次提交
    • J
      【Prim】Enhance tests (#49814) · 090aa45d
      Jiabin Yang 提交于
      * support elementwise base func
      
      * fix compiling error and add test
      
      * remove additional param
      
      * support vjp for div using comp
      
      * remove additional change
      
      * fix dy2st error with magic num
      
      * fix dy magic num
      
      * another magic
      
      * another magic
      
      * add more test
      
      * fix windows problem
      
      * another magic
      
      * fix windows compile
      
      * invoke ci
      
      * add skip rename strategy
      
      * support add vjp
      
      * fix test_tanh
      
      * support add with new axis cal
      
      * fix resnet and some test
      
      * add composite log
      
      * support sub vjp
      
      * enhance_tests
      
      * support more dtype for full
      090aa45d
  2. 14 1月, 2023 1 次提交
  3. 13 1月, 2023 25 次提交
  4. 12 1月, 2023 11 次提交
  5. 11 1月, 2023 2 次提交
    • 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
    • Z
      fix paddle_infer_contrib inclue (#49720) · 24f5c46e
      zhangxin81 提交于
      * fix paddle_infer_contrib include
      24f5c46e