summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2015-08-19 09:34:01 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2015-08-19 09:34:01 +0200
commit85bd783e0d80de9aec0a4bcd49ab4acd88ab07d0 (patch)
tree37cd48980b8d64159014de3f4c8bc92a82840bfe /README.md
parent4f6e42d0525aff96211801da16608829eacaf9b6 (diff)
parente806bc1ff06cee77d57d7a0edbb038e33968f839 (diff)
Merge pull request #22 from CNugteren/travis
Added Travis continuous integration
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 386e7bf9..e546cd70 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,8 @@
CLBlast: The tuned OpenCL BLAS library
================
+[![Build Status](https://travis-ci.org/CNugteren/CLBlast.svg?branch=master)](https://travis-ci.org/CNugteren/CLBlast)
+
CLBlast is a modern, lightweight, performant and tunable OpenCL BLAS library written in C++11. It is designed to leverage the full performance potential of a wide variety of OpenCL devices from different vendors, including desktop and laptop GPUs, embedded GPUs, and other accelerators. CLBlast implements BLAS routines: basic linear algebra subprograms operating on vectors and matrices.
__Note that the CLBlast library is actively being developed, and is not mature enough for production environments__. This preview-version doesn't support all routines yet: others will be added in due time. It also lacks extensive tuning on some common OpenCL platforms: __out-of-the-box performance on some devices might be poor__. See below for more details.