Skip to content

mul!(C,A,B) hits method from DoubleFloats even after loading this package #2

@baggepinnen

Description

@baggepinnen

Hello and thank you for this package :)

I just tried it out, and noticed that

using DoubleBLAS
LinearAlgebra.mul!(C, A, B);

hits a method defined in DoubleFloats.jl https://github.com/JuliaMath/DoubleFloats.jl/blob/master/src/math/linearalgebra/matmul.jl#L81

How would I go about replacing that method with optimized ones from this package? Calling https://github.com/RalphAS/DoubleBLAS.jl/blob/master/src/gemm.jl#L6 directly is not really feasible if I'd like to keep implementations unchanged.

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