Skip to content

[SYCL][E2E] Mark imf test as unsupported intended for cuda/hip #19000

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

Open
wants to merge 1 commit into
base: sycl
Choose a base branch
from

Conversation

npmiller
Copy link
Contributor

We don't support IMF in CUDA/HIP and have no plans of supporting it.

We don't support IMF in CUDA/HIP and have no plans of supporting it.
@npmiller npmiller requested a review from a team as a code owner June 16, 2025 15:55
@npmiller npmiller requested a review from cperkinsintel June 16, 2025 15:55
Copy link
Contributor

Choose a reason for hiding this comment

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

I suggest we move all tests with imf_ prefix to a separate imf directory.
I.e.
sycl/test-e2e/DeviceLib/imf_<test_name>.cpp ->
sycl/test-e2e/DeviceLib/imf/<test_name>.cpp

Adding sycl/test-e2e/DeviceLib/imf/lit.local.cfg with

import platform

config.unsupported_features += ['target-nvidia', 'target-amd']

should simplify the maintenance efforts.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Agreed, I'll wait for #18995 as it would conflict, and then re-work the patch as suggested.

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