ShigekiKarita / grain

autograd mir and CUDA library for dynamic neural networks in D.
https://shigekikarita.github.io/grain
Boost Software License 1.0
66 stars 7 forks source link

ndslice based variable #5

Open ShigekiKarita opened 6 years ago

ShigekiKarita commented 6 years ago

currently ndslice variable is only used in HostStorage (CPU) variables. I plan to use ndslice also in DeviceStorage (CUDA) to support topology ops https://github.com/ShigekiKarita/grain/issues/1