summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCNugteren <web@cedricnugteren.nl>2015-08-19 09:29:54 +0200
committerCNugteren <web@cedricnugteren.nl>2015-08-19 09:29:54 +0200
commite806bc1ff06cee77d57d7a0edbb038e33968f839 (patch)
treebd40cccd86f5b2c535b86fa283c9d5521172f19d /README.md
parente239c5f852c133b89ad523776ee7a413d3c4ec2b (diff)
Added Travis build-status to the README
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 965da95e..9154ce1e 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.