Skip to content

Commit

Permalink
Merge pull request #2650 from nrspruit/fix_image_leak_checker
Browse files Browse the repository at this point in the history
[L0] Fix UrL0LeaksDebug to track ImageViewCreateExt for Create Calls
  • Loading branch information
igchor authored Jan 30, 2025
2 parents 88ba18d + 970258b commit b959b36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/adapters/level_zero/adapter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ ur_result_t adapterStateTeardown() {
{"zeCommandListCreateImmediate", "zeCommandListCreate", "zeCommandListDestroy"},
{"zeEventCreate", "zeEventDestroy"},
{"zeFenceCreate", "zeFenceDestroy"},
{"zeImageCreate", "zeImageDestroy"},
{"zeImageCreate","zeImageViewCreateExt", "zeImageDestroy"},
{"zeSamplerCreate", "zeSamplerDestroy"},
{"zeMemAllocDevice", "zeMemAllocHost", "zeMemAllocShared", "zeMemFree"},
};
Expand Down

0 comments on commit b959b36

Please sign in to comment.