-
Notifications
You must be signed in to change notification settings - Fork 224
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
Remove OpenCL tests #2485
Remove OpenCL tests #2485
Conversation
@xinlipn Is is ready to merge? If not, then please convert this PR to draft. Thanks. |
Why I am asking. This only removes regression test for issue 1012 (which is OCL specific indeed) but does not remove all OCL-specific tests. The PR should be either renamed or extended. Thanks. |
Hi @atamazov , I searched by keywords OPENCL, HIP_DISABLED, OCL_ENABLED, is_ocl_check, OCL_TEST_DEFAULT in test/CMakeLists.txt, this is the only test that shows up. Is there any other tests/logic you'd suggest to remove? |
Please see my comment to the other question about more OPENCL tests. I can convert it to draft if you think there's more tests to be removed |
--disable-validation) | ||
|
||
add_custom_test(test_regression_opencl_float_mi100 GFX900_DISABLED GFX906_DISABLED HIP_DISABLED GFX90A_DISABLED | ||
# Issue #1012. |
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 think this can be closed |
Remove OpenCL test from cTest