Loading src/libnptm/clu_subs.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -2015,7 +2015,9 @@ void raba( #ifdef USE_NVTX nvtxRangePush("raba outer loop 2"); #endif #ifdef USE_TARGET_OFFLOAD #pragma omp teams distribute parallel for #endif for (int ipo = 0; ipo < 2; ipo++) { int jpo = 1 - ipo; ctqce[ipo][0] = cc0; Loading Loading
src/libnptm/clu_subs.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -2015,7 +2015,9 @@ void raba( #ifdef USE_NVTX nvtxRangePush("raba outer loop 2"); #endif #ifdef USE_TARGET_OFFLOAD #pragma omp teams distribute parallel for #endif for (int ipo = 0; ipo < 2; ipo++) { int jpo = 1 - ipo; ctqce[ipo][0] = cc0; Loading