rust-lang / rust-lang/portable-simd
Port the examples from packed_simd
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 1.1k
- Forks
- 108
- Avg merge
- 22h 53m
- Merged PRs (30d)
- 3
Description
packed_simd hosts various examples in its repo, featuring classics like
- Aobench
- Dot Product
- Fannkuch Redux
- Mandelbrot
- Matrix Inverse
- N-Body
- Options Pricing
- Slice Sum
- Spectral Norm
- Stencil
- Triangle Xform
We've already had users come up with code (in spite of not even being published to crates.io), so obviously we're doing something right in terms of making a decently intuitive API, but we should port some of these to the current API to provide more practical working examples, and also tacitly a bench suite, in this repo or another. That or we should figure out why we're not doing so.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Review the packed_simd examples named in the issue and compare them with the current API in this repository. Choose which unchecked examples to port, then verify that the ported examples work and provide the intended practical or benchmark coverage.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- performance
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100