AccelerateHS / AccelerateHS/accelerate

Implement minimal interpreter for new pipeline

未关闭
#468 0 条评论 0 个 reaction 已指派 1 人 已被 @ivogabe 认领 在 GitHub 查看
主要语言
Haskell
星标
1k
派生
135
PR 合并指标
30 天内没有已合并 PR

描述

The interpreter should be implemented for the new pipeline. This roughly consists of the following steps:

- [ ] Create a data type for the primitive operations in the interpreter. We should keep this limited to generate and permute, as the other operations have default implementations in terms of these. That will also allow us to test the default implementations :)
- [ ] Implement the DesugarAcc type class
- [ ] Integrate with new schedule (#467)
- [ ] Create a Kernel data type, containing a function performing the actual computation
- [ ] Implement compilation step (i.e., a function from Cluster to Kernel)

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。