You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[CI] Fix cuda_dev_kit detection on runners (#16892)
The CUDA dev kit is already installed in the image we use but we don't
pass these CMake vars so it isn't found.
It should be fine to do this unconditionally, lit.py does a full compile
with required files and checks the compiler return code, so even if it
isn't actually installed it won't cause any problems. The compile is
failing today because we don't pass the vars anyway.
Manually tested this on the runners.
Confirming working in
[this](https://github.com/intel/llvm/actions/runs/13164735078/job/36742725212?pr=16892)
run, as `Adapters/cuda_queue_priority.cpp` passed which requires the
feature.
Signed-off-by: Sarnie, Nick <[email protected]>
0 commit comments