Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AdaptiveCpp/AdaptiveCpp
/ error_code
Method
error_code
include/hipSYCL/runtime/error.hpp:68–69 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
66
{
67
public:
68
error_code(int code)
69
: _component{
"<unspecified>"
}, _has_error_code{true}, _code{code} {}
70
71
error_code() : _component{
"<unspecified>"
}, _has_error_code{false} {}
72
Callers
3
dump
Method · 0.45
get_most_recent_pcuda_error
Function · 0.45
pop_most_recent_pcuda_error
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected