asc-community / asc-community/HonkPerf.NET
[Design] HonkPerf.NET.GenericSIMD
Open
- Dominant language
- C#
- Stars
- 172
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
# GenericSIMD
We're probably going to use Silk.NET.Maths for `Simd128` and `Simd256` sets. The API itself though would rely on `Span`.
Current thought:
```cs
static void Add(Span a, Span b, Span c)
```
Contributor guide
No contributing guide indexed for this repository
Research direction
The issue only sketches a possible GenericSIMD API using Silk.NET.Maths Simd128 and Simd256 sets with Span; no files, tests, or entry points are identified. First clarify the intended API, supported operations and implementation scope, then define what a complete design and validation plan would include.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- performance
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100