Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
PojavLauncherTeam
GitHub Repository: PojavLauncherTeam/openj9
Path: blob/master/runtime/cuda/java/com_ibm_cuda_CudaFunction.h
6000 views
1
/* DO NOT EDIT THIS FILE - it is machine generated */
2
#include <jni.h>
3
/* Header for class com_ibm_cuda_CudaFunction */
4
5
#ifndef _Included_com_ibm_cuda_CudaFunction
6
#define _Included_com_ibm_cuda_CudaFunction
7
#ifdef __cplusplus
8
extern "C" {
9
#endif
10
#undef com_ibm_cuda_CudaFunction_ATTRIBUTE_BINARY_VERSION
11
#define com_ibm_cuda_CudaFunction_ATTRIBUTE_BINARY_VERSION 6L
12
#undef com_ibm_cuda_CudaFunction_ATTRIBUTE_CONST_SIZE_BYTES
13
#define com_ibm_cuda_CudaFunction_ATTRIBUTE_CONST_SIZE_BYTES 2L
14
#undef com_ibm_cuda_CudaFunction_ATTRIBUTE_LOCAL_SIZE_BYTES
15
#define com_ibm_cuda_CudaFunction_ATTRIBUTE_LOCAL_SIZE_BYTES 3L
16
#undef com_ibm_cuda_CudaFunction_ATTRIBUTE_MAX_THREADS_PER_BLOCK
17
#define com_ibm_cuda_CudaFunction_ATTRIBUTE_MAX_THREADS_PER_BLOCK 0L
18
#undef com_ibm_cuda_CudaFunction_ATTRIBUTE_NUM_REGS
19
#define com_ibm_cuda_CudaFunction_ATTRIBUTE_NUM_REGS 4L
20
#undef com_ibm_cuda_CudaFunction_ATTRIBUTE_PTX_VERSION
21
#define com_ibm_cuda_CudaFunction_ATTRIBUTE_PTX_VERSION 5L
22
#undef com_ibm_cuda_CudaFunction_ATTRIBUTE_SHARED_SIZE_BYTES
23
#define com_ibm_cuda_CudaFunction_ATTRIBUTE_SHARED_SIZE_BYTES 1L
24
/*
25
* Class: com_ibm_cuda_CudaFunction
26
* Method: getAttribute
27
* Signature: (IJI)I
28
*/
29
jint JNICALL Java_com_ibm_cuda_CudaFunction_getAttribute
30
(JNIEnv *, jclass, jint, jlong, jint);
31
32
/*
33
* Class: com_ibm_cuda_CudaFunction
34
* Method: launch
35
* Signature: (IJIIIIIIIJ[J)V
36
*/
37
void JNICALL Java_com_ibm_cuda_CudaFunction_launch
38
(JNIEnv *, jclass, jint, jlong, jint, jint, jint, jint, jint, jint, jint, jlong, jlongArray);
39
40
/*
41
* Class: com_ibm_cuda_CudaFunction
42
* Method: setCacheConfig
43
* Signature: (IJI)V
44
*/
45
void JNICALL Java_com_ibm_cuda_CudaFunction_setCacheConfig
46
(JNIEnv *, jclass, jint, jlong, jint);
47
48
/*
49
* Class: com_ibm_cuda_CudaFunction
50
* Method: setSharedMemConfig
51
* Signature: (IJI)V
52
*/
53
void JNICALL Java_com_ibm_cuda_CudaFunction_setSharedMemConfig
54
(JNIEnv *, jclass, jint, jlong, jint);
55
56
#ifdef __cplusplus
57
}
58
#endif
59
#endif
60
61