mirror of
https://github.com/opencv/opencv.git
synced 2025-06-07 17:44:04 +08:00
cuda: fix fp16 compilation
This commit is contained in:
parent
63280767f1
commit
12e00827be
@ -307,7 +307,8 @@ enum CpuFeatures {
|
||||
#define CV_2PI 6.283185307179586476925286766559
|
||||
#define CV_LOG2 0.69314718055994530941723212145818
|
||||
|
||||
#if defined (__ARM_FP16_FORMAT_IEEE)
|
||||
#if defined __ARM_FP16_FORMAT_IEEE \
|
||||
&& !defined __CUDACC__
|
||||
# define CV_FP16_TYPE 1
|
||||
#else
|
||||
# define CV_FP16_TYPE 0
|
||||
|
Loading…
Reference in New Issue
Block a user