MCPcopy Create free account
hub / github.com/AdaptiveCpp/AdaptiveCpp / str

Method str

include/hipSYCL/runtime/error.hpp:88–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86 { return _code; }
87
88 std::string str() const{
89 auto res = _component+":";
90 if(_has_error_code)
91 res += std::to_string(_code);
92 else
93 res += "<unspecified>";
94 return res;
95 }
96
97private:
98 std::string _component;

Callers 6

getDeviceSideNameFunction · 0.45
runMethod · 0.45
VectorShapeClass · 0.45
serializeMethod · 0.45
print_resultFunction · 0.45
dumpFunction · 0.45

Calls 1

to_stringFunction · 0.85

Tested by

no test coverage detected