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
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.
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?