Vladislav Vinogradov
|
44ec450b53
|
switched to Input/Output Array in gpu::addWeighted
|
2013-06-11 17:58:04 +04:00 |
|
Vladislav Vinogradov
|
ec70282bf7
|
switched to Input/Output Array in min/max operations
|
2013-06-11 17:58:04 +04:00 |
|
Vladislav Vinogradov
|
f2aa6ebe15
|
switched to Input/Output Array in shift operations
|
2013-06-11 17:58:04 +04:00 |
|
Vladislav Vinogradov
|
d81f54db0b
|
switched to Input/Output Array in bitwise logical operations
|
2013-06-11 17:58:04 +04:00 |
|
Vladislav Vinogradov
|
04a1a6dd8f
|
switched to Input/Output Array in gpu::compare
|
2013-06-11 17:58:04 +04:00 |
|
Vladislav Vinogradov
|
b866890b27
|
switched to Input/Output Array in abs, sqr, sqrt, exp, log, pow
|
2013-06-11 17:58:04 +04:00 |
|
Vladislav Vinogradov
|
5ec8c51b98
|
switched to Input/Output Array in gpu::absdiff
|
2013-06-11 17:58:03 +04:00 |
|
Vladislav Vinogradov
|
3ee12cbeb4
|
switched to Input/Output Array in gpu::divide
|
2013-06-11 17:58:03 +04:00 |
|
Vladislav Vinogradov
|
4595e3aa3e
|
switched to Input/Output Array in gpu::multiply
|
2013-06-11 17:58:03 +04:00 |
|
Vladislav Vinogradov
|
ffa25be3d2
|
added arithm_op function to reduce code duplication
|
2013-06-11 17:58:03 +04:00 |
|
Vladislav Vinogradov
|
5330faf5a0
|
switched to Input/Output Array in gpu::subtract
|
2013-06-11 17:58:03 +04:00 |
|
Vladislav Vinogradov
|
4ebbf69134
|
switched to Input/Output Array in gpu::add
|
2013-06-11 17:58:03 +04:00 |
|
Vladislav Vinogradov
|
439c3574ed
|
renamed gpu_private.hpp to private.gpu.hpp
|
2013-06-10 12:40:32 +04:00 |
|
Vladislav Vinogradov
|
76f4b02b06
|
refactored gpu::Stream (minor fixes)
|
2013-06-10 12:40:31 +04:00 |
|
Vladislav Vinogradov
|
14e4b3adde
|
rewrite core/cuda/vec_math.hpp file
old version isn't compiled with CUDA 5.5
new version doesn't depend on functional.hpp
|
2013-06-07 16:32:43 +04:00 |
|
Vladislav Vinogradov
|
869a35faef
|
fixed constructors for functional objects (added __host__ modifier)
|
2013-06-07 16:32:43 +04:00 |
|
Vladislav Vinogradov
|
3eeaa9189c
|
Revert "Revert "Merge pull request #836 from jet47:gpu-modules""
|
2013-06-07 13:05:39 +04:00 |
|
Andrey Kamaev
|
416fb50594
|
Revert "Merge pull request #836 from jet47:gpu-modules"
This reverts commit fba72cb60d , reversing
changes made to 02131ffb62 .
|
2013-04-18 15:03:50 +04:00 |
|
Vladislav Vinogradov
|
6d735c11c6
|
removed const qualifier (it produces warnings)
|
2013-04-18 13:28:34 +04:00 |
|
Vladislav Vinogradov
|
b4f3d08725
|
gpuarithm module fixes
|
2013-04-18 11:33:34 +04:00 |
|
Vladislav Vinogradov
|
43d5e2d8b4
|
removed gpu BORDER_* constants
|
2013-04-18 11:33:34 +04:00 |
|
Vladislav Vinogradov
|
71eeaa7276
|
gpuarithm module fixes
|
2013-04-18 11:33:33 +04:00 |
|
Vladislav Vinogradov
|
508fb6aa5b
|
renamed gpunvidia -> gpulegacy
|
2013-04-18 11:33:33 +04:00 |
|
Vladislav Vinogradov
|
d569e72ad4
|
moved mulSpectrums, dft and convolve to gpuarithm
|
2013-04-18 11:33:31 +04:00 |
|
Vladislav Vinogradov
|
c56bdbc1c5
|
moved integral to gpuarithm module
|
2013-04-18 11:33:31 +04:00 |
|
Vladislav Vinogradov
|
10ac854358
|
moved copyMakeBorder to gpuarithm module
|
2013-04-18 11:33:31 +04:00 |
|
Vladislav Vinogradov
|
d08ebfe4d3
|
moved rectStdDev to gpuarithm
|
2013-04-18 11:33:31 +04:00 |
|
Vladislav Vinogradov
|
c2402053b9
|
removed columnSum function (it is a duplicate for reduce)
|
2013-04-18 11:33:30 +04:00 |
|
Vladislav Vinogradov
|
31c8b527c6
|
gpuarithm module for arithmetics operations on matrices
|
2013-04-18 11:33:30 +04:00 |
|