Page Index - ocentra/bitnet.rs GitHub Wiki
41 page(s) in this GitHub Wiki:
- Home
- Project Plan: bitnet-rs
- How to Contribute / Onboard
- Full Project & Module Structure
- File-by-File Purpose & Challenge Table
- Special Callouts: GPU Kernel & SIMD Code
- Critique & Resolution
- Training
- Advanced Debugging & Visualization
- Not in Scope / Explicitly Rejected Approaches
- Iterative Tuning & Validation for Kernels
- Deep Dive: Critical Components & Data Flow
- Deep Dive 1: bitnet_linear.rs — The BitLinear CustomOp & Kernel Signatures
- Deep Dive 2: kernels/cpu_*.rs — The CPU LUT Kernel Logic
- Deep Dive 3: bitnet-core/src/kernels/bitnet_kernel.wgsl — The GPU Kernel Data Flow
- Deep Dive 4: bitnet-converter/packer.rs — The Weight Conversion Pipeline
- Component Descriptions
- Crate: bitnet-core — The Engine
- Crate: bitnet-converter
- Crate: bitnet-app
- Guiding Principles & Philosophy
- Rust Development: Traps, Pitfalls, & Best Practices
- Documentation Strategy & Docs.rs Integration
- Docs.rs Integration
- Internal Documentation
- Documentation Workflow
- Documentation Standards
- Versioning & Stability
- Core GUI/Visualization Module (bitnet-core/src/gui/)
- BitNet App
- Please reload this page
- BitNet Converter
- Please reload this page
- BitNet Core
- Please reload this page
- BitNet Tools
- Please reload this page
- BitNet WASM
- Please reload this page
- Custom Kernel Test
- Please reload this page