G7 (Low):
- rtx-onnx-codegen: replace todo!("Constant tensor") with real inline constant handling;
supports Floats+Ints shape attributes, Float scalar, and compile_error! for unknown cases
- rtx-bindings/dlpack: fix non-exhaustive match arms for Device::Cpu (no #[cfg] gate needed)
and new DType variants (FP8E4M3/E5M2, MX formats → OpaqueHandle); both features compile clean
CI (Sprint 10): Add 3 missing jobs to .gitea/workflows/ci.yml
- python-bindings: maturin develop --features python on ubuntu + macos
- wasm-build: cargo build --target wasm32-unknown-unknown + <5MB size check
- distributed-tests: cargo test -p rtx-distributed
- ci-success gate now requires all 8 jobs to pass
Co-Authored-By: Claude Sonnet 4.6 <[email protected]>