Neko 1.99.1
A portable framework for high-order spectral element flow simulations
Loading...
Searching...
No Matches
device_nccl.c File Reference
#include <stdlib.h>
#include <stdio.h>
#include <comm/comm_nccl.h>
Include dependency graph for device_nccl.c:

Go to the source code of this file.

Functions

void device_nccl_sendrecv (void *sbuf_d, int soffset, int scount, int srank, void *rbuf_d, int roffset, int rcount, int rrank, int nbytes, void *stream)
 

Function Documentation

◆ device_nccl_sendrecv()

void device_nccl_sendrecv ( void sbuf_d,
int  soffset,
int  scount,
int  srank,
void rbuf_d,
int  roffset,
int  rcount,
int  rrank,
int  nbytes,
void stream 
)

C wrapper for NCCL point-to-point calls,

Definition at line 43 of file device_nccl.c.

Here is the call graph for this function: