Open
Description
Describe the bug
The E2E tests GroupLocalMemory/group_local_memory.cpp
and GroupLocalMemory/no_early_opt.cpp
are marked as XFAIL on HIP NVIDIA platforms. It is unclear how to verify or even reproduce this since we don't test on HIP NVIDIA platforms so setting the help wanted label. One of the main purposes of this issue is to have a tracker for these XFAIL's.
To reproduce
llvm-lit -v sycl/test-e2e/GroupLocalMemory/group_local_memory.cpp
llvm-lit -v sycl/test-e2e/GroupLocalMemory/no_early_opt.cpp
Environment
- OS: Any
- Target device and vendor: HIP NVIDIA
- DPC++ version: [e.g. commit hash or output of
clang++ --version
] - Dependencies version: [e.g. the output of
sycl-ls --verbose
]
Additional context
No response