Skip to content

Commit ec10cee

Browse files
committed
Rename master to main branch.
[ci skip]
1 parent a9df2ba commit ec10cee

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/Test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Test
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
pull_request:
88
workflow_dispatch:
99

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,19 @@
1212
[docs-dev-img]: https://img.shields.io/badge/docs-dev-blue.svg
1313
[docs-dev-url]: http://JuliaGPU.github.io/GPUArrays.jl/dev/
1414

15-
[gitlab-img]: https://gitlab.com/JuliaGPU/GPUArrays.jl/badges/master/pipeline.svg
16-
[gitlab-url]: https://gitlab.com/JuliaGPU/GPUArrays.jl/commits/master
15+
[gitlab-img]: https://gitlab.com/JuliaGPU/GPUArrays.jl/badges/main/pipeline.svg
16+
[gitlab-url]: https://gitlab.com/JuliaGPU/GPUArrays.jl/commits/main
1717

18-
[gh-img]: https://github.com/JuliaGPU/GPUArrays.jl/actions/workflows/Test.yml/badge.svg?branch=master
18+
[gh-img]: https://github.com/JuliaGPU/GPUArrays.jl/actions/workflows/Test.yml/badge.svg?branch=main
1919
[gh-url]: https://github.com/JuliaGPU/GPUArrays.jl/actions/workflows/Test.yml
2020

21-
[buildkite-img]: https://badge.buildkite.com/05f9b27c5ce6c3906566fb66cfc42d44586e16d88a805a0b7b.svg?branch=master
21+
[buildkite-img]: https://badge.buildkite.com/05f9b27c5ce6c3906566fb66cfc42d44586e16d88a805a0b7b.svg?branch=main
2222
[buildkite-url]: https://buildkite.com/julialang/gpuarrays-dot-jl
2323

2424
[pkgeval-img]: https://juliaci.github.io/NanosoldierReports/pkgeval_badges/G/GPUArrays.svg
2525
[pkgeval-url]: https://juliaci.github.io/NanosoldierReports/pkgeval_badges/G/GPUArrays.html
2626

27-
[codecov-img]: https://codecov.io/gh/JuliaGPU/GPUArrays.jl/branch/master/graph/badge.svg
27+
[codecov-img]: https://codecov.io/gh/JuliaGPU/GPUArrays.jl/branch/main/graph/badge.svg
2828
[codecov-url]: https://codecov.io/gh/JuliaGPU/GPUArrays.jl
2929

3030
This package is the counterpart of Julia's `AbstractArray` interface, but for GPU array

docs/src/interface.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ struct CustomBackend <: KernelAbstractions.GPU
2929
KernelAbstractions.get_backend(a::CA) where CA <: CustomArray = CustomBackend()
3030
```
3131

32-
There are numerous examples of potential interfaces for GPUArrays, such as with [JLArrays](https://github.com/JuliaGPU/GPUArrays.jl/blob/master/lib/JLArrays/src/JLArrays.jl), [CuArrays](https://github.com/JuliaGPU/CUDA.jl/blob/master/src/gpuarrays.jl), and [ROCArrays](https://github.com/JuliaGPU/AMDGPU.jl/blob/master/src/gpuarrays.jl).
32+
There are numerous examples of potential interfaces for GPUArrays, such as with [JLArrays](https://github.com/JuliaGPU/GPUArrays.jl/blob/main/lib/JLArrays/src/JLArrays.jl), [CuArrays](https://github.com/JuliaGPU/CUDA.jl/blob/main/src/gpuarrays.jl), and [ROCArrays](https://github.com/JuliaGPU/AMDGPU.jl/blob/main/src/gpuarrays.jl).
3333

3434
## Caching Allocator
3535

0 commit comments

Comments
 (0)