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

Method SpecEmitter

tools/cuda-tile-tblgen/Emitter.cpp:146–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144}
145
146SpecEmitter::SpecEmitter(raw_indented_ostream &os,
147 const std::optional<std::string> &examplesDirectory)
148 : os(os), examplesDirectory(examplesDirectory) {
149 this->appendixFile = std::ofstream();
150 this->appendixFile.open(examplesAppendixFile(examplesDirectory));
151}
152
153void SpecEmitter::emitLiteralInclude(
154 const std::string &fileName, const std::string &anchor,

Callers

nothing calls this directly

Calls 1

examplesAppendixFileFunction · 0.85

Tested by

no test coverage detected