Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AdaptiveCpp/AdaptiveCpp
/ clear
Method
clear
include/hipSYCL/runtime/async_errors.hpp:37–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
}
36
37
void clear() {
38
std::lock_guard<std::mutex> lock{_lock};
39
40
_errors.clear();
41
}
42
43
template<class F>
44
void for_each_error(F handler) {
Callers
2
get_update_source_candidates
Method · 0.45
pop_each_error
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected