We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a27dff commit 0f2e703Copy full SHA for 0f2e703
source/loader/layers/sanitizer/asan_interceptor.cpp
@@ -861,7 +861,7 @@ USMLaunchInfo::~USMLaunchInfo() {
861
[[maybe_unused]] ur_result_t Result;
862
if (Data) {
863
auto Type = GetDeviceType(Device);
864
- if (Type == DeviceType::GPU_PVC) {
+ if (Type == DeviceType::GPU_PVC || Type == DeviceType::GPU_DG2) {
865
if (Data->PrivateShadowOffset) {
866
Result = context.urDdiTable.USM.pfnFree(
867
Context, (void *)Data->PrivateShadowOffset);
0 commit comments