Code Monkey home page Code Monkey logo

Comments (4)

martin-frbg avatar martin-frbg commented on August 25, 2024 1

I don't have data for that right now , best you do the comparison on the hardware and functions you want to use. I expect performance will be pretty similar for GEMM, but OpenBLAS does not yet have SVE kernels for every function where it would make sense (e.g. complex dot product has fairly poor performance)

from openblas.

martin-frbg avatar martin-frbg commented on August 25, 2024 1

I'd think DOT and AXPY, as a number of other BLAS functions can/will be implemented in terms of them. Maybe TRMM for completeness (will not necessarily be close to GEMM). Of course M1 is a bit special as it does not provide SVE support - on the other hand, if you (can) include Apple's own Accelerate library in your comparison you gain access to the (officially) undocumented matrix math coprocessor (AMX).

from openblas.

jianshu93 avatar jianshu93 commented on August 25, 2024

I will probably run some test on M1 chips since both can be easily installed on my Mac. What other functions you suggest I can test except GEMM?

Thanks,

Jianshu

from openblas.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.