llvm icon indicating copy to clipboard operation
llvm copied to clipboard

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

Open ayylol opened this issue 1 year ago • 0 comments

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.

ayylol avatar Oct 18 '24 19:10 ayylol