Giter VIP home page Giter VIP logo

mblas's Introduction

BLAS implementation for Erlang, targeted for the GRISP platform.

The goal is to obtain large Matrix multiplication operations, coded in erlang, and relying on NIF Vector operations. The Erlang/NIF interactions should allow other processus to execute while the matrices computations are running.

Early stage

At this point, I'm just experimenting: nothing is really usable now!

Current API

  • vector(L)
    Input: L, list of doubles. Returns a Vector defined as {vector, {size, values}}. Size is an int, values is a Binary type.

  • to_list(V)
    Input: V, Vector. Returns a list, containing the elements of V.

  • dot(V1, V2) Input: Vectors. Returns the element-wise product between the two numbers.

  • xSCAL(Alpha, V) Input: Alpha, double. V, Vector. Returns Alpha * V. Support for stride, size should be added...

Roadmap

The following functions are expected to be done by 01/10/2020:

Level 1 xSCAL xAXPY

Level 2 xGEMV

Level 3 xGEMM

For reference, http://www.netlib.org/blas/

mblas's People

Contributors

tanguyl avatar

Stargazers

Loreto Parisi avatar

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.