summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2016-06-27 14:10:56 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2016-06-27 14:10:56 +0200
commit5557a6ae81ae12717f3095a8a0dc192ba5cf36e7 (patch)
tree2f39be90330b2bb5033cf9a11079be283592f652 /README.md
parentdac99451d949073ccbbadb1488f9a5bb4a1c437d (diff)
Added vcvarsall to AppVeyor and added AppVeyor icons to README
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9e5ae24f..d4bd38d3 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ CLBlast: The tuned OpenCL BLAS library
| | master | development |
|-----|-----|-----|
| Linux/OS X | [![Build Status](https://travis-ci.org/CNugteren/CLBlast.svg?branch=master)](https://travis-ci.org/CNugteren/CLBlast/branches) | [![Build Status](https://travis-ci.org/CNugteren/CLBlast.svg?branch=development)](https://travis-ci.org/CNugteren/CLBlast/branches) |
-| Windows | | |
+| Windows | [![Build Status](https://ci.appveyor.com/api/projects/status/github/cnugteren/clblast?branch=master&svg=true)](https://ci.appveyor.com/project/CNugteren/clblast) | [![Build Status](https://ci.appveyor.com/api/projects/status/github/cnugteren/clblast?branch=development&svg=true)](https://ci.appveyor.com/project/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.