Skip to content

Kernel bandwidth scheduler is really slow #43

@dannys4

Description

@dannys4

This happens because we use jited closures for kernel evaluations, which means that numba has to recompile the functions every time the bandwidth changes. We should probably move the closures to separate functions and not close on the bandwidth.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions