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

Method half>

src/backend/cuda/math.hpp:239–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237}
238template<>
239inline __device__ common::half maxval<common::half>() {
240 return common::half(65537.f);
241}
242template<>
243inline __device__ common::half minval<common::half>() {
244 return common::half(-65537.f);

Callers

nothing calls this directly

Calls 1

halfClass · 0.70

Tested by

no test coverage detected