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

Method getMinor

include/cuda_tile/Bytecode/Common/Version.h:38–38  ·  view source on GitHub ↗

Returns the minor version number.

Source from the content-addressed store, hash-verified

36
37 /// Returns the minor version number.
38 uint8_t getMinor() const { return verMinor; }
39
40 /// Returns the version tag.
41 uint16_t getTag() const { return verTag; }

Callers 3

writeHeaderFunction · 0.80
writeOpAttributeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected