File tree Expand file tree Collapse file tree 5 files changed +13
-13
lines changed Expand file tree Collapse file tree 5 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 1
- name = " GPUUtils "
1
+ name = " GPUToolbox "
2
2
uuid = " 096a3bc2-3ced-46d0-87f4-dd12716f4bfc"
3
3
version = " 0.1.0"
4
4
Original file line number Diff line number Diff line change 1
- # GPUUtils .jl
1
+ # GPUToolbox .jl
2
2
3
3
* Common utilities shared between the various Julia GPU backends.*
4
4
5
5
| ** Build Status** | ** Coverage** |
6
6
| :--------------------------------------------------------------:| :-------------------------------:|
7
7
| [ ![ ] [ gha-img ]] [ gha-url ] [ ![ PkgEval] [ pkgeval-img ]] [ pkgeval-url ] | [ ![ ] [ codecov-img ]] [ codecov-url ] |
8
8
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
11
11
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
14
14
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
Original file line number Diff line number Diff line change 1
- module GPUUtils
1
+ module GPUToolbox
2
2
3
3
include (" simpleversion.jl" ) # exports SimpleVersion, @sv_str
4
4
include (" ccalls.jl" ) # exports @checked, @debug_ccall, @gcsafe_ccall
5
5
6
- end # module GPUUtils
6
+ end # module GPUToolbox
Original file line number Diff line number Diff line change 2
2
Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
3
3
4
4
[extras ]
5
- GPUUtils = " 096a3bc2-3ced-46d0-87f4-dd12716f4bfc"
5
+ GPUToolbox = " 096a3bc2-3ced-46d0-87f4-dd12716f4bfc"
Original file line number Diff line number Diff line change 1
1
using Test
2
- using GPUUtils
2
+ using GPUToolbox
3
3
4
- @testset " GPUUtils .jl" begin
4
+ @testset " GPUToolbox .jl" begin
5
5
@testset " SimpleVersion" begin
6
6
# Construct
7
7
sv1 = SimpleVersion (42 )
You can’t perform that action at this time.
0 commit comments