updated gpu module docs

This commit is contained in:
Alexey Spizhevoy 2011-01-13 14:02:55 +00:00
parent db852e0b54
commit ee5c0debb6
2 changed files with 6 additions and 0 deletions

View File

@ -8,12 +8,18 @@
Returns true if current GPU has native double support, false otherwise.
\cvdefCpp{bool hasNativeDoubleSupport(int device);}
\begin{description}
\cvarg{device}{GPU identity.}
\end{description}
\cvCppFunc{gpu::hasAtomicsSupport}
Returns true if current GPU has atomics support, false otherwise.
\cvdefCpp{bool hasAtomicsSupport(int device);}
\begin{description}
\cvarg{device}{GPU identity.}
\end{description}
\section{Data Structures}

Binary file not shown.