tsoding / nn.h

Simple stb-style header-only library for Neural Networks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is matrix calculation going to be multithreaded?

Cordain opened this issue Β· comments

When watching your stream record I noticed that this library is single threaded solution. What if it could do matrix operations in parallel, for example dividing them by rows per thread? Speed gain would be very much appreciated πŸ˜„

P.S. Love your approach to make c library for neural networks, definitely gonna use it in some time!