Skip to content

GIL blocks parallelism for many kernels #1756

Description

@cmdupuis3

Currently, only two sites out of about 140 njit kernels set nogil=True, which means that most of them are running serially.

As part of the efforts to make the package as a whole chunk-parallelizeable, we should have nogil=True most of the time.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

scalabilityRelated to scalability & performance efforts

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions