Skip to content

Cut a PyPI release including #279 (Metal ACCorr command-queue leak fix) #291

Description

@Ramdam17

The Metal accorr kernel creates a new MTLCommandQueue on every call, which leaks GPU resources over long surrogate/permutation loops until newCommandQueue() returns None and the run crashes (AttributeError: 'NoneType' object has no attribute 'commandBuffer').

#279 (21be8d5) fixed this on master (cached queue + autorelease pool + buffer release), but the current PyPI release 0.6.0 predates it — so GPU users have to pin the git commit. Could a patch release including #279 be cut?

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions