Skip to content

[CI] Fix lit warning from L0 SDK path #17302

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
Mar 4, 2025
Merged

[CI] Fix lit warning from L0 SDK path #17302

merged 1 commit into from
Mar 4, 2025

Conversation

sarnex
Copy link
Contributor

@sarnex sarnex commented Mar 4, 2025

Fixes this warning

D:\github\_work\llvm\llvm\build-e2e\lit.site.cfg.py:22: SyntaxWarning: invalid escape sequence '\g'
  config.level_zero_libs_dir = "D:\github\level-zero_win-sdk\lib"
D:\github\_work\llvm\llvm\build-e2e\lit.site.cfg.py:23: SyntaxWarning: invalid escape sequence '\g'
  config.level_zero_include = "D:\github\level-zero_win-sdk\include"

Tests using the L0 SDK such as SYCL :: Adapters/interop-level-zero.cpp passed, so it seems this didn't break anything.

@sarnex sarnex temporarily deployed to WindowsCILock March 4, 2025 19:50 — with GitHub Actions Inactive
@sarnex sarnex temporarily deployed to WindowsCILock March 4, 2025 20:21 — with GitHub Actions Inactive
@sarnex sarnex marked this pull request as ready for review March 4, 2025 21:30
@sarnex sarnex requested a review from a team as a code owner March 4, 2025 21:30
@sarnex sarnex merged commit a43af18 into intel:sycl Mar 4, 2025
6 checks passed
jchlanda pushed a commit to jchlanda/llvm that referenced this pull request Mar 6, 2025
Fixes this warning

```
D:\github\_work\llvm\llvm\build-e2e\lit.site.cfg.py:22: SyntaxWarning: invalid escape sequence '\g'
  config.level_zero_libs_dir = "D:\github\level-zero_win-sdk\lib"
D:\github\_work\llvm\llvm\build-e2e\lit.site.cfg.py:23: SyntaxWarning: invalid escape sequence '\g'
  config.level_zero_include = "D:\github\level-zero_win-sdk\include"
```

Tests using the L0 SDK such as `SYCL :: Adapters/interop-level-zero.cpp`
passed, so it seems this didn't break anything.

Signed-off-by: Sarnie, Nick <[email protected]>
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