cupy_rccl.h 137 Bytes
Newer Older
root's avatar
root committed
1
2
3
4
5
6
7
#ifndef INCLUDE_GUARD_HIP_CUPY_RCCL_H
#define INCLUDE_GUARD_HIP_CUPY_RCCL_H

#include <rccl.h>
typedef hipStream_t cudaStream_t;

#endif