Skip to content

Commit

Permalink
CUDA_Runtime_jll build 0.15.4+0
Browse files Browse the repository at this point in the history
  • Loading branch information
jlbuild committed Nov 14, 2024
1 parent eab1f63 commit 320f442
Show file tree
Hide file tree
Showing 6 changed files with 142 additions and 58 deletions.
104 changes: 52 additions & 52 deletions Artifacts.toml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "CUDA_Runtime_jll"
uuid = "76a88914-d11a-5bdc-97e0-2f5a05c973a2"
version = "0.15.3+0"
version = "0.15.4+0"

[deps]
JLLWrappers = "692b3bcd-3c85-4b1f-b108-f13ce0eb3210"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# `CUDA_Runtime_jll.jl` (v0.15.3+0)
# `CUDA_Runtime_jll.jl` (v0.15.4+0)

[![deps](https://juliahub.com/docs/CUDA_Runtime_jll/deps.svg)](https://juliahub.com/ui/Packages/General/CUDA_Runtime_jll/)

This is an autogenerated package constructed using [`BinaryBuilder.jl`](https://github.com/JuliaPackaging/BinaryBuilder.jl).

The originating [`build_tarballs.jl`](https://github.com/JuliaPackaging/Yggdrasil/blob/fd71012275fffef777753cc3c46a1a5db9477920/C/CUDA/CUDA_Runtime/build_tarballs.jl) script can be found on [`Yggdrasil`](https://github.com/JuliaPackaging/Yggdrasil/), the community build tree.
The originating [`build_tarballs.jl`](https://github.com/JuliaPackaging/Yggdrasil/blob/f04be7463b15071e989eaaca14b228bd8b4900aa/C/CUDA/CUDA_Runtime/build_tarballs.jl) script can be found on [`Yggdrasil`](https://github.com/JuliaPackaging/Yggdrasil/), the community build tree.

## Bug Reports

Expand Down
30 changes: 29 additions & 1 deletion src/wrappers/aarch64-linux-gnu-cuda_platform+jetson-cuda+10.2.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Autogenerated wrapper script for CUDA_Runtime_jll for aarch64-linux-gnu-cuda_platform+jetson-cuda+10.2
export libcublas, libcudadevrt, libcudart, libcufft, libcupti, libcurand, libcusolver, libcusparse, libdevice, nvdisasm, nvlink, ptxas
export libcublas, libcudadevrt, libcudart, libcufft, libcupti, libcurand, libcusolver, libcusparse, libdevice, libnvperf_host, libnvperf_target, libnvrtc, libnvrtc_builtins, nvdisasm, nvlink, ptxas

using CUDA_Driver_jll
JLLWrappers.@generate_wrapper_header("CUDA_Runtime")
Expand All @@ -12,6 +12,10 @@ JLLWrappers.@declare_library_product(libcurand, "libcurand.so.10")
JLLWrappers.@declare_library_product(libcusolver, "libcusolver.so.10")
JLLWrappers.@declare_library_product(libcusparse, "libcusparse.so.10")
JLLWrappers.@declare_file_product(libdevice)
JLLWrappers.@declare_library_product(libnvperf_host, "libnvperf_host.so")
JLLWrappers.@declare_library_product(libnvperf_target, "libnvperf_target.so")
JLLWrappers.@declare_library_product(libnvrtc, "libnvrtc.so.10.2")
JLLWrappers.@declare_library_product(libnvrtc_builtins, "libnvrtc-builtins.so.10.2")
JLLWrappers.@declare_executable_product(nvdisasm)
JLLWrappers.@declare_executable_product(nvlink)
JLLWrappers.@declare_executable_product(ptxas)
Expand Down Expand Up @@ -69,6 +73,30 @@ function __init__()
"share/libdevice/libdevice.10.bc",
)

JLLWrappers.@init_library_product(
libnvperf_host,
"lib/libnvperf_host.so",
RTLD_LAZY | RTLD_DEEPBIND,
)

JLLWrappers.@init_library_product(
libnvperf_target,
"lib/libnvperf_target.so",
RTLD_LAZY | RTLD_DEEPBIND,
)

JLLWrappers.@init_library_product(
libnvrtc,
"lib/libnvrtc.so",
RTLD_LAZY | RTLD_DEEPBIND,
)

JLLWrappers.@init_library_product(
libnvrtc_builtins,
"lib/libnvrtc-builtins.so",
RTLD_LAZY | RTLD_DEEPBIND,
)

JLLWrappers.@init_executable_product(
nvdisasm,
"bin/nvdisasm",
Expand Down
30 changes: 29 additions & 1 deletion src/wrappers/x86_64-linux-gnu-cuda+10.2.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Autogenerated wrapper script for CUDA_Runtime_jll for x86_64-linux-gnu-cuda+10.2
export libcublas, libcudadevrt, libcudart, libcufft, libcupti, libcurand, libcusolver, libcusparse, libdevice, nvdisasm, nvlink, ptxas
export libcublas, libcudadevrt, libcudart, libcufft, libcupti, libcurand, libcusolver, libcusparse, libdevice, libnvperf_host, libnvperf_target, libnvrtc, libnvrtc_builtins, nvdisasm, nvlink, ptxas

using CUDA_Driver_jll
JLLWrappers.@generate_wrapper_header("CUDA_Runtime")
Expand All @@ -12,6 +12,10 @@ JLLWrappers.@declare_library_product(libcurand, "libcurand.so.10")
JLLWrappers.@declare_library_product(libcusolver, "libcusolver.so.10")
JLLWrappers.@declare_library_product(libcusparse, "libcusparse.so.10")
JLLWrappers.@declare_file_product(libdevice)
JLLWrappers.@declare_library_product(libnvperf_host, "libnvperf_host.so")
JLLWrappers.@declare_library_product(libnvperf_target, "libnvperf_target.so")
JLLWrappers.@declare_library_product(libnvrtc, "libnvrtc.so.10.2")
JLLWrappers.@declare_library_product(libnvrtc_builtins, "libnvrtc-builtins.so.10.2")
JLLWrappers.@declare_executable_product(nvdisasm)
JLLWrappers.@declare_executable_product(nvlink)
JLLWrappers.@declare_executable_product(ptxas)
Expand Down Expand Up @@ -69,6 +73,30 @@ function __init__()
"share/libdevice/libdevice.10.bc",
)

JLLWrappers.@init_library_product(
libnvperf_host,
"lib/libnvperf_host.so",
RTLD_LAZY | RTLD_DEEPBIND,
)

JLLWrappers.@init_library_product(
libnvperf_target,
"lib/libnvperf_target.so",
RTLD_LAZY | RTLD_DEEPBIND,
)

JLLWrappers.@init_library_product(
libnvrtc,
"lib/libnvrtc.so",
RTLD_LAZY | RTLD_DEEPBIND,
)

JLLWrappers.@init_library_product(
libnvrtc_builtins,
"lib/libnvrtc-builtins.so",
RTLD_LAZY | RTLD_DEEPBIND,
)

JLLWrappers.@init_executable_product(
nvdisasm,
"bin/nvdisasm",
Expand Down
30 changes: 29 additions & 1 deletion src/wrappers/x86_64-w64-mingw32-cuda+10.2.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Autogenerated wrapper script for CUDA_Runtime_jll for x86_64-w64-mingw32-cuda+10.2
export libcublas, libcudadevrt, libcudart, libcufft, libcupti, libcurand, libcusolver, libcusparse, libdevice, nvdisasm, nvlink, ptxas
export libcublas, libcudadevrt, libcudart, libcufft, libcupti, libcurand, libcusolver, libcusparse, libdevice, libnvperf_host, libnvperf_target, libnvrtc, libnvrtc_builtins, nvdisasm, nvlink, ptxas

using CUDA_Driver_jll
JLLWrappers.@generate_wrapper_header("CUDA_Runtime")
Expand All @@ -12,6 +12,10 @@ JLLWrappers.@declare_library_product(libcurand, "curand64_10.dll")
JLLWrappers.@declare_library_product(libcusolver, "cusolver64_10.dll")
JLLWrappers.@declare_library_product(libcusparse, "cusparse64_10.dll")
JLLWrappers.@declare_file_product(libdevice)
JLLWrappers.@declare_library_product(libnvperf_host, "nvperf_host.dll")
JLLWrappers.@declare_library_product(libnvperf_target, "nvperf_target.dll")
JLLWrappers.@declare_library_product(libnvrtc, "nvrtc64_102_0.dll")
JLLWrappers.@declare_library_product(libnvrtc_builtins, "nvrtc-builtins64_102.dll")
JLLWrappers.@declare_executable_product(nvdisasm)
JLLWrappers.@declare_executable_product(nvlink)
JLLWrappers.@declare_executable_product(ptxas)
Expand Down Expand Up @@ -69,6 +73,30 @@ function __init__()
"share\\libdevice\\libdevice.10.bc",
)

JLLWrappers.@init_library_product(
libnvperf_host,
"bin\\nvperf_host.dll",
RTLD_LAZY | RTLD_DEEPBIND,
)

JLLWrappers.@init_library_product(
libnvperf_target,
"bin\\nvperf_target.dll",
RTLD_LAZY | RTLD_DEEPBIND,
)

JLLWrappers.@init_library_product(
libnvrtc,
"bin\\nvrtc64_102_0.dll",
RTLD_LAZY | RTLD_DEEPBIND,
)

JLLWrappers.@init_library_product(
libnvrtc_builtins,
"bin\\nvrtc-builtins64_102.dll",
RTLD_LAZY | RTLD_DEEPBIND,
)

JLLWrappers.@init_executable_product(
nvdisasm,
"bin\\nvdisasm.exe",
Expand Down

0 comments on commit 320f442

Please sign in to comment.