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

Method catch

include/CL/opencl.hpp:2690–2692  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2688 }
2689#if defined(CL_HPP_ENABLE_EXCEPTIONS)
2690 catch (cl::Error &e) {
2691 default_error_ = e.err();
2692 }
2693#endif
2694 }
2695

Callers

nothing calls this directly

Calls 1

errMethod · 0.80

Tested by

no test coverage detected