Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/provider/provider_level_zero.c
Original file line number Diff line number Diff line change
Expand Up @@ -788,6 +788,8 @@ static umf_result_t ze_memory_provider_alloc_helper(void *provider, size_t size,
*resultPtr, size,
(void *)ze_provider->resident_device_handles[i]);
}
LOG_DEBUG("allocation %p of size: %lu made resident on %d device(s)",
*resultPtr, size, ze_provider->resident_device_count);
utils_read_unlock(&ze_provider->resident_device_rwlock);

if (update_stats) {
Expand Down
Loading