Loading [MathJax]/extensions/tex2jax.js
Neko 0.9.99
A portable framework for high-order spectral element flow simulations
All Classes Namespaces Files Functions Variables Typedefs Enumerator Macros Pages
device_nccl_op.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define DEVICE_NCCL_SUM   0
 
#define DEVICE_NCCL_MAX   1
 

Macro Definition Documentation

◆ DEVICE_NCCL_MAX

#define DEVICE_NCCL_MAX   1

Definition at line 10 of file device_nccl_op.h.

◆ DEVICE_NCCL_SUM

#define DEVICE_NCCL_SUM   0

Dummy defintion of NCCL reduce operations

Note
we can't put this in device_nccl_reduce.h and include it in device_nccl_reduce.c due to the C++ interface

Definition at line 9 of file device_nccl_op.h.