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

Method LazyTypeTable

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

Source from the content-addressed store, hash-verified

481class LazyTypeTable {
482public:
483 LazyTypeTable(MLIRContext &context) : context(context) {}
484
485 void initialize(ArrayRef<uint8_t> payloadData, ArrayRef<uint32_t> indices,
486 const BytecodeVersion &version) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected