Uh oh!
There was an error while loading. Please reload this page.
GH-38059: [Python][CI] Upgrade CUDA to 11.2.2 - #38081
Conversation
danepitkin
commented
Oct 6, 2023
@github-actions crossbow submit cuda |
Revision: 06fc8f5 Submitted crossbow builds: ursacomputing/crossbow @ actions-8955e0b5d3
|
danepitkin
commented
Oct 6, 2023
@github-actions crossbow submit cuda |
Revision: 834b29e Submitted crossbow builds: ursacomputing/crossbow @ actions-db8dfc513e
|
kou
commented
Oct 6, 2023
@github-actions crossbow submit debian-* ubuntu-* |
Revision: 834b29e Submitted crossbow builds: ursacomputing/crossbow @ actions-0381279f14 |
This reverts commit 834b29e.
danepitkin
commented
Oct 6, 2023
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: |
danepitkin
commented
Oct 6, 2023
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. |
danepitkin
commented
Oct 6, 2023
@github-actions crossbow submit ubuntu-focal-amd64 |
Revision: 14b7cfc Submitted crossbow builds: ursacomputing/crossbow @ actions-b62f8c70c6
|
kou
commented
Oct 10, 2023
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 <dane@voltrondata.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
### 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 <dane@voltrondata.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
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