AccelerateHS / AccelerateHS/accelerate
Asynchronous execution
Open
new feature
- Dominant language
- Haskell
- Stars
- 1k
- Forks
- 135
- PR merge metrics
- No merged PRs in 30d
Description
@rrnewton notes in #48 that the current (driver default) behaviour is to spin when waiting for GPU operations to complete, which is not friendly towards other Haskell threads that want to do useful work. We should change this to something that is gentler with CPU resources (`CU_CTX_SCHED_BLOCKING_SYNC`).
Tangentially related to #13.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.