You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As described in my thesis, single-pass look-back scans have some performance advantages when dealing with big datasets versus the current implementation in Accelerate. This issue is designed to track the various PRs that will be created, as the code will be split over various PRs across not only this repo but the AccelerateHS/accelerate-llvm repo as well.
The current plan for PRs is as follows:
Create the SegScan primitive in this repo, and provide an interpreter implementation
This should allow for the PRs to still be manageable, instead of dumping a 1000 lines of changed code into a single PR. I hope to submit the first PR soon™
The text was updated successfully, but these errors were encountered:
As described in my thesis, single-pass look-back scans have some performance advantages when dealing with big datasets versus the current implementation in Accelerate. This issue is designed to track the various PRs that will be created, as the code will be split over various PRs across not only this repo but the AccelerateHS/accelerate-llvm repo as well.
The current plan for PRs is as follows:
SegScan
primitive in this repo, and provide an interpreter implementationPrelude
to use the new primitiveThis should allow for the PRs to still be manageable, instead of dumping a 1000 lines of changed code into a single PR. I hope to submit the first PR soon™
The text was updated successfully, but these errors were encountered: