Giter VIP home page Giter VIP logo

blas-tester's Introduction

BLAS-Tester

BLAS is an important building block in scientific and engineering application. This purpose of this porject is testing BLAS library. First, it compares the result with netlib reference BLAS. Then, it measures the performance. This project is based on the tester from ATLAS http://math-atlas.sf.net.

BLAS-Tester is supported by Lab of Parallel Software and Computational Science,ISCAS http://www.rdcps.ac.cn. We use this project to test OpenBLAS http://xianyi.github.com/OpenBLAS.

License

BSD

##Install Guide

  • Please edit the options in Makefile.rule.
  • make
  • The test binaries are in /your/path/BLAS-Tester/bin

Examples:

On X86 CPU make TEST_BLAS=/opt/OpenBLAS/lib/libopenblas.a ARCH=X86 NUMTHREADS=8 L2SIZE=4194304

On Loongson 3A 64-bit make TEST_BLAS=/opt/OpenBLAS/lib/libopenblas.a ARCH=Loongson BINARY=32 NUMTHREADS=4 L2SIZE=4194304

L2SIZE: 4M=4194304 6M=6291456 8M=8388608 12M=12582912

##Tip for Intel Compiler If BLAS library is built by ifort, you should set F_INTERFACE_INTEL=1 .

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.