Skip to content
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

[SYCL][E2E] Fix typos in REQUIRES: lit lines #15767

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

Conversation

ayylol
Copy link
Contributor

@ayylol ayylol commented Oct 18, 2024

The capitalization of cuda and hip in Basic/interop/interop_all_backends.cpp makes the test always unsupported. This patch should fix this to allow the test to run again on machines with cuda/hip devices.

The typo in TEMPORARY_DISABLED in ESIMD/noinline_call_recursive.cpp has no effect on the test, as it is never ran in either case.

@@ -6,7 +6,7 @@
//
//===----------------------------------------------------------------------===//
// Recursion is not supported in ESIMD (intel/llvm PR#3390)
// REQUIRES: TEMPORARY_DISBLED
Copy link
Contributor

@sarnex sarnex Oct 18, 2024

Choose a reason for hiding this comment

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

can we just delete this test and sycl/test-e2e/ESIMD/fp_call_recursive.cpp? sycl doesn't allow recursive functions so i don't know why we have forever disabled tests for behavior the language doesn't allow

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