1. 11 4月, 2023 1 次提交
  2. 30 3月, 2023 1 次提交
  3. 23 3月, 2023 1 次提交
  4. 20 3月, 2023 1 次提交
  5. 10 3月, 2023 1 次提交
  6. 13 2月, 2023 1 次提交
  7. 19 1月, 2023 1 次提交
    • J
      [KUNLUN] add op: maxpool_with_index (#49505) · f71f77e9
      jameszhang 提交于
      * [KUNLUN] add op: maxpool_with_index
      
      * use DeviceContext::Alloc() instead of DenseTensor::mutable_data()
      
      * fix file format
      
      * solve clip unittest failure
      
      * minor fix
      
      * Revert "solve clip unittest failure" since the issue is fixed
      in #49535
      
      This reverts commit 1127adc66e79afe35ac3c00bb34e6aaa7cd7d78b.
      
      * align with xdnn on the definition of mask in max_pool_with_index
      
      * minor
      f71f77e9
  8. 05 9月, 2022 1 次提交
  9. 31 8月, 2022 1 次提交
    • J
      [XPU] move pool/pool_grad xpu kernel to phi (#45480) · 13a0ea4c
      james 提交于
      * move pool/pool_grad xpu kernel to phi, test=kunlun
      
      * replace mutable_data() with DeviceContext::Alloc()
      
      * replace PADDLE_ENFORCE_EQ with PADDLE_ENFORCE_XDNN, test=kunlun
      
      * adjust function param name & update include header
      
      * remove pool_op_xpu.cc
      
      * fire r200 test
      
      * minor, test=kunlun
      13a0ea4c