Open keryell opened 11 months ago
Describe the bug
The CI runs by default with --cuda --hip configuration which hides some bugs when not compiling with these options. https://github.com/intel/llvm/actions/runs/7107844414/job/19350224693?pr=12087#step:7:18
Failing tests when no --cuda or --hip:
--cuda
--hip
Clang :: Driver/sycl-offload-amdgcn.cpp Clang :: Driver/sycl-oneapi-gpu.cpp Clang :: Driver/sycl-triple-dae-flags.cpp Clang :: Driver/sycl-unsupported-arch.cpp Clang :: SemaSYCL/lb_sm_90.cpp
I have the feeling these tests should not run in that case or should be updated.
To Reproduce
python3 $DPCPP_HOME/llvm/buildbot/configure.py --shared-libs python3 $DPCPP_HOME/llvm/buildbot/compile.py --verbose cmake --build $DPCPP_HOME/llvm/build --target check-clang
Environment (please complete the following information):
At least some of those should be addressed by #12505
Describe the bug
The CI runs by default with --cuda --hip configuration which hides some bugs when not compiling with these options. https://github.com/intel/llvm/actions/runs/7107844414/job/19350224693?pr=12087#step:7:18
Failing tests when no
--cuda
or--hip
:I have the feeling these tests should not run in that case or should be updated.
To Reproduce
Environment (please complete the following information):