Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

reed-solomon-perf/milestone-1 #2

Merged
merged 2 commits into from
Oct 18, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions deliveries/reed-solomon-perf-milestone-1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Milestone Delivery :mailbox:

* **Application Document:** <https://github.com/pioneersprize/Polkadot-Pioneers-Prize/blob/main/applications/reed-solomon-perf.md>
* **Milestone Number:** 1

**Context**
> Please provide a short paragraph or two connecting the deliverables in this milestone and describing their purpose.

A set of code changes that enables primarily `avx2` based `SIMD` acceleration and adding sufficient tests. As part of this, also re-commission the perf measurement pipeline.

**Deliverables**

| Number | Deliverable | Link | Notes |
| ------------- | ------------- | ------------- |------------- |
| 1. | SIMD perf | <https://github.com/drahnr/reed-solomon-novelpoly/pull/1> respectively <https://github.com/paritytech/reed-solomon-novelpoly/pull/10> | Due to a lack of permissions I had to target my own fork for the pipeline runs |
| 2. | CI pipeline | <https://ci.fff.rs/teams/main/pipelines/reed-solomon> | |

**Additional Information**

This is the only pre-requisite to be able to start work on <https://github.com/pioneersprize/Polkadot-Pioneers-Prize/pull/10> but also to get the work merged.

Jeff B. already did a review pass <https://github.com/drahnr/reed-solomon-novelpoly/pull/1#issuecomment-1715371561>