Vladislav Vinogradov
|
204a19b431
|
moved common gpu utility functionality to gpu_private.hpp
|
12 years ago |
Vladislav Vinogradov
|
15f09f8068
|
fixed gpu module compilation
|
12 years ago |
Andrey Kamaev
|
be7bbe3aa9
|
Drop cv:: prefix from cv::String used inside the cv namespace
|
12 years ago |
Andrey Kamaev
|
2ad7b97f1c
|
All modules (except ocl and gpu) compiles and pass tests
|
12 years ago |
Vladislav Vinogradov
|
f0b19d4659
|
updated license header in whole gpu module
|
12 years ago |
Andrey Kamaev
|
2a6fb2867e
|
Remove all using directives for STL namespace and members
Made all STL usages explicit to be able automatically find all usages of
particular class or function.
|
12 years ago |
OpenCV Buildbot
|
81f826db2b
|
Normalize line endings and whitespace
|
13 years ago |
OpenCV Buildbot
|
04384a71e4
|
Normalize line endings and whitespace
|
13 years ago |
Vladislav Vinogradov
|
2695039a79
|
moved GpuMat's operations implementation to core module
|
14 years ago |
Vladislav Vinogradov
|
90ff3dd990
|
added cublasSafeCall
|
14 years ago |
Vladislav Vinogradov
|
40ee754e28
|
added WITH_CUFFT and WITH_CUBLAS flags to cmake scripts
fixed gpu module error reporting
added asynchronous version of some functions
|
14 years ago |
Vladislav Vinogradov
|
42ced17c2c
|
fixed some warnings under win64
|
14 years ago |
Alexey Spizhevoy
|
a6d9cce500
|
added CUFFT errors handling into GPU module
|
14 years ago |
Andrey Morozov
|
680dc71bc5
|
fixed compilation error and warnings under ubuntu
|
15 years ago |
Anatoly Baksheev
|
f2df784830
|
fixed error reporting in GPU module (exceptions in destructors, etc)
|
15 years ago |
Anatoly Baksheev
|
ac5298815a
|
some device layer utility functions
|
15 years ago |
Anatoly Baksheev
|
55a722fc9d
|
some utility for GPU module internal purposes
|
15 years ago |
Anatoly Baksheev
|
1b8c00000c
|
added black list for gpu tests
|
15 years ago |
Anatoly Baksheev
|
a5910ac068
|
modified according to NPP for CUDA 3.2 API updates.
|
15 years ago |
Anatoly Baksheev
|
1387bfcde0
|
added GPU implementation of morphology functions (using NPP) and tests for it.
added npp_error function
added check_and_treat_gpu_exception function for tests_gpu
|
15 years ago |