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

Commit

Permalink
Merge pull request #622 from JuliaGPU/tb/wrappers
Browse files Browse the repository at this point in the history
Update wrappers.
  • Loading branch information
maleadt authored Mar 10, 2020
2 parents d93178d + c78efca commit 95a35a7
Show file tree
Hide file tree
Showing 28 changed files with 15,363 additions and 12,491 deletions.
7 changes: 4 additions & 3 deletions Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ version = "6.0.1"

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

[[LibGit2]]
deps = ["Printf"]
uuid = "76f85450-5226-5b5a-8eaa-529ad045b433"

[[Libdl]]
Expand Down Expand Up @@ -114,7 +115,7 @@ uuid = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
version = "1.1.0"

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

[[Printf]]
Expand Down
8 changes: 1 addition & 7 deletions res/wrap/patches/cublas_aliases.patch
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
--- a/libcublas_common.jl 2019-09-18 16:22:57.442729370 +0200
+++ b/libcublas_common.jl 2019-09-18 16:23:08.434866193 +0200
@@ -1,169 +1,6 @@
# Automatically generated using Clang.jl


@@ -1,163 +1,0 @@
-const cublasCreate = cublasCreate_v2
-const cublasDestroy = cublasDestroy_v2
-const cublasGetVersion = cublasGetVersion_v2
Expand Down Expand Up @@ -167,6 +164,3 @@
-const cublasDtrmm = cublasDtrmm_v2
-const cublasCtrmm = cublasCtrmm_v2
-const cublasZtrmm = cublasZtrmm_v2
const CUBLAS_VER_MAJOR = 10
const CUBLAS_VER_MINOR = 2
const CUBLAS_VER_PATCH = 1
16 changes: 16 additions & 0 deletions res/wrap/patches/cusolver_duplicate.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
--- a/libcusolver.jl 2020-03-09 17:11:50.105115910 +0100
+++ b/libcusolver.jl 2020-03-09 17:15:34.154088170 +0100
@@ -159,13 +159,6 @@
params, infos, niters)
end

-@checked function cusolverDnIRSInfosGetNiters(params, infos, niters)
- initialize_api()
- @runtime_ccall((:cusolverDnIRSInfosGetNiters, libcusolver()), cusolverStatus_t,
- (cusolverDnIRSParams_t, cusolverDnIRSInfos_t, Ptr{cusolver_int_t}),
- params, infos, niters)
-end
-
@checked function cusolverDnIRSInfosGetOuterNiters(params, infos, outer_niters)
initialize_api()
@runtime_ccall((:cusolverDnIRSInfosGetOuterNiters, libcusolver()), cusolverStatus_t,
Loading

0 comments on commit 95a35a7

Please sign in to comment.