AccelerateHS / AccelerateHS/accelerate
Annotations for -ddump-exec
Open
new feature
- Dominant language
- Haskell
- Stars
- 1k
- Forks
- 135
- PR merge metrics
- No merged PRs in 30d
Description
When running an accelerate-cuda program with -ddump-exec I get to see a lot of 'map', 'generate', 'fold1'. It would be nice to get more specific information. E.g. if I write
```
A.annotate "myfunc" $ A.replicate x y z
```
I expect to see "myfunc" in the output of -ddump-exec. However, I have no idea whether this still works in the presence of fusion.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.