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

Method fromVersion

lib/Bytecode/Common/Version.cpp:25–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23//===----------------------------------------------------------------------===//
24
25std::optional<BytecodeVersion> BytecodeVersion::fromVersion(uint8_t verMajor,
26 uint8_t verMinor,
27 uint16_t verTag) {
28 // Include auto-generated version validation from TableGen.
29#define GEN_VERSION_VALIDATION
30#include "StaticOpcodes.inc"
31}
32
33//===----------------------------------------------------------------------===//
34// Version Definitions

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected