Skip to content

Instantly share code, notes, and snippets.

@LaurentBerger
Created February 10, 2017 14:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LaurentBerger/2df5add918d10657416169304e8e9f87 to your computer and use it in GitHub Desktop.
Save LaurentBerger/2df5add918d10657416169304e8e9f87 to your computer and use it in GitHub Desktop.
***** VIDEOINPUT LIBRARY - 0.1995 - TFW07 *****
Available options besides google test option:
Usage: opencv_test_cudacodecd.exe [params]
--cuda_device (value:-1)
CUDA device on which tests will be executed (-1 means all devices)
-h, --help (value:false)
Print help info
Run tests on all supported CUDA devices
[----------]
[ GPU INFO ] Run on OS Windows x64.
[----------]
*** CUDA Device Query (Runtime API) version (CUDART static linking) ***
Device count: 1
Device 0: "GeForce GTX 970"
CUDA Driver Version / Runtime Version 8.0 / 8.0
CUDA Capability Major/Minor version number: 5.2
Total amount of global memory: 4096 MBytes (4294967296 bytes)
GPU Clock Speed: 1.25 GHz
Max Texture Dimension Size (x,y,z) 1D=(65536), 2D=(65536,65536), 3D=(4096,4096,4096)
Max Layered Texture Size (dim) x layers 1D=(16384) x 2048, 2D=(16384,16384) x 2048
Total amount of constant memory: 65536 bytes
Total amount of shared memory per block: 49152 bytes
Total number of registers available per block: 65536
Warp size: 32
Maximum number of threads per block: 1024
Maximum sizes of each dimension of a block: 1024 x 1024 x 64
Maximum sizes of each dimension of a grid: 2147483647 x 65535 x 65535
Maximum memory pitch: 2147483647 bytes
Texture alignment: 512 bytes
Concurrent copy and execution: Yes with 2 copy engine(s)
Run time limit on kernels: Yes
Integrated GPU sharing Host Memory: No
Support host page-locked memory mapping: Yes
Concurrent kernel execution: Yes
Alignment requirement for Surfaces: Yes
Device has ECC support enabled: No
Device is using TCC driver mode: No
Device supports Unified Addressing (UVA): Yes
Device PCI Bus ID / PCI location ID: 1 / 0
Compute Mode:
Default (multiple host threads can use ::cudaSetDevice() with device simultaneously)
deviceQuery, CUDA Driver = CUDART, CUDA Driver Version = 8.0, CUDA Runtime Version = 8.0, NumDevs = 1
CTEST_FULL_OUTPUT
OpenCV version: 3.2.0-dev
OpenCV VCS version: 3.2.0-148-g976ee44
Build type: debug
Parallel framework: ms-concurrency
CPU features:
OpenCL is disabled
[==========] Running 4 tests from 1 test case.
[----------] Global test environment set-up.
[----------] 4 tests from CUDA_Codec/Video
[ RUN ] CUDA_Codec/Video.Reader/0
[ OK ] CUDA_Codec/Video.Reader/0 (431 ms)
[ RUN ] CUDA_Codec/Video.Reader/1
[ OK ] CUDA_Codec/Video.Reader/1 (227 ms)
[ RUN ] CUDA_Codec/Video.Writer/0
unknown file: error: C++ exception with description "G:\Lib\opencv\modules\core\include\opencv2/core/private.cuda.hpp:101: error: (-213) The called functionality is disabled for current build or platform in function throw_no_cuda
" thrown in the test body.
[ FAILED ] CUDA_Codec/Video.Writer/0, where GetParam() = (GeForce GTX 970, "768x576.avi") (111 ms)
[ RUN ] CUDA_Codec/Video.Writer/1
unknown file: error: C++ exception with description "G:\Lib\opencv\modules\core\include\opencv2/core/private.cuda.hpp:101: error: (-213) The called functionality is disabled for current build or platform in function throw_no_cuda
" thrown in the test body.
[ FAILED ] CUDA_Codec/Video.Writer/1, where GetParam() = (GeForce GTX 970, "1920x1080.avi") (469 ms)
[----------] 4 tests from CUDA_Codec/Video (1246 ms total)
[----------] Global test environment tear-down
[==========] 4 tests from 1 test case ran. (1248 ms total)
[ PASSED ] 2 tests.
[ FAILED ] 2 tests, listed below:
[ FAILED ] CUDA_Codec/Video.Writer/0, where GetParam() = (GeForce GTX 970, "768x576.avi")
[ FAILED ] CUDA_Codec/Video.Writer/1, where GetParam() = (GeForce GTX 970, "1920x1080.avi")
2 FAILED TESTS
C
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment