Commit 16b4ccb8 authored by Alexander Alekhin's avatar Alexander Alekhin

Merge pull request #7377 from alalek:fix_cuda_fp16

parents 63280767 12e00827
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment