mirror of
https://github.com/lingble/meta-tegra.git
synced 2025-11-01 04:47:50 +00:00
cuda-samples: update v12.2 -> v12.5
which is the latest available tagged version in the repo. Signed-off-by: Matt Madison <matt@madison.systems>
This commit is contained in:
committed by
Matt Madison
parent
a12b82c231
commit
078bc0d5b3
@@ -5,15 +5,15 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=bb28b97ff25ae39de442985ec577dbd8"
|
|||||||
|
|
||||||
COMPATIBLE_MACHINE = "(tegra)"
|
COMPATIBLE_MACHINE = "(tegra)"
|
||||||
|
|
||||||
SRC_URI = "git://github.com/NVIDIA/cuda-samples.git;protocol=https;nobranch=1"
|
SRC_URI = "git://github.com/NVIDIA/cuda-samples.git;protocol=https;branch=master"
|
||||||
# v12.2 tag, which does not reside on any branch
|
# v12.5 tag
|
||||||
SRCREV = "1fa9c59db4ee8b34c4efa5b6e8fbd2a8c72a93ce"
|
SRCREV = "9c688d7ff78455ed42e345124d1495aad6bf66de"
|
||||||
|
|
||||||
inherit cuda
|
inherit cuda
|
||||||
|
|
||||||
DEPENDS:append = "cuda-crt cuda-profiler-api"
|
DEPENDS:append = "cuda-crt cuda-profiler-api"
|
||||||
|
|
||||||
PV = "12.2"
|
PV = "12.5"
|
||||||
CUDA_NVCC_ARCH_FLAGS ??= ""
|
CUDA_NVCC_ARCH_FLAGS ??= ""
|
||||||
|
|
||||||
def extract_sm(d):
|
def extract_sm(d):
|
||||||
|
|||||||
Reference in New Issue
Block a user