You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 21, 2024. It is now read-only.
I changed some compilation parameters of my program and now I see this warning that might be easy to fix.
/usr/local/cuda/bin/../targets/x86_64-linux/include/thrust/detail/complex/catrigf.h: In function 'thrust::complex<float> thrust::detail::complex::casinhf(thrust::complex<float>)':
/usr/local/cuda/bin/../targets/x86_64-linux/include/thrust/detail/complex/catrigf.h:170:36: error: implicit conversion from 'float' to 'double' to match other operand of binary expression [-Werror=double-promotion]
170 | const float RECIP_EPSILON = 1.0 / FLT_EPSILON;
| ~~~~~~^~~~~~~~~~~~~