Skip to content

Parallelize LinearAlgebra/addmul test #690

Open
@Keno

Description

@Keno

This test does a big loop over various combinations of matrix types: https://github.com/JuliaLang/julia/blob/master/stdlib/LinearAlgebra/test/addmul.jl#L134 and tries to add them together. This test takes the longest of any of the tests in the system. That loop should be fairly easy to distribute across multiple workers. Since each test runs with a different argument combination, I don't think we'd even lose anything by not caching common specializations between workers.

Metadata

Metadata

Assignees

No one assigned

    Labels

    testThis change adds or pertains to unit tests

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions