MCPcopy Create free account
hub / github.com/ROCm/AMDMIGraphX / get_migraphx_version

Function get_migraphx_version

src/program.cpp:676–682  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

674}
675
676static std::string get_migraphx_version()
677{
678 std::stringstream ss;
679 ss << std::to_string(MIGRAPHX_VERSION_MAJOR) << "." << std::to_string(MIGRAPHX_VERSION_MINOR)
680 << "." << std::to_string(MIGRAPHX_VERSION_PATCH);
681 return ss.str();
682}
683
684/*
685program file version is for the data structure or format of the MXR file. Version should be bumped

Callers 2

to_valueMethod · 0.85
from_valueMethod · 0.85

Calls 2

to_stringFunction · 0.50
strMethod · 0.45

Tested by

no test coverage detected