AccelerateHS / AccelerateHS/accelerate
Feature: Strided convolutions
Abierto
language
new feature
- Lenguaje dominante
- Haskell
- Estrellas
- 1k
- Forks
- 135
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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
```
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.