Commit 97b0335e authored by Alexey Spizhevoy's avatar Alexey Spizhevoy

fixed docs

parent ea94b435
...@@ -54,7 +54,7 @@ template<typename T> struct PtrStep_ ...@@ -54,7 +54,7 @@ template<typename T> struct PtrStep_
\end{lstlisting} \end{lstlisting}
\cvclass{gpu::PtrElemStrp\_}\ \cvclass{gpu::PtrElemStrp\_}
This is structure is similar to DevMem2D\_ but contains only pointer and row step in elements. Width and height fields are excluded due to performance reasons. This class is can only be constructed if sizeof(T) is a multiple of 256. The structure is for internal use or for users who write own device code. This is structure is similar to DevMem2D\_ but contains only pointer and row step in elements. Width and height fields are excluded due to performance reasons. This class is can only be constructed if sizeof(T) is a multiple of 256. The structure is for internal use or for users who write own device code.
\begin{lstlisting} \begin{lstlisting}
......
\section {GPU module introduction} \section{GPU module introduction}
\subsection{General information} \subsection{General information}
......
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