AccelerateHS / AccelerateHS/accelerate
New-pipeline: Make reference counting explicit in UniformSchedule
Open
- Dominant language
- Haskell
- Stars
- 1k
- Forks
- 135
- PR merge metrics
- No merged PRs in 30d
Description
We are using reference counting for memory management on new-pipeline. The reference counting logic is currently hardcoded for the Native backend. To also use reference counting on the PTX backend, we should perform reference counting in the shared code instead of in the backend code. We can do that by making reference counting explicit in the last shared representation: UniformSchedule.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.