MCPcopy Create free account
hub / github.com/NVIDIA/cuda-tile / EncodingReader

Method EncodingReader

lib/Bytecode/Reader/BytecodeReader.cpp:91–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89class EncodingReader {
90public:
91 EncodingReader(ArrayRef<uint8_t> data, MLIRContext &context)
92 : data(data), offset(0), context(context) {}
93
94 LogicalResult readVarInt(uint64_t &result, uint64_t max = 0) {
95 if (offset >= data.size())

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected