cupy_cusparselt.h 316 Bytes
Newer Older
root's avatar
root committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef INCLUDE_GUARD_CUPY_CUSPARSELT_H
#define INCLUDE_GUARD_CUPY_CUSPARSELT_H

#ifdef CUPY_USE_HIP

#include "stub/cupy_cusparselt.h"

#elif !defined(CUPY_NO_CUDA)

#include <cusparseLt.h>

#else

#include "stub/cupy_cusparselt.h"

#endif // #ifndef CUPY_NO_CUDA

#endif // #ifndef INCLUDE_GUARD_CUPY_CUSPARSELT_H