intel / llvm

Intel staging area for llvm.org contribution. Home for Intel LLVM-based projects.
Other
1.2k stars 709 forks source link

Test Basic/span.cpp failing for hip_nvidia #14432

Open lbushi25 opened 5 days ago

lbushi25 commented 5 days ago

Describe the bug

The test SYCL :: Basic/span.cpp fails for hip_nvidia platform. Upon resolution, please remove XFAIL from test source.

To reproduce

No specific reproducer available as there is no hip_nvidia platform in our CI runners. Fell free to put it here if someone can find it. Perhaps llvm-lit -v sycl/test-e2e/Basic/span.cpp could work when run on a hip_nvidia platform.

Environment

Additional context

No response

DuncanMcBain commented 3 days ago

We (Codeplay) don't test the hip-nvidia configuration, and would recommend to stick to the CUDA backend on Nvidia hardware. Because we don't test it, we have no way to verify results in this configuration.

lbushi25 commented 3 days ago

We (Codeplay) don't test the hip-nvidia configuration, and would recommend to stick to the CUDA backend on Nvidia hardware. Because we don't test it, we have no way to verify results in this configuration.

Thanks for the feedback Duncan, I'll transfer this!