The data sharing wrapper function needs to pass a valid global thread ID to the parallel outlined function when the parallel is combined with a for directive.
Details
Details
Diff Detail
Diff Detail
- Repository
- rC Clang
Event Timeline
Comment Actions
After some internal discussion with @ABataev he is going to replace the manual computation of the thread ID with a call to the runtime in a new patch.