Skip to content

[SYCL][E2E] Fix CUDA/HIP options on Windows #17985

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
Apr 14, 2025
Merged

Conversation

sarnex
Copy link
Contributor

@sarnex sarnex commented Apr 11, 2025

We need to set cuda-path/hip-path on Windows as the autodetection isn't implemented upstream, it seems only implemented for Linux.

Also fix a double assign and a missed update in E2EExpr

This was tested with some other pending changes here and here.

Copy link
Contributor

@maarquitos14 maarquitos14 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@sarnex sarnex merged commit b38eb60 into intel:sycl Apr 14, 2025
29 of 30 checks passed
@KornevNikita
Copy link
Contributor

@sarnex does this also address this issue?

@sarnex
Copy link
Contributor Author

sarnex commented Apr 14, 2025

Partially, we also need this change though. Once that's merged I'll re-enable those tests.

sarnex pushed a commit that referenced this pull request May 27, 2025
Currently when we check `REQUIRES`/`UNSUPPORTED` statements in
`build-only` mode we throw an error if any feature that is not in
`build_specific_features` evaluates to true. Since this is error will
only trigger when a test queries for one of these features, it can be
easy to miss adding new build-specific features to this list (see
#17985, and #17363).

This pr changes this check to be done for all features when in
`build-only`, not just those queried by a test. If any available feature
does not appear in `build_specific_features` then an error is thrown.
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.

3 participants