Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/cutlass
/ exponent_biased
Method
exponent_biased
include/cutlass/tfloat32.h:173–176 ·
view source on GitHub ↗
Returns the biased exponent
Source
from the content-addressed store, hash-verified
171
172
/// Returns the biased exponent
173
CUTLASS_HOST_DEVICE
174
int exponent_biased() const {
175
return int((raw() >> 23) & 0x0ff);
176
}
177
178
/// Returns the unbiased exponent
179
CUTLASS_HOST_DEVICE
Callers
5
isnan
Function · 0.45
isfinite
Function · 0.45
isinf
Function · 0.45
isnormal
Function · 0.45
fpclassify
Function · 0.45
Calls
1
raw
Function · 0.85
Tested by
no test coverage detected