From 4c2e3d57da7f5bdf5351ec788abac897b25693d1 Mon Sep 17 00:00:00 2001 From: Issac Lin Date: Tue, 10 May 2022 09:24:47 +0800 Subject: [PATCH] cuda: extract 'compute-sanitizer' component --- bucket/cuda.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/cuda.json b/bucket/cuda.json index 3ad0744fa0..2230a28680 100644 --- a/bucket/cuda.json +++ b/bucket/cuda.json @@ -14,7 +14,7 @@ }, "installer": { "script": [ - "$names = @('bin', 'extras', 'include', 'lib', 'libnvvp', 'nvml', 'nvvm')", + "$names = @('bin', 'extras', 'include', 'lib', 'libnvvp', 'nvml', 'nvvm', 'compute-sanitizer')", "foreach ($name in $names) {", " Copy-Item \"$dir\\cuda_*\\*\\$name\" \"$dir\" -Recurse -Force", " Copy-Item \"$dir\\lib*\\*\\$name\" \"$dir\" -Recurse -Force",