Skip to content
This repository was archived by the owner on Mar 12, 2021. It is now read-only.

Commit 88c6595

Browse files
committed
Update wrappers.
1 parent 46a59c0 commit 88c6595

27 files changed

+15254
-12452
lines changed

Manifest.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ version = "6.0.1"
4040

4141
[[CUDAnative]]
4242
deps = ["Adapt", "BinaryProvider", "CEnum", "CUDAapi", "CUDAdrv", "DataStructures", "InteractiveUtils", "LLVM", "Libdl", "MacroTools", "Pkg", "Printf", "TimerOutputs"]
43-
git-tree-sha1 = "3cb0177c99118cbf75f734dd9b4a4bc25d636148"
44-
repo-rev = "ffdd6b2"
43+
git-tree-sha1 = "28ce25dd417c5edca9199071184952cd153ec069"
44+
repo-rev = "674d139a65e642d4332e32b18f4b966f9d19e0f9"
4545
repo-url = "https://github.com/JuliaGPU/CUDAnative.jl.git"
4646
uuid = "be33ccc6-a3ff-5ff2-a52e-74243cff1e17"
4747
version = "2.10.2"
@@ -79,6 +79,7 @@ uuid = "929cbde3-209d-540e-8aea-75f648917ca0"
7979
version = "1.3.4"
8080

8181
[[LibGit2]]
82+
deps = ["Printf"]
8283
uuid = "76f85450-5226-5b5a-8eaa-529ad045b433"
8384

8485
[[Libdl]]
@@ -114,7 +115,7 @@ uuid = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
114115
version = "1.1.0"
115116

116117
[[Pkg]]
117-
deps = ["Dates", "LibGit2", "Libdl", "Logging", "Markdown", "Printf", "REPL", "Random", "SHA", "Test", "UUIDs"]
118+
deps = ["Dates", "LibGit2", "Libdl", "Logging", "Markdown", "Printf", "REPL", "Random", "SHA", "UUIDs"]
118119
uuid = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
119120

120121
[[Printf]]

res/wrap/patches/cublas_aliases.patch

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
--- a/libcublas_common.jl 2019-09-18 16:22:57.442729370 +0200
22
+++ b/libcublas_common.jl 2019-09-18 16:23:08.434866193 +0200
3-
@@ -1,169 +1,6 @@
4-
# Automatically generated using Clang.jl
5-
6-
3+
@@ -1,163 +1,0 @@
74
-const cublasCreate = cublasCreate_v2
85
-const cublasDestroy = cublasDestroy_v2
96
-const cublasGetVersion = cublasGetVersion_v2
@@ -167,6 +164,3 @@
167164
-const cublasDtrmm = cublasDtrmm_v2
168165
-const cublasCtrmm = cublasCtrmm_v2
169166
-const cublasZtrmm = cublasZtrmm_v2
170-
const CUBLAS_VER_MAJOR = 10
171-
const CUBLAS_VER_MINOR = 2
172-
const CUBLAS_VER_PATCH = 1
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
--- a/libcusolver.jl 2020-03-09 17:11:50.105115910 +0100
2+
+++ b/libcusolver.jl 2020-03-09 17:15:34.154088170 +0100
3+
@@ -159,13 +159,6 @@
4+
params, infos, niters)
5+
end
6+
7+
-@checked function cusolverDnIRSInfosGetNiters(params, infos, niters)
8+
- initialize_api()
9+
- @runtime_ccall((:cusolverDnIRSInfosGetNiters, libcusolver()), cusolverStatus_t,
10+
- (cusolverDnIRSParams_t, cusolverDnIRSInfos_t, Ptr{cusolver_int_t}),
11+
- params, infos, niters)
12+
-end
13+
-
14+
@checked function cusolverDnIRSInfosGetOuterNiters(params, infos, outer_niters)
15+
initialize_api()
16+
@runtime_ccall((:cusolverDnIRSInfosGetOuterNiters, libcusolver()), cusolverStatus_t,

0 commit comments

Comments
 (0)