1. 09 8月, 2022 1 次提交
    • S
      [geometric]Add paddle.geometric.send_u_recv API (#44580) · 34b43555
      Siming Dai 提交于
      * change out_size to INTArray
      
      * fix out_size eager bug
      
      * add unittest for out_size tensor
      
      * add deprecated for paddle.incubate.graph_send_recv, add paddle.geometric.send_u_recv and unittests
      
      * fix lowest bug
      
      * fix according review comment
      
      * add default value in yaml
      
      * change api file name
      
      * change name
      34b43555
  2. 05 6月, 2022 1 次提交
  3. 08 3月, 2022 1 次提交
    • W
      [Phi] move the graph_send_recv op to the phi (#40092) · 6bd2d2b1
      wawltor 提交于
      * [Phi] transfer old kernel to pten kernel for the graph_send_recv op
      
      * update the code for the define of graph_send_recv
      
      * fix the gradient problem for graph_send_recv
      
      * fix the compile problem
      
      * update the enfore message for the windows
      
      * update the code for the compiler
      
      * update compiler problem for the windows
      
      * udpate the code for windows
      
      * fix some format problem
      6bd2d2b1