So I am a computer graphics guy. I wrote my own renderer from scratch and made it support the Embree ray tracing library. It is semi-fast and had shown been able to render complex scenes. Hmm... maybe I can render a short MV in 1080p with it? Maybe I can! What my renderer can't do.... Continue Reading →
Building standalone NNPACK with CMake.
NNPACK is a widely used CPU based neural network acceleration library. It is fast a sleek library. But building it from scratch is hard and often won't work (even following the READEME). Building NNPACK On the offical READEME file said NNPACK can be build with confu and ninja. But that often fail and and is... Continue Reading →
Recent Comments