cudnn: update 8.9.4.25 -> 9.3.0.75

for JetPack 6.1. NVIDIA changed the packaging and package naming scheme
slightly with this update.

Signed-off-by: Matt Madison <matt@madison.systems>
This commit is contained in:
Matt Madison
2024-10-13 06:49:21 -07:00
committed by Matt Madison
parent 078bc0d5b3
commit e348549426
2 changed files with 9 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
SUMMARY = "NVIDIA CUDA Deep Neural Network samples"
HOMEPAGE = "https://developer.nvidia.com/cudnn"
LICENSE = "Proprietary"
LIC_FILES_CHKSUM = "file://usr/src/cudnn_samples_v8/RNN_v8.0/RNN_example.h;endline=10;md5=b4c8c209af2f8f4b0605c51b30f587c2"
LIC_FILES_CHKSUM = "file://usr/src/cudnn_samples_v9/RNN_v8.0/RNN_example.h;endline=10;md5=279f10cad80a69894c566bd5319e2a03"
inherit l4t_deb_pkgfeed
@@ -10,9 +10,9 @@ L4T_DEB_GROUP = "cudnn-samples"
DEPENDS = "cudnn"
SRC_COMMON_DEBS = "\
libcudnn8-samples_${PV}+cuda12.2_arm64.deb;name=samples;subdir=cudnn \
libcudnn9-samples_${PV}_all.deb;name=samples;subdir=cudnn \
"
SRC_URI[samples.sha256sum] = "4634422d33251411e0c0129ea0814d792992f29324cc2ee1d18f76fd061d16fd"
SRC_URI[samples.sha256sum] = "d823a34d283bc12416e1a3606be83f50ee75d6ad59ae206a4ed037f60c79e215"
COMPATIBLE_MACHINE = "(tegra)"
PACKAGE_ARCH = "${TEGRA_PKGARCH}"

View File

@@ -10,11 +10,13 @@ L4T_DEB_GROUP = "cudnn"
DEPENDS = "libcublas zlib"
SRC_COMMON_DEBS = "\
libcudnn8_${PV}+cuda12.2_arm64.deb;name=lib;subdir=cudnn \
libcudnn8-dev_${PV}+cuda12.2_arm64.deb;name=dev;subdir=cudnn \
libcudnn9-cuda-12_${PV}_arm64.deb;name=lib;subdir=cudnn \
libcudnn9-static-cuda-12_${PV}_arm64.deb;name=staticlib;subdir=cudnn \
libcudnn9-dev-cuda-12_${PV}_arm64.deb;name=dev;subdir=cudnn \
"
SRC_URI[lib.sha256sum] = "e6cbd1c40552340bc5a1e80707d30af67d368d071c7111f0556b411ad8d73593"
SRC_URI[dev.sha256sum] = "9c531db5b96a76cc480f8f70ed6ad6a544e5201d65f8d67ca76e74002cec9c88"
SRC_URI[lib.sha256sum] = "0f3a869f4b9f5c20912acfb043c911f210304a554de27c71346638ac73c96377"
SRC_URI[staticlib.sha256sum] = "8f951856fedc3b890b56109917e2877413c5c49a2d2cb81a4dd4d30269d2d565"
SRC_URI[dev.sha256sum] = "749c910beca1b32216a0dbb2705aac261c3180437eb69922cb70932c2315ceff"
COMPATIBLE_MACHINE = "(tegra)"
PACKAGE_ARCH = "${TEGRA_PKGARCH}"