|
2 | 2 |
|
3 | 3 | *Reusable GPU array functionality for Julia's various GPU backends.*
|
4 | 4 |
|
5 |
| -| **Documentation** | **Build Status** | |
6 |
| -|:-------------------------------------------------------------------------:|:-------------------------------------------------------------------------------------------:| |
7 |
| -| [![][docs-stable-img]][docs-stable-url] [![][docs-dev-img]][docs-dev-url] | [![][gitlab-img]][gitlab-url] [![][travis-img]][travis-url] [![][codecov-img]][codecov-url] | |
| 5 | +| **Documentation** | **Build Status** | **Coverage** | |
| 6 | +|:-------------------------------------------------------------------------:|:--------------------------------------------------------------------------------------------------:|:-------------------------------:| |
| 7 | +| [![][docs-stable-img]][docs-stable-url] [![][docs-dev-img]][docs-dev-url] | [![][gitlab-img]][gitlab-url] [![][travis-img]][travis-url] [![PkgEval][pkgeval-img]][pkgeval-url] | [![][codecov-img]][codecov-url] | |
| 8 | + |
| 9 | +[docs-stable-img]: https://img.shields.io/badge/docs-stable-blue.svg |
| 10 | +[docs-stable-url]: http://JuliaGPU.github.io/GPUArrays.jl/stable/ |
| 11 | + |
| 12 | +[docs-dev-img]: https://img.shields.io/badge/docs-dev-blue.svg |
| 13 | +[docs-dev-url]: http://JuliaGPU.github.io/GPUArrays.jl/dev/ |
8 | 14 |
|
9 | 15 | [gitlab-img]: https://gitlab.com/JuliaGPU/CuArrays.jl/badges/master/pipeline.svg
|
10 | 16 | [gitlab-url]: https://gitlab.com/JuliaGPU/CuArrays.jl/commits/master
|
11 | 17 |
|
12 | 18 | [travis-img]: https://api.travis-ci.org/JuliaGPU/GPUArrays.jl.svg?branch=master
|
13 | 19 | [travis-url]: https://travis-ci.org/JuliaGPU/GPUArrays.jl
|
14 | 20 |
|
| 21 | +[pkgeval-img]: https://juliaci.github.io/NanosoldierReports/pkgeval_badges/G/GPUArrays.svg |
| 22 | +[pkgeval-url]: https://juliaci.github.io/NanosoldierReports/pkgeval_badges/G/GPUArrays.html |
| 23 | + |
15 | 24 | [codecov-img]: https://codecov.io/gh/JuliaGPU/GPUArrays.jl/branch/master/graph/badge.svg
|
16 | 25 | [codecov-url]: https://codecov.io/gh/JuliaGPU/GPUArrays.jl
|
17 | 26 |
|
18 |
| -[docs-stable-img]: https://img.shields.io/badge/docs-stable-blue.svg |
19 |
| -[docs-stable-url]: http://JuliaGPU.github.io/GPUArrays.jl/stable/ |
20 |
| - |
21 |
| -[docs-dev-img]: https://img.shields.io/badge/docs-dev-blue.svg |
22 |
| -[docs-dev-url]: http://JuliaGPU.github.io/GPUArrays.jl/dev/ |
23 |
| - |
24 | 27 | This package is the counterpart of Julia's `AbstractArray` interface, but for GPU array
|
25 | 28 | types: It provides functionality and tooling to speed-up development of new GPU array types.
|
26 | 29 | **This package is not intended for end users!** Instead, you should use one of the packages
|
|
0 commit comments