Open Issues Need Help
View All on GitHubAI 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.
A high perf tensor library written in rust w cool compile time shape and device liniting (WIP)
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.
A high perf tensor library written in rust w cool compile time shape and device liniting (WIP)
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.
A high perf tensor library written in rust w cool compile time shape and device liniting (WIP)