Skip to content

[SYCL][Graph] Add debug logging for L0 Graph kernel update #13892

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 2 commits into from
May 30, 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
8 changes: 7 additions & 1 deletion sycl/plugins/unified_runtime/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,13 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)

fetch_adapter_source(level_zero
${UNIFIED_RUNTIME_REPO}
${UNIFIED_RUNTIME_TAG}
# commit 1fa0d2302d70a9aa8b717ecb60db0a7d8a4e5d8f
# Merge: e16d01c0 35b7de5c
# Author: Kenneth Benzie (Benie) <[email protected]>
# Date: Thu May 30 10:14:37 2024 +0100
# Merge pull request #1654 from Bensuo/ewan/debug_log_update
# Debug logging in Level Zero command-buffer update
1fa0d2302d70a9aa8b717ecb60db0a7d8a4e5d8f
)

fetch_adapter_source(opencl
Expand Down
Loading