The workers also need to initialize the global stack. The call to the initialization function needs to happen after the kernel_init() function is called by the master. This ensures that the per-team data structures of the runtime have been initialized.
Details
Details
- Reviewers
ABataev grokos carlo.bertolli caomhin - Commits
- rG36cdfad06236: [OpenMP][Clang] Add call to global data sharing stack initialization on the…
rL328219: [OpenMP][Clang] Add call to global data sharing stack initialization on the…
rC328219: [OpenMP][Clang] Add call to global data sharing stack initialization on the…
Diff Detail
Diff Detail
- Repository
- rC Clang