File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 179179 #:if MFC_COMPILER == NVIDIA_COMPILER_ID or MFC_COMPILER == PGI_COMPILER_ID
180180 #:set omp_start_directive = ' !$omp target teams loop defaultmap(firstprivate:scalar) bind(teams,parallel) '
181181 #:elif MFC_COMPILER == CCE_COMPILER_ID
182- #:set omp_start_directive = ' !$omp target teams distribute parallel do simd defaultmap(firstprivate:scalar) '
182+ #:set omp_start_directive = ' !$omp target teams distribute parallel do defaultmap(firstprivate:scalar) '
183183 #:elif MFC_COMPILER == AMD_COMPILER_ID
184184 #:set omp_start_directive = ' !$omp target teams distribute parallel do '
185185 #:else
194194 #:if MFC_COMPILER == NVIDIA_COMPILER_ID or MFC_COMPILER == PGI_COMPILER_ID
195195 #:set omp_end_directive = ' !$omp end target teams loop'
196196 #:elif MFC_COMPILER == CCE_COMPILER_ID
197- #:set omp_end_directive = ' !$omp end target teams distribute parallel do simd '
197+ #:set omp_end_directive = ' !$omp end target teams distribute parallel do'
198198 #:elif MFC_COMPILER == AMD_COMPILER_ID
199199 #:set omp_end_directive = ' !$omp end target teams distribute parallel do'
200200 #:else
You can’t perform that action at this time.
0 commit comments