Skip to content

Commit 27ccea9

Browse files
committed
Rename to GPUToolbox.jl
1 parent 9733b98 commit 27ccea9

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name = "GPUUtils"
1+
name = "GPUToolbox"
22
uuid = "096a3bc2-3ced-46d0-87f4-dd12716f4bfc"
33
version = "0.1.0"
44

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
# GPUUtils.jl
1+
# GPUToolbox.jl
22

33
*Common utilities shared between the various Julia GPU backends.*
44

55
| **Build Status** | **Coverage** |
66
|:--------------------------------------------------------------:|:-------------------------------:|
77
| [![][gha-img]][gha-url] [![PkgEval][pkgeval-img]][pkgeval-url] | [![][codecov-img]][codecov-url] |
88

9-
[gha-img]: https://github.com/JuliaGPU/GPUUtils.jl/workflows/CI/badge.svg?branch=main
10-
[gha-url]: https://github.com/JuliaGPU/GPUUtils.jl/actions?query=workflow%3ACI
9+
[gha-img]: https://github.com/JuliaGPU/GPUToolbox.jl/workflows/CI/badge.svg?branch=main
10+
[gha-url]: https://github.com/JuliaGPU/GPUToolbox.jl/actions?query=workflow%3ACI
1111

12-
[pkgeval-img]: https://juliaci.github.io/NanosoldierReports/pkgeval_badges/G/GPUUtils.svg
13-
[pkgeval-url]: https://juliaci.github.io/NanosoldierReports/pkgeval_badges/G/GPUUtils.html
12+
[pkgeval-img]: https://juliaci.github.io/NanosoldierReports/pkgeval_badges/G/GPUToolbox.svg
13+
[pkgeval-url]: https://juliaci.github.io/NanosoldierReports/pkgeval_badges/G/GPUToolbox.html
1414

15-
[codecov-img]: https://codecov.io/gh/JuliaGPU/GPUUtils.jl/branch/master/graph/badge.svg
16-
[codecov-url]: https://codecov.io/gh/JuliaGPU/GPUUtils.jl
15+
[codecov-img]: https://codecov.io/gh/JuliaGPU/GPUToolbox.jl/branch/master/graph/badge.svg
16+
[codecov-url]: https://codecov.io/gh/JuliaGPU/GPUToolbox.jl
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
module GPUUtils
1+
module GPUToolbox
22

33
include("simpleversion.jl") # exports SimpleVersion, @sv_str
44
include("ccalls.jl") # exports @checked, @debug_ccall, @gcsafe_ccall
55

6-
end # module GPUUtils
6+
end # module GPUToolbox

test/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
33

44
[extras]
5-
GPUUtils = "096a3bc2-3ced-46d0-87f4-dd12716f4bfc"
5+
GPUToolbox = "096a3bc2-3ced-46d0-87f4-dd12716f4bfc"

test/runtests.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
using Test
2-
using GPUUtils
2+
using GPUToolbox
33

4-
@testset "GPUUtils.jl" begin
4+
@testset "GPUToolbox.jl" begin
55
@testset "SimpleVersion" begin
66
# Construct
77
sv1 = SimpleVersion(42)

0 commit comments

Comments
 (0)