forked from intel/llvm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[UR] Bump UR with optional profiling info
- Loading branch information
1 parent
0dfb947
commit 607725b
Showing
1 changed file
with
14 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,14 @@ | ||
# commit d03f19a88e42cb98be9604ff24b61190d1e48727 | ||
# Merge: 3ce6fcc9 84454b0e | ||
# Author: Kenneth Benzie (Benie) <k.benzie@codeplay.com> | ||
# Date: Thu Feb 13 11:43:34 2025 +0000 | ||
# Merge pull request #2680 from ldorau/Set_UMF_CUDA_INCLUDE_DIR_to_not_fetch_cudart_from_gitlab | ||
# Do not fetch cudart from gitlab for UMF | ||
set(UNIFIED_RUNTIME_TAG d03f19a88e42cb98be9604ff24b61190d1e48727) | ||
set(UNIFIED_RUNTIME_REPO "https://github.com/RossBrunton/unified-runtime.git") | ||
# commit 431e7dc702d0b69cc143b176c9d7daebe9e6fc46 | ||
# Author: Ross Brunton <ross@codeplay.com> | ||
# Date: Wed Jan 8 16:08:16 2025 +0000 | ||
# Make profiling info optional and update tests | ||
# | ||
# This patch turns all of the values returned by urEventGetProfilingInfo | ||
# to be optional and updates adapters to handle this by returning the | ||
# appropriate enum when it is not supported. | ||
# | ||
# The tests have also been updated, to ensure that returning a counter of | ||
# "0" or values equal to the previous profiling event is no longer | ||
# considered a failure. | ||
set(UNIFIED_RUNTIME_TAG 431e7dc702d0b69cc143b176c9d7daebe9e6fc46) |