@@ -702,15 +702,15 @@ cdef void mpi_sendrecv_xpu(void* stream, void** buffers,
702
702
checked_sycl_memcpy(xqueue, out_buf, recvbuf , bytes_recv, comm)
703
703
free(recvbuf)
704
704
705
- declare_custom_call_target(b " mpi_allgather" , < void * > (mpi_allgather_xpu))
706
- declare_custom_call_target(b " mpi_allreduce" , < void * > (mpi_allreduce_xpu))
707
- declare_custom_call_target(b " mpi_alltoall" , < void * > (mpi_alltoall_xpu))
708
- declare_custom_call_target(b " mpi_barrier" , < void * > (mpi_barrier_xpu))
709
- declare_custom_call_target(b " mpi_bcast" , < void * > (mpi_bcast_xpu))
710
- declare_custom_call_target(b " mpi_gather" , < void * > (mpi_gather_xpu))
711
- declare_custom_call_target(b " mpi_recv" , < void * > (mpi_recv_xpu))
712
- declare_custom_call_target(b " mpi_reduce" , < void * > (mpi_reduce_xpu))
713
- declare_custom_call_target(b " mpi_scan" , < void * > (mpi_scan_xpu))
714
- declare_custom_call_target(b " mpi_scatter" , < void * > (mpi_scatter_xpu))
715
- declare_custom_call_target(b " mpi_send" , < void * > (mpi_send_xpu))
716
- declare_custom_call_target(b " mpi_sendrecv" , < void * > (mpi_sendrecv_xpu))
705
+ declare_custom_call_target(" mpi_allgather" , < void * > (mpi_allgather_xpu))
706
+ declare_custom_call_target(" mpi_allreduce" , < void * > (mpi_allreduce_xpu))
707
+ declare_custom_call_target(" mpi_alltoall" , < void * > (mpi_alltoall_xpu))
708
+ declare_custom_call_target(" mpi_barrier" , < void * > (mpi_barrier_xpu))
709
+ declare_custom_call_target(" mpi_bcast" , < void * > (mpi_bcast_xpu))
710
+ declare_custom_call_target(" mpi_gather" , < void * > (mpi_gather_xpu))
711
+ declare_custom_call_target(" mpi_recv" , < void * > (mpi_recv_xpu))
712
+ declare_custom_call_target(" mpi_reduce" , < void * > (mpi_reduce_xpu))
713
+ declare_custom_call_target(" mpi_scan" , < void * > (mpi_scan_xpu))
714
+ declare_custom_call_target(" mpi_scatter" , < void * > (mpi_scatter_xpu))
715
+ declare_custom_call_target(" mpi_send" , < void * > (mpi_send_xpu))
716
+ declare_custom_call_target(" mpi_sendrecv" , < void * > (mpi_sendrecv_xpu))
0 commit comments