Skip to content

[DevASAN] Do allocation with USM pool to reduce memory overhead #16280

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Dec 10, 2024
Merged
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
12 changes: 6 additions & 6 deletions sycl/cmake/modules/UnifiedRuntimeTag.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# commit 5c10466f349b0ff303bd14b015f64bbcd0b78d7d
# Merge: ffcc53b6 b7b6b557
# commit e1cc9b2cfce7f329f0f411b5b84837b511b86a2d
# Merge: 5a1a81b6 b209eba8
# Author: Kenneth Benzie (Benie) <[email protected]>
# Date: Mon Dec 9 14:58:34 2024 +0000
# Merge pull request #2410 from steffenlarsen/steffen/fix_profiling_tag_eviction_and_caching
# [L0] Fix cached and evicted timestamp recordings
set(UNIFIED_RUNTIME_TAG 5c10466f349b0ff303bd14b015f64bbcd0b78d7d)
# Date: Tue Dec 10 14:29:41 2024 +0000
# Merge pull request #2394 from zhaomaosu/do-alloc-use-pool
# [DevASAN] Do allocation with USM pool to reduce memory overhead
set(UNIFIED_RUNTIME_TAG e1cc9b2cfce7f329f0f411b5b84837b511b86a2d)
Loading