Vladislav Vinogradov
|
4716f63444
|
fixed gpu performance tests:
used new CV_PERF_TEST_MAIN_WITH_IMPLS mechanism
|
12 years ago |
Roman Donchenko
|
3ea4836a0a
|
Changed the impls argument to be an array name.
Turns out, you can't use preprocessor directives inside macro arguments.
Who'd have thought?
|
12 years ago |
Roman Donchenko
|
51a672ec40
|
Disabled the cuda variant when CUDA is not available.
|
12 years ago |
Roman Donchenko
|
936236e4b1
|
Extended the CPU/GPU selection mechanism in performance tests.
Now it allows choosing between arbitrary implementation variants.
|
12 years ago |
Vladislav Vinogradov
|
f0b19d4659
|
updated license header in whole gpu module
|
12 years ago |
Vladislav Vinogradov
|
abc9ef6809
|
moved utility functions from gpu_perf_test and gpu_test to ts module
|
12 years ago |
Vladislav Vinogradov
|
a138e12a26
|
refactored gpu perf tests and fixed sanity tests
|
12 years ago |
marina.kolpakova
|
b28acfc12e
|
add GPU module specific command line arguments
|
12 years ago |
marina.kolpakova
|
f5d6367ea1
|
GPU module performance tests are aligned with other OpenCV pefrofmance tests
|
12 years ago |
marina.kolpakova
|
10f1004465
|
move GPU utiluty functions in utility.cpp
|
12 years ago |
marina.kolpakova
|
a9ab26f799
|
main.cpp moved to perf_main.cpp
|
12 years ago |
Anatoly Baksheev
|
55b1d7c097
|
added CUDA_DISABLER preprocessor commands
|
12 years ago |
AoD314
|
54a202b3d5
|
add new version of CommandLineParser. add empty docs
|
12 years ago |
Vladislav Vinogradov
|
ec7f9566e0
|
minor gpu tests fix
|
12 years ago |
Vladislav Vinogradov
|
93172bab87
|
added --cpu flag (run tests on CPU)
|
12 years ago |
Vladislav Vinogradov
|
362df96cb9
|
renamed perf_main.cpp to main.cpp
|
12 years ago |
Vladislav Vinogradov
|
6e4eb722a6
|
updated gpu performance tests
now it executes only on one device
added posibility to specify device on which tests will be executed
|
12 years ago |
Vladislav Vinogradov
|
2d30480982
|
created wrappers for new NPP functions
removed void integral(const GpuMat& src, GpuMat& sum, GpuMat& sqsum, Stream& stream) - it fails with NPP_NOT_IMPLEMENTED error
updated docs, accuracy and performance tests
|
13 years ago |
Vladislav Vinogradov
|
457b8d7bff
|
update gpu perf tests
|
13 years ago |
Vladislav Vinogradov
|
6763bd6d01
|
added padded performance tests for gpu module
|
13 years ago |
Andrey Kamaev
|
6cb1036e04
|
Perf tests: method ::perf::TestBase::getDataPath made public static; added base CUDA detection into run.py script
|
13 years ago |
Vladislav Vinogradov
|
8009b5150e
|
added performance tests for gpu module
|
13 years ago |