Path: blob/master/runtime/cuda/java/com_ibm_cuda_CudaFunction.h
6000 views
/* DO NOT EDIT THIS FILE - it is machine generated */1#include <jni.h>2/* Header for class com_ibm_cuda_CudaFunction */34#ifndef _Included_com_ibm_cuda_CudaFunction5#define _Included_com_ibm_cuda_CudaFunction6#ifdef __cplusplus7extern "C" {8#endif9#undef com_ibm_cuda_CudaFunction_ATTRIBUTE_BINARY_VERSION10#define com_ibm_cuda_CudaFunction_ATTRIBUTE_BINARY_VERSION 6L11#undef com_ibm_cuda_CudaFunction_ATTRIBUTE_CONST_SIZE_BYTES12#define com_ibm_cuda_CudaFunction_ATTRIBUTE_CONST_SIZE_BYTES 2L13#undef com_ibm_cuda_CudaFunction_ATTRIBUTE_LOCAL_SIZE_BYTES14#define com_ibm_cuda_CudaFunction_ATTRIBUTE_LOCAL_SIZE_BYTES 3L15#undef com_ibm_cuda_CudaFunction_ATTRIBUTE_MAX_THREADS_PER_BLOCK16#define com_ibm_cuda_CudaFunction_ATTRIBUTE_MAX_THREADS_PER_BLOCK 0L17#undef com_ibm_cuda_CudaFunction_ATTRIBUTE_NUM_REGS18#define com_ibm_cuda_CudaFunction_ATTRIBUTE_NUM_REGS 4L19#undef com_ibm_cuda_CudaFunction_ATTRIBUTE_PTX_VERSION20#define com_ibm_cuda_CudaFunction_ATTRIBUTE_PTX_VERSION 5L21#undef com_ibm_cuda_CudaFunction_ATTRIBUTE_SHARED_SIZE_BYTES22#define com_ibm_cuda_CudaFunction_ATTRIBUTE_SHARED_SIZE_BYTES 1L23/*24* Class: com_ibm_cuda_CudaFunction25* Method: getAttribute26* Signature: (IJI)I27*/28jint JNICALL Java_com_ibm_cuda_CudaFunction_getAttribute29(JNIEnv *, jclass, jint, jlong, jint);3031/*32* Class: com_ibm_cuda_CudaFunction33* Method: launch34* Signature: (IJIIIIIIIJ[J)V35*/36void JNICALL Java_com_ibm_cuda_CudaFunction_launch37(JNIEnv *, jclass, jint, jlong, jint, jint, jint, jint, jint, jint, jint, jlong, jlongArray);3839/*40* Class: com_ibm_cuda_CudaFunction41* Method: setCacheConfig42* Signature: (IJI)V43*/44void JNICALL Java_com_ibm_cuda_CudaFunction_setCacheConfig45(JNIEnv *, jclass, jint, jlong, jint);4647/*48* Class: com_ibm_cuda_CudaFunction49* Method: setSharedMemConfig50* Signature: (IJI)V51*/52void JNICALL Java_com_ibm_cuda_CudaFunction_setSharedMemConfig53(JNIEnv *, jclass, jint, jlong, jint);5455#ifdef __cplusplus56}57#endif58#endif596061