Commit 392948b
Carlo Bertolli
[OpenMP-RT] Fix debug string for NVPTX runtime library
https://reviews.llvm.org/D42757
The method ThreadsInTeam is used to determine the number of threads to be used in a parallel region under SPMD mode (see line 127 of supporti.h in libomptarget/deviceRTLs/nvptx/src/). This patch fixes the corresponding debug print upon initialization of the kernel in SPMD mode.
git-svn-id: https://llvm.org/svn/llvm-project/openmp/trunk@323978 91177308-0d34-0410-b5e6-96231b3b80d81 parent b13de57 commit 392948b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
166 | | - | |
| 166 | + | |
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
| |||
0 commit comments