MCPcopy Create free account
hub / github.com/AnswerDotAI/gpu.cpp / half

Class half

numeric_types/half.hpp:54–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52#endif
53
54struct half;
55static inline half halfFromFloat(float f);
56static inline float halfToFloat(half h);
57

Callers 3

mainFunction · 0.85
testRoundTripFunction · 0.85
testWGSLFunction · 0.85

Calls 2

halfToFloatFunction · 0.85
halfFromFloatFunction · 0.85

Tested by

no test coverage detected