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

Method initialize_backend

src/graph/backends/CL/CLDeviceBackend.cpp:90–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90void CLDeviceBackend::initialize_backend()
91{
92 // Setup Scheduler
93 CLScheduler::get().default_init(&_tuner, &_gemm_heuristics, _backend_type);
94 // Create allocator with new context
95 _allocator = std::make_unique<CLBufferAllocator>();
96}
97
98void CLDeviceBackend::release_backend_context(GraphContext &ctx)
99{

Callers

nothing calls this directly

Calls 1

default_initMethod · 0.80

Tested by

no test coverage detected