Skip to content

Commit 1b7bd09

Browse files
ldoraubb-ur
authored andcommitted
Add support for zeCommandListAppendLaunchKernelWithArguments() (#20316)
Signed-off-by: Lukasz Dorau <[email protected]>
1 parent 7ecf290 commit 1b7bd09

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+3081
-93
lines changed

cmake/FetchLevelZero.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ if(L0_COMPUTE_RUNTIME_HEADERS)
125125
set(COMPUTE_RUNTIME_REPO_PATH "${L0_COMPUTE_RUNTIME_HEADERS}")
126126
else()
127127
set(UR_COMPUTE_RUNTIME_REPO "https://github.com/intel/compute-runtime.git")
128-
set(UR_COMPUTE_RUNTIME_TAG 25.31.34666.3)
128+
set(UR_COMPUTE_RUNTIME_TAG 25.35.35096.9)
129129

130130
include(FetchContent)
131131
# Sparse fetch only the dir with level zero headers for experimental features to avoid pulling in the entire compute-runtime.

include/ur_api.h

Lines changed: 184 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

include/ur_api_funcs.def

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

include/ur_ddi.h

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

include/ur_print.h

Lines changed: 40 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)