about summary refs log tree commit diff stats
path: root/src/wrapped/generated/wrappedcudatypes.h
blob: 18d0211aa17c007c5b87895c5db046eb769eeb8a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/*******************************************************************
 * File automatically generated by rebuild_wrappers.py (v2.5.0.24) *
 *******************************************************************/
#ifndef __wrappedcudaTYPES_H_
#define __wrappedcudaTYPES_H_

#ifndef LIBNAME
#error You should only #include this file inside a wrapped*.c file
#endif
#ifndef ADDED_FUNCTIONS
#define ADDED_FUNCTIONS() 
#endif

typedef uint32_t (*uFpp_t)(void*, void*);
typedef uint32_t (*uFppp_t)(void*, void*, void*);
typedef uint32_t (*uFpppu_t)(void*, void*, void*, uint32_t);
typedef uint32_t (*uFpppLp_t)(void*, void*, void*, uintptr_t, void*);

#define SUPER() ADDED_FUNCTIONS() \
	GO(cuGraphHostNodeGetParams, uFpp_t) \
	GO(cuGraphHostNodeSetParams, uFpp_t) \
	GO(cuGraphExecHostNodeSetParams, uFppp_t) \
	GO(cuLaunchHostFunc, uFppp_t) \
	GO(cuLaunchHostFunc_ptsz, uFppp_t) \
	GO(cuStreamAddCallback, uFpppu_t) \
	GO(cuStreamAddCallback_ptsz, uFpppu_t) \
	GO(cuGraphAddHostNode, uFpppLp_t)

#endif // __wrappedcudaTYPES_H_