Skip to content

[SYCL][NFC] Remove duplicate UR manifest_file generation#21940

Open
wenju-he wants to merge 2 commits intointel:syclfrom
wenju-he:remove-duplicate-manifest_file-generation
Open

[SYCL][NFC] Remove duplicate UR manifest_file generation#21940
wenju-he wants to merge 2 commits intointel:syclfrom
wenju-he:remove-duplicate-manifest_file-generation

Conversation

@wenju-he
Copy link
Copy Markdown
Contributor

@wenju-he wenju-he commented May 6, 2026

The same manifest file was being generated using identical cmake command in two places: BuildUnifiedRuntime.cmake and sycl/CMakeLists.txt.

The redundancy caused cmake error

  Attempt to add a custom rule to output
    build/tools/sycl/install_manifest_ur_adapter_level_zero.txt.rule
  which already has a custom rule.

if the cmake commands (generating the manifest file) in both locations diverge, e.g. when cmake command in sycl/CMakeLists.txt is updated.

ur_adapter_* install command in deploy-sycl-toolchain still installs
debug DLL on Windows because install component is the same.

The same manifest file was being generated using identical cmake command
in two places: BuildUnifiedRuntime.cmake and sycl/CMakeLists.txt.

The redundancy caused cmake error
```
  Attempt to add a custom rule to output
    build/tools/sycl/install_manifest_ur_adapter_level_zero.txt.rule
  which already has a custom rule.
```
if the cmake commands (generating the manifest file) in both locations
diverge, e.g. when cmake command in sycl/CMakeLists.txt is updated.
@wenju-he wenju-he requested a review from a team as a code owner May 6, 2026 10:22
@wenju-he wenju-he requested a review from cperkinsintel May 6, 2026 10:22
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 6, 2026

@intel/llvm-gatekeepers please consider merging

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants