According to the standard, after memory flushing the changes in the
memory must be visible to all the threads in all teams. Patch fixes
this.
Details
Details
- Reviewers
gtbercea kkwli0 - Commits
- rG5442f3e549c8: [OPENMP][NVPTX]Fix __kmpc_flush to flush the memory per system, not per block.
rOMP348491: [OPENMP][NVPTX]Fix __kmpc_flush to flush the memory per system, not per block.
rL348491: [OPENMP][NVPTX]Fix __kmpc_flush to flush the memory per system, not per block.
Diff Detail
Diff Detail
- Repository
- rL LLVM