Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AdaptiveCpp/AdaptiveCpp
/ get_code
Method
get_code
include/hipSYCL/runtime/error.hpp:85–86 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
83
{ return _has_error_code; }
84
85
int get_code() const
86
{ return _code; }
87
88
std::string str() const{
89
auto res = _component+
":"
;
Callers
2
get_most_recent_pcuda_error
Function · 0.80
pop_most_recent_pcuda_error
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected