AccelerateHS / AccelerateHS/accelerate
Feature: Strided convolutions
Open
language
new feature
- Dominant language
- Haskell
- Stars
- 1k
- Forks
- 135
- PR merge metrics
- No merged PRs in 30d
Description
Something like this would be amazing (I can't figure out how to do it efficiently in accelerate proper)
``` haskell
stridedConvolution
:: Exp sh --stride
-> Exp sh --padding?
-> (Exp a -> Exp b -> Exp c) --multiply
-> (Exp c -> Exp c -> Exp d) --add
-> Array sh b --kernel
-> Array sh a --source
-> Array sh d
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.