From 269bddbf34e5cad00f3845d1a68974420997a040 Mon Sep 17 00:00:00 2001 From: Cedric Nugteren Date: Sat, 3 Mar 2018 13:12:09 +0100 Subject: Fixed the buildbot badges in the README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index af6e751d..047c7928 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,10 @@ CLBlast: The tuned OpenCL BLAS library ================ -| | Build status | Tests on Intel GPU | Tests on NVIDIA GPU | Tests on AMD GPU | +| | Build status | Tests on Intel CPU | Tests on NVIDIA GPU | Tests on AMD GPU | |-----|-----|-----|-----|-----| | Windows | [![Build Status](https://ci.appveyor.com/api/projects/status/github/cnugteren/clblast?branch=master&svg=true)](https://ci.appveyor.com/project/CNugteren/clblast) | N/A | N/A | N/A | -| Linux | [![Build Status](https://travis-ci.org/CNugteren/CLBlast.svg?branch=master)](https://travis-ci.org/CNugteren/CLBlast/branches) | [![Build Status](http://67.207.87.39:8010/#/builders/97)](http://67.207.87.39:8010/badges/clblast-linux-intel-e5-2620-v4.svg) | [![Build Status](http://67.207.87.39:8010/#/builders/98)](http://67.207.87.39:8010/badges/clblast-linux-nvidia-k80.svg) | [![Build Status](http://67.207.87.39:8010/#/builders/96)](http://67.207.87.39:8010/badges/clblast-linux-amd-w9100.svg) | +| Linux | [![Build Status](https://travis-ci.org/CNugteren/CLBlast.svg?branch=master)](https://travis-ci.org/CNugteren/CLBlast/branches) | [![Build Status](http://67.207.87.39:8010/badges/clblast-linux-intel-e5-2620-v4.svg)](http://67.207.87.39:8010/#/builders/97) | [![Build Status](http://67.207.87.39:8010/badges/clblast-linux-nvidia-k80.svg)](http://67.207.87.39:8010/#/builders/98) | [![Build Status](http://67.207.87.39:8010/badges/clblast-linux-amd-w9100.svg)](http://67.207.87.39:8010/#/builders/96) | | OS X | [![Build Status](https://travis-ci.org/CNugteren/CLBlast.svg?branch=master)](https://travis-ci.org/CNugteren/CLBlast/branches) | N/A | N/A | N/A | 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. See [the CLBlast website](https://cnugteren.github.io/clblast) for performance reports on various devices as well as the latest CLBlast news. -- cgit v1.2.3