OSDN Git Service

new file: Integration/Tomography/Makefile.recent
[eos/hostdependX86LINUX64.git] / hostdepend / X86MAC64 / util / X86MAC64 / cuda / man / man3 / CUDART_VERSION.3
1 offset, const struct textureReference * texref, const void * devPtr, const struct \fBcudaChannelFormatDesc\fP * desc, size_t size)offset, const struct textureReference * texref, const void * devPtr, const struct \fBcudaChannelFormatDesc\fP * desc, size_t width, size_t height, size_t pitch)texref, const struct cudaArray * array, const struct \fBcudaChannelFormatDesc\fP * desc)x, int y, int z, int w, enum \fBcudaChannelFormatKind\fP f)desc, const struct cudaArray * array)offset, const struct textureReference * texref)texref, const char * symbol)texref).TH "Version Management" 3 "30 Mar 2009" "Version 2.2" "NVIDIA CUDA Library" \" -*- nroff -*-
2 .ad l
3 .nh
4 .SH NAME
5 Version Management \- 
6 .SS "Functions"
7
8 .in +1c
9 .ti -1c
10 .RI "\fBcudaError_t\fP \fBcudaDriverGetVersion\fP (int *driverVersion)"
11 .br
12 .RI "\fIReturns the CUDA driver version. \fP"
13 .ti -1c
14 .RI "\fBcudaError_t\fP \fBcudaRuntimeGetVersion\fP (int *runtimeVersion)"
15 .br
16 .RI "\fIReturns the CUDA Runtime version. \fP"
17 .in -1c
18 .SH "Function Documentation"
19 .PP 
20 .SS "\fBcudaError_t\fP cudaDriverGetVersion (int * driverVersion)"
21 .PP
22 Returns in \fC*driverVersion\fP the version number of the installed CUDA driver. If no driver is installed, then 0 is returned as the driver version (via \fCdriverVersion\fP). This function automatically returns \fBcudaErrorInvalidValue\fP if the \fCdriverVersion\fP argument is NULL.
23 .PP
24 \fBParameters:\fP
25 .RS 4
26 \fIdriverVersion\fP - Returns the CUDA driver version.
27 .RE
28 .PP
29 \fBReturns:\fP
30 .RS 4
31 \fBcudaSuccess\fP, \fBcudaErrorInvalidValue\fP 
32 .RE
33 .PP
34 \fBNote:\fP
35 .RS 4
36 Note that this function may also return error codes from previous, asynchronous launches.
37 .RE
38 .PP
39 \fBSee also:\fP
40 .RS 4
41 \fBcudaRuntimeGetVersion\fP 
42 .RE
43 .PP
44
45 .SS "\fBcudaError_t\fP cudaRuntimeGetVersion (int * runtimeVersion)"
46 .PP
47 Returns in \fC*runtimeVersion\fP the version number of the installed CUDA Runtime. This function automatically returns \fBcudaErrorInvalidValue\fP if the \fCruntimeVersion\fP argument is NULL.
48 .PP
49 \fBParameters:\fP
50 .RS 4
51 \fIruntimeVersion\fP - Returns the CUDA Runtime version.
52 .RE
53 .PP
54 \fBReturns:\fP
55 .RS 4
56 \fBcudaSuccess\fP, \fBcudaErrorInvalidValue\fP
57 .RE
58 .PP
59 \fBSee also:\fP
60 .RS 4
61 \fBcudaDriverGetVersion\fP 
62 .RE
63 .PP
64
65 .SH "Author"
66 .PP 
67 Generated automatically by Doxygen for NVIDIA CUDA Library from the source code.