Skip to content

Hoist thread-local allocator within the nested parallel loops #120

Closed
@ciyongch

Description

@ciyongch
  1. The allocators in parallelized loops are thread-local
  2. For nested parallelized loops, one thread might access another thread's thread-local buffer, which will result in unexpected behavior.
  3. We need to hoist such allocators for correct result.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions