Coder Social home page Coder Social logo

samuelegiuli / formatmul Goto Github PK

View Code? Open in Web Editor NEW

This project forked from gha3mi/formatmul

0.0 0.0 0.0 9.8 MB

ForMatmul - A Fortran library that overloads the matmul function to enable efficient matrix multiplication with/without coarray.

Home Page: https://gha3mi.github.io/formatmul/

License: BSD 3-Clause "New" or "Revised" License

Fortran 100.00%

formatmul's Introduction

GitHub Version Documentation License Build

ForMatmul

ForMatmul: A Fortran library that overloads the matmul function to enable efficient matrix multiplication with/without coarray.

Usage

use formatmul

c = matmul(a,b, option='m1', transA=.true., transB=.true., coarray=.true.)

fpm dependency

If you want to use ForMatmul as a dependency in your own fpm project, you can easily include it by adding the following line to your fpm.toml file:

[dependencies]
formatmul = {git="https://github.com/gha3mi/formatmul.git"}

How to run tests

Clone the repository:

You can clone the ForMatmul repository from GitHub using the following command:

git clone https://github.com/gha3mi/formatmul.git
cd formatmul

Tested with Intel compiler: ifort (IFORT) 2021.10.0 20230609

fpm @ifort-test
fpm @ifort-test-coarray

Tested with Intel compiler: ifx (IFX) 2023.2.0 20230622

fpm @ifx-test
fpm @ifx-test-coarray

Tested with NVIDIA compiler: nvfortran 23.11-0 64-bit target on x86-64 Linux

fpm @nvfortran-test

Benchmarks

You can find benchmark results on ForBenchmark.

API documentation

The most up-to-date API documentation for the master branch is available here. To generate the API documentation for ForMatmul using ford run the following command:

ford ford.yml

Contributing

Contributions to ForMatmul are welcome! If you find any issues or would like to suggest improvements, please open an issue.

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.