File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
unified-runtime/source/adapters/level_zero/v2 Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -104,11 +104,11 @@ ur_result_t ur_queue_immediate_in_order_t::queueFinish() {
104
104
ZE2UR_CALL (zeCommandListHostSynchronize,
105
105
(lockedCommandListManager->getZeCommandList (), UINT64_MAX));
106
106
107
- hContext->getAsyncPool ()->cleanupPoolsForQueue (this );
108
- hContext->forEachUsmPool ([this ](ur_usm_pool_handle_t hPool) {
109
- hPool->cleanupPoolsForQueue (this );
110
- return true ;
111
- });
107
+ // hContext->getAsyncPool()->cleanupPoolsForQueue(this);
108
+ // hContext->forEachUsmPool([this](ur_usm_pool_handle_t hPool) {
109
+ // hPool->cleanupPoolsForQueue(this);
110
+ // return true;
111
+ // });
112
112
113
113
UR_CALL (lockedCommandListManager->releaseSubmittedKernels ());
114
114
Original file line number Diff line number Diff line change @@ -112,11 +112,11 @@ ur_result_t ur_queue_immediate_out_of_order_t::queueFinish() {
112
112
UR_CALL (commandListManagersLocked[i].releaseSubmittedKernels ());
113
113
}
114
114
115
- hContext->getAsyncPool ()->cleanupPoolsForQueue (this );
116
- hContext->forEachUsmPool ([this ](ur_usm_pool_handle_t hPool) {
117
- hPool->cleanupPoolsForQueue (this );
118
- return true ;
119
- });
115
+ // hContext->getAsyncPool()->cleanupPoolsForQueue(this);
116
+ // hContext->forEachUsmPool([this](ur_usm_pool_handle_t hPool) {
117
+ // hPool->cleanupPoolsForQueue(this);
118
+ // return true;
119
+ // });
120
120
121
121
return UR_RESULT_SUCCESS;
122
122
}
You can’t perform that action at this time.
0 commit comments