Skip to content

test: add naive i64 matmul kernel#29

Merged
tetsuo-cpp merged 1 commit intocanonfrom
test-naive-matmul
Feb 19, 2026
Merged

test: add naive i64 matmul kernel#29
tetsuo-cpp merged 1 commit intocanonfrom
test-naive-matmul

Conversation

@tetsuo-cpp
Copy link
Owner

@tetsuo-cpp tetsuo-cpp commented Feb 19, 2026

Summary

  • Add a naive i64 matmul pipeline test (M=2, N=3, K=4)
  • Add a GPU end-to-end matmul kernel test
  • Document the one-thread-per-output work partition in the test

Test plan

  • cmake --build build --target format
  • uv run ruff check gpu_test/
  • uv run ruff format gpu_test/
  • cmake --build build --target check-warpforth
  • GPU tests: uv run pytest -v -m gpu gpu_test/test_kernels.py

@tetsuo-cpp tetsuo-cpp merged commit 840c6fc into canon Feb 19, 2026
1 check passed
@tetsuo-cpp tetsuo-cpp deleted the test-naive-matmul branch February 19, 2026 09:31
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

Comments