Hi,
I want to build a core dependent code using target compilation.
Tried to use DNUM bu no success (see example code below). It seems that DNUM can only be used during run time! As such, what can I use to replace DNUM?
thanks.
#if (DNUM == 0)
//core 0 code
#endif
#if(DNUM == 1)
//core 1 code
#endif
khaled.