Skip to content

docs: update README to match current code#22

Open
heroarmor wants to merge 1 commit into
CrucibleComputingGroup:mainfrom
heroarmor:docs/readme-update
Open

docs: update README to match current code#22
heroarmor wants to merge 1 commit into
CrucibleComputingGroup:mainfrom
heroarmor:docs/readme-update

Conversation

@heroarmor
Copy link
Copy Markdown
Collaborator

Updates the README to match the current code.

  • Layout: mp/ and quant/ are now real packages (were marked placeholders); only qwt/ and sensitivity/ remain placeholders.
  • sc_matmul signature: documents the new keyword args (group_a, group_b, rng_levels, halve_bipolar_stoc_len, smooth_scales) and the clear_rng_cache / det_kernel_tuning exports.
  • New sections for scmp_kernels.quant (fused / grouped / smoothquant) and scmp_kernels.mp, plus install and a pytest tests/ line.

Docs only — no code changes.

🤖 Generated with Claude Code

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates README.md to reflect the current scmp_kernels package surface and repository structure (SC kernels, quantization, and mixed-precision modules), aligning documentation with the now-migrated mp/ and quant/ packages and the expanded sc_matmul API.

Changes:

  • Refreshes package layout and adds install + test commands.
  • Documents the current sc_matmul signature (including newer kwargs) and additional SC exports (clear_rng_cache, det_kernel_tuning).
  • Adds new README sections describing scmp_kernels.quant and scmp_kernels.mp.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread README.md
group_b: int = 1, # row-group size on operand b
rng_levels: int | None = None, # mixed-precision stream lengths
config: dict | None = None, # Sobol/Owen config; auto-built if None
halve_bipolar_stoc_len: bool = False, # bipolar: run at stoc_len/2
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.

2 participants