mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-16 23:07:05 +01:00
KNL streaming stores, and KNL performance coutners
This commit is contained in:
@ -113,9 +113,8 @@ public:
|
||||
|
||||
#endif
|
||||
_Tp tmp;
|
||||
#undef FIRST_TOUCH_OPTIMISE
|
||||
#ifdef FIRST_TOUCH_OPTIMISE
|
||||
#pragma omp parallel for
|
||||
#ifdef GRID_NUMA
|
||||
#pragma omp parallel for schedule(static)
|
||||
for(int i=0;i<__n;i++){
|
||||
ptr[i]=tmp;
|
||||
}
|
||||
|
Reference in New Issue
Block a user