AccelerateHS / AccelerateHS/accelerate

[Tracking Issue] Implementing (Segmented) Single-Pass Look-Back Scans

オープン
#523 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
Haskell
スター
1k
フォーク
135
PR マージ指標
30日以内にマージされた PR はありません

説明

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](https://github.com/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
- [ ] Create the GPU implementation for LLVM in [AccelerateHS/accelerate-llvm](https://github.com/AccelerateHS/accelerate-llvm)
- [ ] Create the CPU implementation for LLVM in [AccelerateHS/accelerate-llvm](https://github.com/AccelerateHS/accelerate-llvm)
- [ ] Change the `Prelude` to use the new primitive
- [ ] Change the GPU implementation for non-segmented scans in [AccelerateHS/accelerate-llvm](https://github.com/AccelerateHS/accelerate-llvm)

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™

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。