MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / is_nan

Function is_nan

src/backend/cuda/math.hpp:273–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

271
272template<typename T>
273static inline __DH__ auto is_nan(const T &val) -> bool {
274 return false;
275}
276
277template<>
278inline __DH__ auto is_nan<float>(const float &val) -> bool {

Callers 2

MinMaxOpMethod · 0.70
MinMaxOpMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected