OSDN Git Service

Please enter the commit message for your changes. Lines starting
[eos/base.git] / include / eosCuda.h
1 /*
2 # eosCuda.h : $Revision$  
3 # $Date$ 
4 # Created by $Author$
5 # Usage : eosCuda.h 
6 # Attention
7 #   $Loccker$
8 #       $State$ 
9 #
10 */
11 /* $Log$ */
12 #ifndef EOS_CUDA_H 
13 #define EOS_CUDA_H 
14
15 #include <stdio.h>
16
17 /* constant begin */
18 extern int __eosCuda__;
19 extern int __eosCudaDeviceID__;
20 extern int __eosCudaBlockSize__;
21 extern int __eosCudaThreadsPerBlock__;
22
23 /* constant end */
24
25 /* struct begin */
26
27
28 /* struct end */
29
30 #ifdef __cplusplus
31 extern "C" {
32 #endif
33
34 /* prototype begin */
35 extern void eosCudaInit(int deviceID);
36 extern void eosCudaPropertiesPrint(FILE* fpt, int id);
37
38
39 /* prototype end */
40
41 #ifdef __cplusplus
42 };
43 #endif
44
45 #endif  /* XXXX */