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

DMD support #2

Open ShigekiKarita opened 6 years ago

ShigekiKarita commented 6 years ago

I have no idea but dmd seems to work. I will support DMD for coverage measure.

ShigekiKarita commented 6 years ago

I did codecov https://codecov.io/gh/ShigekiKarita/grain but I also found DMD on CUDA is not working.

maybe __gshared does dangerous things? The cublasHandle and cudnnHandle should be in the safe singleton.