rewrote matrix operations with cudev module
authorVladislav Vinogradov <vlad.vinogradov@itseez.com>
Mon, 22 Jul 2013 09:07:07 +0000 (13:07 +0400)
committerVladislav Vinogradov <vlad.vinogradov@itseez.com>
Mon, 22 Jul 2013 09:07:07 +0000 (13:07 +0400)
commit6dfd8f184c14f6f286a11bcfe9bc9a98c554e6e2
tree63884f64a299c9822190a06695c280a59b003527
parent2311b0b43b5b0b25e5f0d4e2cb448c4b43ad9e72
rewrote matrix operations with cudev module
modules/core/CMakeLists.txt
modules/core/src/cuda/gpu_mat.cu [new file with mode: 0644]
modules/core/src/cuda/matrix_operations.cu [deleted file]
modules/core/src/cuda/matrix_operations.hpp [deleted file]
modules/core/src/gpu_mat.cpp