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

Method clear_programs_cache

src/core/CL/CLCompileContext.cpp:325–329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

323}
324
325void CLCompileContext::clear_programs_cache()
326{
327 _programs_map.clear();
328 _built_programs_map.clear();
329}
330
331const std::map<std::string, cl::Program> &CLCompileContext::get_built_programs() const
332{

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected