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

Method getMajor

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

Returns the major version number.

Source from the content-addressed store, hash-verified

33
34 /// Returns the major version number.
35 uint8_t getMajor() const { return verMajor; }
36
37 /// Returns the minor version number.
38 uint8_t getMinor() const { return verMinor; }

Callers 3

writeHeaderFunction · 0.80
writeOpAttributeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected