Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions ci/docker-tags.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
flashinfer/flashinfer-ci-cu126: 20260322-ff86ea0
flashinfer/flashinfer-ci-cu128: 20260322-ff86ea0
flashinfer/flashinfer-ci-cu129: 20260322-ff86ea0
flashinfer/flashinfer-ci-cu130: 20260322-ff86ea0
flashinfer/flashinfer-ci-cu132: 20260322-ff86ea0
flashinfer/flashinfer-ci-cu126: 20260408-4cce866
flashinfer/flashinfer-ci-cu128: 20260408-4cce866
flashinfer/flashinfer-ci-cu129: 20260408-4cce866
flashinfer/flashinfer-ci-cu130: 20260408-4cce866
flashinfer/flashinfer-ci-cu132: 20260408-4cce866
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The cu132 image tag is updated here, but the Jenkinsfile currently lacks corresponding test stages for CUDA 13.2 (e.g., in the parallel block for AOT or JIT tests). To ensure the new environment is functional and to prevent regressions, consider adding cu132 test stages to the CI pipeline.

Loading