Parallel computing with DGM ?

Post a reply


This question is a means of preventing automated form submissions by spambots.
Smilies
:D :) ;) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :!: :?: :idea: :arrow: :| :mrgreen: :geek: :ugeek:

BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Parallel computing with DGM ?

Re: Parallel computing with DGM ?

Post by Creator » Tue Jan 26, 2016, 02:03

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.

Parallel computing with DGM ?

Post by Chou » Tue Jan 26, 2016, 01:58

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?

Top