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

Enum NumType

gpu.hpp:197–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195};
196
197enum NumType {
198 kf16, // (experimental)
199 kf32,
200 ki32
201};
202
203/**
204 * @brief Returns the number of bytes of a number type.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected