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
Software Development Framework Development

AI Summary: This issue proposes setting up CI/CD workflows to automatically run performance benchmarks. The goal is to compare benchmark results against the main branch and fail the build if regressions are detected, requiring maintainer approval to proceed.

Complexity: 3/5
good first issue

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

Rust
Software Development Framework Development

AI Summary: This issue proposes refactoring code to use `Box` instead of explicit lifetimes (`&'a`). The goal is to simplify development by avoiding compiler errors related to lifetimes, even if it introduces a slight performance overhead. This change is intended to facilitate future implementations of neural network layers.

Complexity: 3/5
good first issue

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

Rust
Software Development Framework Development

AI Summary: This issue proposes adding support for padding operations, likely within a tensor manipulation library. The implementation should be analogous to a previous issue (#3) but focus on adding a constant value as padding, which should be treated as a literal. The 'good first issue' label suggests it's intended for newcomers.

Complexity: 2/5
good first issue

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

Rust