[OPENMP]Reduce number of captured global vars.
Try to reduce the number of global vars captured in the OpenMP regions by capturing them only the regions, which mark them as not-shared.
Loading
Please sign in to comment
Try to reduce the number of global vars captured in the OpenMP regions by capturing them only the regions, which mark them as not-shared.