Commit ee5c0deb authored by Alexey Spizhevoy's avatar Alexey Spizhevoy

updated gpu module docs

parent db852e0b
......@@ -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}
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment