Page 1 of 1

Parallel computing with DGM ?

Posted: Tue Jan 26, 2016, 01:58
by Chou
Hello,
I am using DGM library 1.4.1 on a quad-core Intel i7 PC, but I notice almost no speed improvement for the inference in comparison to a Core 2 Duo PC. As I understand, your library makes use of parallel computing, could you give me a hint how to run the demo code on a quad-core CPU effectively?

Re: Parallel computing with DGM ?

Posted: Tue Jan 26, 2016, 02:03
by Creator
In order to make use of parallel computing, please uncomment

Code: Select all

#define USE_PPL

in the types.h file in the include\ directory.
After that, rebuild the library.