PatchMatchCuda
PatchMatchCuda copied to clipboard
Can not compile on Ubuntu 20
I got the following error:
calling a constexpr host function("fmin") from a device function("CostComputation_cu") is not allowed. The experimental flag '--expt-relaxed-constexpr' can be used to allow this.
How can I fix this?
@ArtlyStyles replace fmin
by fminf