-
Notifications
You must be signed in to change notification settings - Fork 787
[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
Conversation
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
We don't support IMF in CUDA/HIP and have no plans of supporting it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
I would also drop imf_
file name prefix from the files in imf
directory.
We don't support IMF in CUDA/HIP and have no plans of supporting it.