GH-38059: [Python][CI] Upgrade CUDA to 11.2.2#38081
Conversation
|
@github-actions crossbow submit cuda |
|
Revision: 06fc8f5 Submitted crossbow builds: ursacomputing/crossbow @ actions-8955e0b5d3
|
|
|
|
@github-actions crossbow submit cuda |
|
Revision: 834b29e Submitted crossbow builds: ursacomputing/crossbow @ actions-db8dfc513e
|
|
@github-actions crossbow submit debian-* ubuntu-* |
|
Revision: 834b29e Submitted crossbow builds: ursacomputing/crossbow @ actions-0381279f14 |
This reverts commit 834b29e.
|
Good catch, looks like one of the CI jobs still doesn't like the enum added (I thought 11.2.2 had added it). Reverted the change. This is the CI error: |
|
Well.. it probably is added, but needs to be included somewhere. Either way, I don't have much time to dig into before the Arrow v14 release. |
|
@github-actions crossbow submit ubuntu-focal-amd64 |
|
Revision: 14b7cfc Submitted crossbow builds: ursacomputing/crossbow @ actions-b62f8c70c6
|
|
The no space left error is unrelated. |
|
After merging your PR, Conbench analyzed the 5 benchmarking runs that have been run so far on merge-commit 9f18a25. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. It also includes information about 4 possible false positives for unstable benchmarks that are known to sometimes produce them. |
### Rationale for this change Numba v0.58 requires cuda-toolkit >= v11.2 ### What changes are included in this PR? * Upgrade CUDA from 11.0.3 -> 11.2.2 ### Are these changes tested? Will test in CI ### Are there any user-facing changes? Yes * Closes: apache#38059 Authored-by: Dane Pitkin <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
### Rationale for this change Numba v0.58 requires cuda-toolkit >= v11.2 ### What changes are included in this PR? * Upgrade CUDA from 11.0.3 -> 11.2.2 ### Are these changes tested? Will test in CI ### Are there any user-facing changes? Yes * Closes: apache#38059 Authored-by: Dane Pitkin <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
Rationale for this change
Numba v0.58 requires cuda-toolkit >= v11.2
What changes are included in this PR?
Are these changes tested?
Will test in CI
Are there any user-facing changes?
Yes