1. 31 1月, 2023 14 次提交
  2. 30 1月, 2023 8 次提交
  3. 29 1月, 2023 2 次提交
  4. 28 1月, 2023 3 次提交
  5. 26 1月, 2023 1 次提交
  6. 20 1月, 2023 3 次提交
    • J
      【Prim】Refactor prim flags system (#49930) · 23d20e30
      Jiabin Yang 提交于
      23d20e30
    • S
      add unique support zero dim (#49260) · ee4e5323
      sprouteer 提交于
      ee4e5323
    • G
      Fluid clean remove io data (#49301) · 5670644c
      GGBond8488 提交于
      * replace paddle.fluid.layers.data and remove io.data
      
      * partial commit
      
      * partial commit
      
      * partial commit
      
      * partial commit
      
      * partial commit
      
      * partial commit
      
      * remove data in fluid.layers.io.__all__
      
      * fix errors
      
      * fix unitests
      
      * fix unitest
      
      * fix unitests
      
      * fix unitest
      
      * fix unitest
      
      * fix unitests
      
      * fix unitest
      
      * fix test_layers unitests
      
      * fix typro
      
      * fix unitest
      
      * fix unitest
      
      * fix unitest
      
      * fix typro
      
      * fix unitest test_model_cast_to_bf16
      
      * fix test_reducescatter
      
      * fix collective unitest
      
      * fix collective unitests
      
      * fix collective unitests
      
      * add coverage
      
      * fix add layers.data
      
      * re run ci
      
      * fix some typro
      
      * fix samplecode error
      
      * fix samplecode error
      5670644c
  7. 19 1月, 2023 3 次提交
  8. 18 1月, 2023 6 次提交
    • W
      fix cast issue (#49909) · 55ccb429
      wenbin 提交于
      * fix cast issue
      
      * add ut
      55ccb429
    • zhouweiwei2014's avatar
      [Zero-Dim] support input 0D for paddle.moveaxis / quantile (#49813) · 26140ec8
      zhouweiwei2014 提交于
      * [Zero-Dim] support input 0D for paddle.moveaxis/quantile
      
      * fix CI
      26140ec8
    • R
      [PHI] remove bitwise and, or, xor (#49916) · 9056cc8b
      RuohengMa 提交于
      * add reduce_sum_int64 and reduce_sum_int8 xpu kernels
      
      * [PHI] add clip grad kernel with support type float32 and int32
      
      * [PHI unittest] add clip_grad unit test
      
      * adapt code to clang-format
      
      * update xpu api output with clip_grad api
      
      * remove int8 support of reduce_sum xpu kernel since it can not pass unit tests
      
      * adapt license date, add code for XPUDataType convertion
      
      * add int8 support of reduce_sum
      
      * add reduce_sum unit tests for dtype int64, int8, and add more test cases
      
      * update license date
      
      * remove buggy bitwise and, or and xor xpu kernels, refine bitwise not xpu kernel
      
      * change license date
      9056cc8b
    • H
      [Zero-Dim]Unsqueeze support 0d tensor (#49862) · f9043c78
      heliqi 提交于
      * add unsqueeze test case
      
      * add unsqueeze xpu test case
      
      * fix unsqueeze test case
      
      * fix unsqueeze test case
      
      * fix unsqueeze test case
      
      * fix unsqueeze test case
      
      * add retain_grads
      f9043c78
    • H
      [XPU] add logical_not op. (#49911) · 60d1199a
      houj04 提交于
      60d1199a
    • H
      [Zero-Dim]Paddle.t support 0d tensor (#49880) · 5ffc22da
      heliqi 提交于
      * support paddle.t 0d tensor
      
      * fix paddle.t test case
      
      * merge from develop
      5ffc22da