Is it possible to define a macro with in a macro ? Any trick will do.
I am trying to do quick conversion of cuda program to open mp by defining some macros at the top:
Code:
#define __syncthreads()  #pragma omp barrier
Thanks