Tomoaki Teshima
|
6a5266df79
|
fix CvFp16Test failure
|
2018-09-25 15:00:37 +09:00 |
|
Hamdi Sahloul
|
a39e0daacf
|
Utilize CV_UNUSED macro
|
2018-09-07 20:33:52 +09:00 |
|
Peter J. Stieber
|
5669ee815b
|
Replace private.cuda.hpp with conditional include of cuda_fp16.h.
|
2017-10-03 17:47:52 -07:00 |
|
Boris Fomitchev
|
c48807c383
|
Merge pull request #9418 from borisfom:cuda9
CUDA9 build fixed, added detection (#9418)
* CUDA9 build fixed, added detection
* Replacing deprecated __shfl_xxx with __shfl_sync, fixing bogus CUDA9 warnings
|
2017-08-24 07:11:44 +00:00 |
|
Alexander Alekhin
|
1c18b1d245
|
Merge pull request #7370 from souch55:Fixxn
|
2016-10-01 10:44:56 +00:00 |
|
sourin
|
a34fbf7bb1
|
Fixed identifiers warns
|
2016-09-30 15:16:29 +05:30 |
|
Tomoaki Teshima
|
2974b049e7
|
cudev: add feature to convert FP32(float) from/to FP16(half) on GPU
* add feature of Fp16 on GPU (cudev)
* add test
* leave template function as unimplemented to raise error
|
2016-08-01 00:55:16 +09:00 |
|
Maksim Shabunin
|
ceb6e8bd94
|
Doxygen documentation: cuda
|
2014-12-01 15:47:13 +03:00 |
|
Vladislav Vinogradov
|
b705e0d886
|
used new device layer for cv::gpu::sum
|
2013-10-01 12:18:38 +04:00 |
|
Vladislav Vinogradov
|
ef9917ecf1
|
used new device layer for cv::gpu::compare
|
2013-10-01 12:18:36 +04:00 |
|
Vladislav Vinogradov
|
20f636fcee
|
fixed cudev compilation for old pre-Fermi archs
|
2013-09-17 17:43:12 +04:00 |
|
Roman Donchenko
|
2304a561ca
|
Fixed a -Wenum-compare warning in cudev.
|
2013-08-16 13:53:37 +04:00 |
|
Vladislav Vinogradov
|
31d55af9c1
|
CUDA Device Layer:
header only library for CUDA programming
|
2013-07-03 21:32:15 +04:00 |
|