MCPcopy Create free account
hub / github.com/NVIDIA/TensorRT / getTrtSMVersionDec

Function getTrtSMVersionDec

plugin/common/plugin.h:103–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103inline int32_t getTrtSMVersionDec(int32_t smVersion)
104{
105 // Treat SM89 as SM86 temporarily.
106 return (smVersion == 89) ? 86 : smVersion;
107}
108
109inline int32_t getTrtSMVersionDec(int32_t majorVersion, int32_t minorVersion)
110{

Callers 2

getSMVersionFunction · 0.85
getSMVersionMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected