Skip to content

[codex] Fix CubeCL doc-test fast math enumset#10

Merged
shinaoka merged 1 commit into
mainfrom
codex/fix-t4a-cubecl-doc-tests
Jun 22, 2026
Merged

[codex] Fix CubeCL doc-test fast math enumset#10
shinaoka merged 1 commit into
mainfrom
codex/fix-t4a-cubecl-doc-tests

Conversation

@shinaoka

Copy link
Copy Markdown
Member

Summary

  • Update the FastMath::all().difference(...) call used by runtime binary tests to pass an EnumSet<FastMath> to the current enumset API.

Root cause

The post-merge documentation job for #9 failed in cargo xtask doc tests because enumset now requires difference to receive an EnumSet<FastMath>, while the existing code passed the bare FastMath::NotNaN variant.

Verification

  • cargo fmt --all --check
  • cargo xtask doc tests

@shinaoka shinaoka merged commit 6424d9d into main Jun 22, 2026
3 checks passed
@shinaoka shinaoka deleted the codex/fix-t4a-cubecl-doc-tests branch June 22, 2026 12:26
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