fluid-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [fluid-dev] Parallelize rendering using openMP


From: Carlo Bramini
Subject: Re: [fluid-dev] Parallelize rendering using openMP
Date: Sun, 15 Apr 2018 11:31:50 +0200 (CEST)

Hello,
do you think that it would be possible to implement this thing in addition to 
existing code?
For example, something like:

#if THREADING_MODE_RVOICE == MODEL_SYNC_OPENMP3
<bla bla bla>
...
#elif THREADING_MODE_RVOICE == MODEL_SYNC_THREAD
<bla bla bla>
...
#else // THREADING_MODE_RVOICE == MODEL_SYNC_NONE
<bla bla bla>
...
#endif

Sincerely.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]