Skip to content

[DeviceSanitizer] Add exportable memory support for ASAN, MSAN, and TSAN#21900

Open
zhaomaosu wants to merge 3 commits intointel:syclfrom
zhaomaosu:devsan-support-export-mem
Open

[DeviceSanitizer] Add exportable memory support for ASAN, MSAN, and TSAN#21900
zhaomaosu wants to merge 3 commits intointel:syclfrom
zhaomaosu:devsan-support-export-mem

Conversation

@zhaomaosu
Copy link
Copy Markdown
Contributor

Add sanitizer instrumentation for the sycl_ext_oneapi_memory_export extension's exportable device memory APIs.

Add sanitizer instrumentation for the sycl_ext_oneapi_memory_export
extension's exportable device memory APIs.
@zhaomaosu zhaomaosu requested review from a team as code owners April 29, 2026 05:55
syclexp::free_exportable_memory(array, Q);

return 0;
} No newline at end of file
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: no line before EOF

return UR_RESULT_ERROR_INVALID_NULL_POINTER;
}

pDdiTable->pfnAllocExportableMemoryExp =
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: Should MSAN leave pfnFreeExportableMemoryExp non-intercepted?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants