MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / half>

Method half>

src/backend/oneapi/math.hpp:81–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79
80template<>
81inline auto is_nan<sycl::half>(const sycl::half &val) -> bool {
82 return sycl::isnan(val);
83}
84
85template<>
86inline auto is_nan<float>(const float &val) -> bool {

Callers

nothing calls this directly

Calls 1

isnanFunction · 0.50

Tested by

no test coverage detected