Skip to content

Bad default number of BLAS threads on 1.9? #976

Closed
JuliaLang/julia
#48064
@KristofferC

Description

@KristofferC

Something looks strange with the number of BLAS threads on 1.9, I think.

julia> VERSION
v"1.9.0-beta2"

julia> LinearAlgebra.BLAS.get_num_threads()
1
julia> VERSION
v"1.8.4"

julia> LinearAlgebra.BLAS.get_num_threads()
8

This should just be with everything default.

cc @staticfloat

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