Commit ea69046
authored
Add libcurand-dev to CUDA Docker image for cuda-windows CI (#19183)
Commit c1731fd added CUDA::curand as a CMake dependency in
backends/cuda/CMakeLists.txt for the new GPU-side sampling shim
(rand.cu). However, the CI Docker image (install_cuda.sh) did not
include libcurand-dev, so the CMake build during pip install fails when
EXECUTORCH_BUILD_CUDA=ON is auto-detected. This causes executorch to not
be installed at all, breaking the dinov2 export (No module named
'executorch') and parakeet export (No module named 'torchaudio', since
torchaudio installation is skipped when the prior pip install step
fails) in the cuda-windows CI workflow.1 parent 9207001 commit ea69046
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
47 | | - | |
| 48 | + | |
| 49 | + | |
48 | 50 | | |
49 | 51 | | |
50 | 52 | | |
| |||
0 commit comments