MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / catch

Method catch

include/CL/opencl.hpp:3072–3074  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3070 }
3071#if defined(CL_HPP_ENABLE_EXCEPTIONS)
3072 catch (cl::Error &e) {
3073 default_error_ = e.err();
3074 }
3075#endif
3076 }
3077

Callers

nothing calls this directly

Calls 1

errMethod · 0.80

Tested by

no test coverage detected