Skip to content

Julia 1.7: Issue with/after BLAS.get_num_threads() #14

@carstenbauer

Description

@carstenbauer

Julia 1.7.2

julia> using LinearAlgebra

julia> using BLISBLAS

julia> BLISBLAS.get_num_threads()
1

julia> BLAS.get_num_threads()
16790712

julia> BLISBLAS.get_num_threads()
-1359210104

Note that using only BLISBLAS.*_num_threads works just fine:

julia> BLISBLAS.set_num_threads(5)

julia> BLISBLAS.get_num_threads()
5

Julia 1.8.5 & Julia 1.10.3

julia> BLISBLAS.get_num_threads()
1

julia> BLAS.get_num_threads()
64

julia> BLISBLAS.get_num_threads()
1

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingupstream

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions