1. 22 3月, 2022 1 次提交
    • S
      [phi] Update graph_send_recv OP (#40509) · 67b46e45
      Siming Dai 提交于
      * add out_size shape for graph_send_recv
      
      * fix bug in register kernel: no const int& support
      
      * add out_size in infermeta
      
      * change unittest
      
      * fix unittest
      
      * fix out_size default value
      
      * fix doc
      
      * delete arg mapping
      
      * add sig
      
      * move -1 to 0
      
      * move -1 to 0
      67b46e45
  2. 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