You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix gemm API, add tests for bitNot and complex number functions.
- Remove dead `beta` parameter from `gemm`: the C binding always
starts with a null C array, so beta*C_prev was silently a no-op.
Beta memory is now zero-filled internally.
- Add tests for `bitNot`: complement of 0/-1 for Int32/Word32,
and round-trip identity.
- Add tests for `cplx`, `cplx2`, `real`, `imag`: scalar/vector
construction, extraction, and the round-trip property
`cplx2 (real c) (imag c) == c`.
- Add non-trivial gemm test (A*B with known exact result).
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments