Skip to content

[UR] Use reference counting on factories #15296

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 1 commit into from
Jan 9, 2025
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
15 changes: 8 additions & 7 deletions sycl/cmake/modules/UnifiedRuntimeTag.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# commit 19182934ba5b15ebf26ae9ec7c06df1b9269725a
# Merge: 3e62cc91 9c2b0400
# Author: Isaac Ault <isaac.ault@codeplay.com>
# Date: Wed Jan 8 22:24:12 2025 +0000
# Merge pull request #2444 from isaacault/kernel-cts
# Reduce gap between Kernel CTS and Specification.
set(UNIFIED_RUNTIME_TAG 19182934ba5b15ebf26ae9ec7c06df1b9269725a)
# commit 7eae5c80a9e969bc12fda57c9cc0a0970f0cd17f
# Merge: 9c652ffb b78cfa71
# Author: Ross Brunton <ross@codeplay.com>
# Date: Thu Jan 9 17:28:00 2025 +0000
# Merge pull request #2048 from RossBrunton/ross/refc
#
# Use reference counting on factories
set(UNIFIED_RUNTIME_TAG 7eae5c80a9e969bc12fda57c9cc0a0970f0cd17f)
Loading