Home
last modified time | relevance | path

Searched refs:doAsyncDestructions (Results 1 – 1 of 1) sorted by relevance

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/source/mem_obj/
H A Dmem_obj.cpp84 bool doAsyncDestructions = DebugManager.flags.EnableAsyncDestroyAllocations.get(); in ~MemObj() local
87 if (!doAsyncDestructions) { in ~MemObj()
93 destroyGraphicsAllocation(graphicsAllocation, doAsyncDestructions); in ~MemObj()
97 releaseMapAllocation(rootDeviceIndex, doAsyncDestructions); in ~MemObj()