Skip to content

Fix uninitialized GEMM parallel bounds - #197

Merged
shinaoka merged 1 commit into
mainfrom
codex/issue-198-uninit-send-sync
Jul 31, 2026
Merged

Fix uninitialized GEMM parallel bounds#197
shinaoka merged 1 commit into
mainfrom
codex/issue-198-uninit-send-sync

Conversation

@shinaoka

Copy link
Copy Markdown
Member

Summary

  • add the existing MaybeSendSync bound to uninitialized contiguous GEMM writeback
  • keep behavior and provider threading unchanged
  • add a worklog and verify the faer + parallel feature combination

This fixes a feature-combination compile failure exposed when downstream pins merged #188/#196.

Verification

  • cargo fmt --all -- --check
  • CARGO_BUILD_JOBS=4 RUSTFLAGS="-C link-arg=-Wl,--threads=1" cargo check -p strided-einsum2 --features faer,parallel
  • CARGO_BUILD_JOBS=4 RUSTFLAGS="-C link-arg=-Wl,--threads=1" cargo test -p strided-einsum2

@shinaoka
shinaoka merged commit 9da9b9f into main Jul 31, 2026
5 checks passed
@shinaoka
shinaoka deleted the codex/issue-198-uninit-send-sync branch July 31, 2026 01:44
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