Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
238
template<>
239
inline __device__ common::half maxval<common::half>() {
240
return common::half(65537.f);
241
}
242
template<>
243
inline __device__ common::half minval<common::half>() {
244
return common::half(-65537.f);
Callers
nothing calls this directly
Calls
1
half
Class · 0.70
Tested by
no test coverage detected