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

Function error

src/targets/gpu/driver/parser.cpp:33–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31namespace driver {
32
33[[noreturn]] void error(const std::string& msg)
34{
35 std::cout << msg << std::endl;
36 std::abort();
37}
38
39shape parser::parse_shape(const value& v) const
40{

Callers 1

processMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected