Skip to content

Commit 5e4118b

Browse files
committed
Bump version.
1 parent 0798ca4 commit 5e4118b

14 files changed

Lines changed: 38 additions & 38 deletions

File tree

CUDACore/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "CUDACore"
22
uuid = "bd0ed864-bdfe-4181-a5ed-ce625a5fdea2"
3-
version = "6.0.0"
3+
version = "6.1.0"
44

55
[deps]
66
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"

CUDATools/Project.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "CUDATools"
22
uuid = "9ec180c6-1c07-47c7-9e6e-ebefa4d1f6d0"
33
authors = ["Tim Besard <tim.besard@gmail.com>"]
4-
version = "6.0.0"
4+
version = "6.1.0"
55

66
[deps]
77
CUDACore = "bd0ed864-bdfe-4181-a5ed-ce625a5fdea2"
@@ -24,13 +24,13 @@ CUPTI = {path = "../lib/cupti"}
2424
NVML = {path = "../lib/nvml"}
2525

2626
[compat]
27-
CUDACore = "=6.0.0"
27+
CUDACore = "=6.1.0"
2828
CUDA_Compiler_jll = "0.3, 0.4"
29-
CUPTI = "=6.0.0"
29+
CUPTI = "=6.1.0"
3030
Crayons = "4"
3131
GPUCompiler = "1.4"
3232
LLVM = "9.3.1"
33-
NVML = "=6.0.0"
33+
NVML = "=6.1.0"
3434
NVTX = "1"
3535
PrecompileTools = "1"
3636
Preferences = "1"

Project.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "CUDA"
22
uuid = "052768ef-5323-5732-b1bb-66c8b64840ba"
3-
version = "6.0.0"
3+
version = "6.1.0"
44

55
[workspace]
66
projects = ["test", "docs", "perf", "examples",
@@ -33,12 +33,12 @@ cuSPARSE = {path = "lib/cusparse"}
3333
CUDA_Runtime_jll = "76a88914-d11a-5bdc-97e0-2f5a05c973a2"
3434

3535
[compat]
36-
CUDACore = "=6.0.0"
37-
CUDATools = "=6.0.0"
36+
CUDACore = "=6.1.0"
37+
CUDATools = "=6.1.0"
3838
Reexport = "1.0"
39-
cuBLAS = "=6.0.0"
40-
cuFFT = "=6.0.0"
41-
cuRAND = "=6.0.0"
42-
cuSOLVER = "=6.0.0"
43-
cuSPARSE = "=6.0.0"
39+
cuBLAS = "=6.1.0"
40+
cuFFT = "=6.1.0"
41+
cuRAND = "=6.1.0"
42+
cuSOLVER = "=6.1.0"
43+
cuSPARSE = "=6.1.0"
4444
julia = "1.10"

lib/cublas/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "cuBLAS"
22
uuid = "182d3088-87b7-4494-8cad-fc6afaa545bc"
33
authors = ["Tim Besard <tim.besard@gmail.com>"]
4-
version = "6.0.0"
4+
version = "6.1.0"
55

66
[workspace]
77
projects = ["test"]
@@ -28,7 +28,7 @@ EnzymeCoreExt = "EnzymeCore"
2828
Adapt = "4.4"
2929
BFloat16s = "0.5, 0.6"
3030
CEnum = "0.2, 0.3, 0.4, 0.5"
31-
CUDACore = "=6.0.0"
31+
CUDACore = "=6.1.0"
3232
CUDA_Runtime_Discovery = "2"
3333
CUDA_Runtime_jll = "0.21"
3434
EnzymeCore = "0.8.2"

lib/cudnn/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "cuDNN"
22
uuid = "02a925ec-e4fe-4b08-9a7e-0d78e3d38ccd"
33
authors = ["Tim Besard <tim.besard@gmail.com>"]
4-
version = "6.0.0"
4+
version = "6.1.0"
55

66
[workspace]
77
projects = ["test"]
@@ -14,7 +14,7 @@ CUDNN_jll = "62b44479-cb7b-5706-934f-f13b2eb2e645"
1414

1515
[compat]
1616
CEnum = "0.2, 0.3, 0.4, 0.5"
17-
CUDACore = "=6.0.0"
17+
CUDACore = "=6.1.0"
1818
CUDA_Runtime_Discovery = "2"
1919
CUDNN_jll = "9.20"
2020
julia = "1.10"

lib/cufft/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "cuFFT"
22
uuid = "533571aa-0936-420e-b4be-9c66f5f626ca"
33
authors = ["Tim Besard <tim.besard@gmail.com>"]
4-
version = "6.0.0"
4+
version = "6.1.0"
55

66
[workspace]
77
projects = ["test"]
@@ -19,7 +19,7 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
1919
[compat]
2020
AbstractFFTs = "0.5, 1.0"
2121
CEnum = "0.2, 0.3, 0.4, 0.5"
22-
CUDACore = "=6.0.0"
22+
CUDACore = "=6.1.0"
2323
CUDA_Runtime_Discovery = "2"
2424
CUDA_Runtime_jll = "0.21"
2525
GPUToolbox = "0.3, 1"

lib/cupti/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "CUPTI"
22
uuid = "9e67e8f6-ba02-4b6c-a7db-3b11ae1e7ab7"
33
authors = ["Tim Besard <tim.besard@gmail.com>"]
4-
version = "6.0.0"
4+
version = "6.1.0"
55

66
[deps]
77
CEnum = "fa961155-64e5-5f13-b03f-caf6b980ea82"
@@ -12,7 +12,7 @@ GPUToolbox = "096a3bc2-3ced-46d0-87f4-dd12716f4bfc"
1212

1313
[compat]
1414
CEnum = "0.2, 0.3, 0.4, 0.5"
15-
CUDACore = "=6.0.0"
15+
CUDACore = "=6.1.0"
1616
CUDA_Runtime_Discovery = "2"
1717
CUDA_Runtime_jll = "0.21"
1818
GPUToolbox = "1.1"

lib/curand/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "cuRAND"
22
uuid = "20fd9a0b-12d5-4c2f-a8af-7c34e9e60431"
33
authors = ["Tim Besard <tim.besard@gmail.com>"]
4-
version = "6.0.0"
4+
version = "6.1.0"
55

66
[workspace]
77
projects = ["test"]
@@ -18,7 +18,7 @@ RandomNumbers = "e6cf234a-135c-5ec9-84dd-332b85af5143"
1818

1919
[compat]
2020
CEnum = "0.2, 0.3, 0.4, 0.5"
21-
CUDACore = "=6.0.0"
21+
CUDACore = "=6.1.0"
2222
CUDA_Runtime_Discovery = "2"
2323
CUDA_Runtime_jll = "0.21"
2424
GPUToolbox = "0.3, 1"

lib/cusolver/Project.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "cuSOLVER"
22
uuid = "887afef0-6a32-4de5-add4-7827692ba8fc"
33
authors = ["Tim Besard <tim.besard@gmail.com>"]
4-
version = "6.0.0"
4+
version = "6.1.0"
55

66
[workspace]
77
projects = ["test"]
@@ -23,12 +23,12 @@ cuSPARSE = {path = "../cusparse"}
2323

2424
[compat]
2525
CEnum = "0.2, 0.3, 0.4, 0.5"
26-
CUDACore = "=6.0.0"
26+
CUDACore = "=6.1.0"
2727
CUDA_Runtime_Discovery = "2"
2828
CUDA_Runtime_jll = "0.21"
2929
GPUToolbox = "0.3, 1"
3030
LinearAlgebra = "1"
3131
SparseArrays = "1"
32-
cuBLAS = "=6.0.0"
33-
cuSPARSE = "=6.0.0"
32+
cuBLAS = "=6.1.0"
33+
cuSPARSE = "=6.1.0"
3434
julia = "1.10"

lib/cusparse/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "cuSPARSE"
22
uuid = "b26da814-b3bc-49ef-b0ee-c816305aa060"
33
authors = ["Tim Besard <tim.besard@gmail.com>"]
4-
version = "6.0.0"
4+
version = "6.1.0"
55

66
[workspace]
77
projects = ["test"]
@@ -27,7 +27,7 @@ SparseMatricesCSRExt = "SparseMatricesCSR"
2727
[compat]
2828
Adapt = "4.4"
2929
CEnum = "0.2, 0.3, 0.4, 0.5"
30-
CUDACore = "=6.0.0"
30+
CUDACore = "=6.1.0"
3131
CUDA_Runtime_Discovery = "2"
3232
CUDA_Runtime_jll = "0.21"
3333
GPUArrays = "11.4.1"

0 commit comments

Comments
 (0)