MCPcopy Create free account
hub / github.com/NVIDIA/cutlass / max

Method max

include/cutlass/float8.h:1370–1371  ·  view source on GitHub ↗

Maximum finite value

Source from the content-addressed store, hash-verified

1368
1369 /// Maximum finite value
1370 CUTLASS_HOST_DEVICE
1371 static F8Type max() { return F8Type::bitcast(F8Type::FP8_MAX_FLT); }
1372
1373 /// Returns maximum rounding error
1374 CUTLASS_HOST_DEVICE

Callers 15

jquery.jsFile · 0.45
softmax_stepMethod · 0.45
run_torch_fmhaFunction · 0.45
kernelMethod · 0.45
run_transposeFunction · 0.45
run_tma_copyFunction · 0.45
run_transposeFunction · 0.45
create_data_tensorFunction · 0.45
create_page_tableFunction · 0.45
create_block_split_kvsFunction · 0.45
torch_reference_mlaFunction · 0.45

Calls 1

bitcastFunction · 0.70

Tested by 1

ref_mha_bmkFunction · 0.36