Skip to content

[codex] Serialize CubeK WGPU CI tests#5

Merged
shinaoka merged 2 commits into
codex/complex-gemm-apifrom
codex/serialize-cubek-wgpu-ci
Jun 22, 2026
Merged

[codex] Serialize CubeK WGPU CI tests#5
shinaoka merged 2 commits into
codex/complex-gemm-apifrom
codex/serialize-cubek-wgpu-ci

Conversation

@shinaoka

Copy link
Copy Markdown
Member

Summary

  • run CubeK's WGPU CI tests with RUST_TEST_THREADS=1 when cargo xtask test --ci is used

Why

The Linux WGPU CI jobs were failing all t4a-cubek-matmul tests with CubeCL device channel RecvError. The same cargo xtask test --ci command passes locally, and the failure pattern is consistent with the software Vulkan/WGPU runner not tolerating the test harness running all GPU tests concurrently.

This keeps regular local cargo xtask test behavior unchanged and serializes only the CI-compatible path.

Validation

  • cargo fmt --all --check
  • cargo xtask check lint
  • cargo xtask test --ci

@shinaoka
shinaoka merged commit 8285c91 into codex/complex-gemm-api Jun 22, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant