Skip to content

OpenMP parallelisation of strided assigner #1973

@starboerg

Description

@starboerg

Using multidimensional arrays xtensor libary performs parallelization of the inner-most loop in assignments (xasssign.h:). This creates a massive overhead compared to parallelization of the outer loop (just imagine a 100x100x100 array) .
In addition, OpenMP could be combined with TBB.
Currently users are forced to implement these loops manually and turn off xtensors OpenMP usage.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions