A high perf tensor library written in rust w cool compile time shape and device liniting (WIP)

3 Open Issues Need Help Last updated: Oct 5, 2025

Open Issues Need Help

View All on GitHub

AI Summary: This issue proposes setting up CI/CD workflows to automatically execute and evaluate project benchmarks. The workflow should compare current benchmark results against the `main` branch, failing the build if a performance regression is detected. An override mechanism is required to allow maintainers to approve regressions, preventing CI failure.

Complexity: 4/5
good first issue

A high perf tensor library written in rust w cool compile time shape and device liniting (WIP)

Rust

AI Summary: This issue proposes a refactoring effort to replace explicit lifetime references (`&'a`) with `Box` types throughout the codebase. The primary motivation is to alleviate common compiler errors related to lifetimes, which are currently hindering development, especially for future neural network layer implementations. While this change is expected to simplify code and improve developer experience, it requires careful implementation to ensure any performance regressions are minimal.

Complexity: 4/5
good first issue

A high perf tensor library written in rust w cool compile time shape and device liniting (WIP)

Rust
Feat: Add Pad support about 3 hours ago

AI Summary: This issue proposes adding support for a 'Pad' feature. The implementation should adapt an existing mechanism (similar to issue #3) to add a constant value, which must be correctly rendered as a literal for the padding operation.

Complexity: 2/5
good first issue

A high perf tensor library written in rust w cool compile time shape and device liniting (WIP)

Rust