Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ catch
Function
catch
include/CL/opencl.hpp:3424–3426 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3422
}
3423
#if defined(CL_HPP_ENABLE_EXCEPTIONS)
3424
catch (cl::Error &e) {
3425
default_error_ = e.err();
3426
}
3427
#endif
3428
}
3429
Callers
nothing calls this directly
Calls
1
err
Method · 0.80
Tested by
no test coverage detected