mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 15:53:03 +04:00
gpu docs minor changes
This commit is contained in:
@@ -42,7 +42,7 @@ Returns number of Streaming Multiprocessors for given device.
|
||||
|
||||
|
||||
\cvCppFunc{gpu::getGpuMemInfo}
|
||||
Returns free and total memory for current device.
|
||||
Returns free and total memory for the current device.
|
||||
|
||||
\cvdefCpp{void getGpuMemInfo(size\_t\& free, size\_t\& total);}
|
||||
\begin{description}
|
||||
@@ -52,7 +52,7 @@ Returns free and total memory for current device.
|
||||
|
||||
|
||||
\cvCppFunc{gpu::hasNativeDoubleSupport}
|
||||
Returns true if current GPU has native double support, false otherwise.
|
||||
Returns true if the specified GPU has native double support, false otherwise.
|
||||
|
||||
\cvdefCpp{bool hasNativeDoubleSupport(int device);}
|
||||
\begin{description}
|
||||
@@ -61,7 +61,7 @@ Returns true if current GPU has native double support, false otherwise.
|
||||
|
||||
|
||||
\cvCppFunc{gpu::hasAtomicsSupport}
|
||||
Returns true if current GPU has atomics support, false otherwise.
|
||||
Returns true if the specified GPU has atomics support, false otherwise.
|
||||
|
||||
\cvdefCpp{bool hasAtomicsSupport(int device);}
|
||||
\begin{description}
|
||||
|
||||
Reference in New Issue
Block a user