summaryrefslogtreecommitdiffstats
path: root/pkgs/development/cuda-modules
diff options
context:
space:
mode:
authorConnor Baker <connor.baker@tweag.io>2023-10-31 02:17:14 +0000
committerConnor Baker <connor.baker@tweag.io>2023-12-07 16:45:56 +0000
commit0a7dacf94d879f7040c67ff7c3b0540ffe8a8782 (patch)
tree67b05d760deb9d027fb062176640522ae55b9de2 /pkgs/development/cuda-modules
parentbfaefd0873a91aaffaae4254da5734f2fb311f48 (diff)
cudaPackages_12_3: init at 12.3.0
Diffstat (limited to 'pkgs/development/cuda-modules')
-rw-r--r--pkgs/development/cuda-modules/cuda/extension.nix1
-rw-r--r--pkgs/development/cuda-modules/cuda/manifests/feature_12.3.0.json1316
-rw-r--r--pkgs/development/cuda-modules/cuda/manifests/redistrib_12.3.0.json971
-rw-r--r--pkgs/development/cuda-modules/cudatoolkit/releases.nix6
-rw-r--r--pkgs/development/cuda-modules/nvcc-compatibilities.nix3
5 files changed, 2297 insertions, 0 deletions
diff --git a/pkgs/development/cuda-modules/cuda/extension.nix b/pkgs/development/cuda-modules/cuda/extension.nix
index 20ec90d05846..dff79c1ee55f 100644
--- a/pkgs/development/cuda-modules/cuda/extension.nix
+++ b/pkgs/development/cuda-modules/cuda/extension.nix
@@ -15,6 +15,7 @@ let
"12.0" = "12.0.1";
"12.1" = "12.1.1";
"12.2" = "12.2.2";
+ "12.3" = "12.3.0";
};
# Check if the current CUDA version is supported.
diff --git a/pkgs/development/cuda-modules/cuda/manifests/feature_12.3.0.json b/pkgs/development/cuda-modules/cuda/manifests/feature_12.3.0.json
new file mode 100644
index 000000000000..d8e1d0b0aeae
--- /dev/null
+++ b/pkgs/development/cuda-modules/cuda/manifests/feature_12.3.0.json
@@ -0,0 +1,1316 @@
+{
+ "cuda_cccl": {
+ "linux-ppc64le": {
+ "outputs": {
+ "bin": false,
+ "dev": true,
+ "doc": false,
+ "lib": false,
+ "sample": false,
+ "static": false
+ }
+ },
+ "linux-sbsa": {
+ "outputs": {
+ "bin": false,
+ "dev": true,
+ "doc": false,
+ "lib": false,
+ "sample": false,
+ "static": false
+ }
+ },
+ "linux-x86_64": {
+ "outputs": {
+ "bin": false,
+ "dev": true,
+ "doc": false,
+ "lib": false,
+ "sample": false,
+ "static": false
+ }
+ },
+ "windows-x86_64": {
+ "outputs": {
+ "bin": false,
+ "dev": true,
+ "doc": false,
+ "lib": false,
+ "sample": false,
+ "static": false
+ }
+ }
+ },
+ "cuda_cudart": {
+ "linux-ppc64le": {
+ "outputs": {
+ "bin": false,
+ "dev": true,
+ "doc": false,
+ "lib": true,
+ "sample": false,
+ "static": true
+ }
+ },
+ "linux-sbsa": {
+ "outputs": {
+ "bin": false,
+ "dev": true,
+ "doc": false,
+ "lib": true,
+ "sample": false,
+ "static": true
+ }
+ },
+ "linux-x86_64": {
+ "outputs": {
+ "bin": false,
+ "dev": true,
+ "doc": false,
+ "lib": true,
+ "sample": false,
+ "static": true
+ }
+ },
+ "windows-x86_64": {
+ "outputs": {
+ "bin": true,
+ "dev": true,
+ "doc": false,
+ "lib": false,
+ "sample": false,
+ "static": false
+ }
+ }
+ },
+ "cuda_cuobjdump": {
+ "linux-ppc64le": {
+ "outputs": {
+ "bin": true,
+ "dev": false,
+ "doc": false,
+ "lib": false,
+ "sample": false,
+ "static": false
+ }
+ },
+ "linux-sbsa": {
+ "outputs": {
+ "bin": true,
+ "dev": false,
+ "doc": false,
+ "lib": false,
+ "sample": false,
+ "static": false
+ }
+ },
+ "linux-x86_64": {
+ "outputs": {
+ "bin": true,
+ "dev": false,
+ "doc": false,
+ "lib": false,
+ "sample": false,
+ "static": false
+ }
+ },
+ "windows-x86_64": {
+ "outputs": {
+ "bin": true,
+ "dev": false,
+ "doc": false,
+ "lib": false,
+ "sample": false,
+ "static": false
+ }
+ }
+ },
+ "cuda_cupti": {
+ "linux-ppc64le": {
+ "outputs": {
+ "bin": false,
+ "dev": true,
+ "doc": false,
+ "lib": true,
+ "sample": true,
+ "static": false
+ }
+ },
+ "linux-sbsa": {
+ "outputs": {
+ "bin": false,
+ "dev": true,
+ "doc": false,
+ "lib": true,
+ "sample": true,
+ "static": false
+ }
+ },
+ "linux-x86_64": {
+ "outputs": {
+ "bin": false,
+ "dev": true,
+ "doc": false,
+ "lib": true,
+ "sample": true,
+ "static": true
+ }
+ },
+ "windows-x86_64": {
+ "outputs": {
+ "bin": false,
+ "dev": true,
+ "doc": false,
+ "lib": false,
+ "sample": true,
+ "static": false
+ }
+ }
+ },
+ "cuda_cuxxfilt": {
+ "linux-ppc64le": {
+ "outputs": {
+ "bin": true,
+ "dev": true,
+ "doc": false,
+ "lib": false,
+ "sample": false,
+ "static": true
+ }
+ },
+ "linux-sbsa": {
+ "outputs": {
+ "bin": true,
+ "dev": true,
+ "doc": false,
+ "lib": false,
+ "sample": false,
+ "static": true
+ }
+ },
+ "linux-x86_64": {
+ "outputs": {
+ "bin": true,
+ "dev": true,
+ "doc": false,
+ "lib": false,
+ "sample": false,
+ "static": true
+ }
+ },
+ "windows-x86_64": {
+ "outputs": {
+ "bin": true,
+ "dev": true,
+ "doc": false,
+ "lib": false,
+ "sample": false,
+ "static": false
+ }
+ }
+ },
+ "cuda_demo_suite": {
+ "linux-x86_64": {
+ "outputs": {
+ "bin": false,
+ "dev": false,
+ "doc": false,
+ "lib": false,
+ "sample": false,
+ "static": false
+ }
+ },
+ "windows-x86_64": {
+ "outputs": {
+ "bin": false,
+ "dev": false,
+ "doc": false,
+ "lib": false,
+ "sample": false,
+ "static": false
+ }
+ }
+ },
+ "cuda_documentation": {
+ "linux-ppc64le": {
+ "outputs": {
+ "bin": false,
+ "dev": false,
+ "doc": false,
+ "lib": false,
+ "sample": false,
+ "static": false
+ }
+ },
+ "linux-sbsa": {
+ "outputs": {
+ "bin": false,
+ "dev": false,
+ "doc": false,
+ "lib": false,
+ "sample": false,
+ "static": false
+ }
+ },
+ "linux-x86_64": {
+ "outputs": {
+ "bin": false,
+ "dev": false,
+ "doc": false,
+ "lib": false,
+ "sample": false,
+ "static": false
+ }
+ },
+ "windows-x86_64": {
+ "outputs": {
+ "bin": false,
+ "dev": false,
+ "doc": false,
+ "lib": false,
+ "sample": false,
+ "static": false
+ }
+ }
+ },
+ "cuda_gdb": {
+ "linux-ppc64le": {
+ "outputs": {
+ "bin": true,
+ "dev": false,
+ "doc": false,
+ "lib": false,
+ "sample": false,
+ "static": false
+ }
+ },
+ "linux-sbsa": {
+ "outputs": {
+ "bin": true,
+ "dev": false,
+ "doc": false,
+ "lib": false,
+ "sample": false,
+ "static": false
+ }
+ },
+ "linux-x86_64": {
+ "outputs": {
+ "bin": true,
+ "dev": false,
+ "doc": false,
+ "lib": false,
+ "sample": false,
+ "static": false
+ }
+ }
+ },
+ "cuda_nsight": {
+ "linux-ppc64le": {
+ "outputs": {
+ "bin": true,
+ "dev": false,
+ "doc": false,
+ "lib": false,
+ "sample": false,
+ "static": false
+ }
+ },
+ "linux-x86_64": {
+ "outputs": {
+ "bin": true,
+ "dev": false,
+ "doc": false,
+ "lib": false,
+ "sample": false,
+ "static": false
+ }
+ }
+ },
+ "cuda_nvcc": {
+ "linux-ppc64le": {
+ "outputs": {
+ "bin": true,
+ "dev": true,
+ "doc": false,
+ "lib": false,
+ "sample": false,
+ "static": true
+ }
+ },
+ "linux-sbsa": {
+ "outputs": {
+ "bin": true,
+ "dev": true,
+ "doc": false,
+ "lib": false,
+ "sample": false,
+ "static": true
+ }
+ },
+ "linux-x86_64": {
+ "outputs": {
+ "bin": true,
+ "dev": true,
+ "doc": false,
+ "lib": false,
+ "sample": false,
+ "static": true
+ }
+ },
+ "windows-x86_64": {
+ "outputs": {
+ "bin": true,
+ "dev": true,
+ "doc": false,
+ "lib": false,
+ "sample": false,
+ "static": false
+ }
+ }
+ },
+ "cuda_nvdisasm": {
+ "linux-ppc64le": {
+ "outputs": {
+ "bin": true,
+ "dev": false,
+ "doc": false,
+ "lib": false,
+ "sample": false,
+ "static": false
+ }
+ },
+ "linux-sbsa": {
+ "outputs": {
+ "bin": true,
+ "dev": false,
+ "doc": false,
+ "lib": false,
+ "sample": false,
+ "static": false
+ }
+ },
+ "linux-x86_64": {
+ "outputs": {
+ "bin": true,
+ "dev": false,
+ "doc": false,
+ "lib": false,
+ "sample": false,
+ "static": false
+ }
+ },
+ "windows-x86_64": {
+ "outputs": {
+ "bin": true,
+ "dev": false,
+ "doc": false,
+ "lib": false,
+ "sample": false,
+ "static": false
+ }
+ }
+ },
+ "cuda_nvml_dev": {
+ "linux-ppc64le": {
+ "outputs": {
+ "bin": false,
+ "dev": true,
+ "doc": false,
+ "lib": true,
+ "sample": false,
+ "static": false
+ }
+ },
+ "linux-sbsa": {
+ "outputs": {
+ "bin": false,
+ "dev": true,
+ "doc": false,
+ "lib": true,
+ "sample": false,
+ "static": false
+ }
+ },
+ "linux-x86_64": {
+ "outputs": {
+ "bin": false,
+ "dev": true,
+ "doc": false,
+ "lib": true,
+ "sample": false,
+ "static": false
+ }
+ },
+ "windows-x86_64": {
+ "outputs": {
+ "bin": false,
+ "dev": true,
+ "doc": false,
+ "lib": false,
+ "sample": false,
+ "static": false
+ }
+ }
+ },
+ "cuda_nvprof": {
+ "linux-ppc64le": {
+ "outputs": {
+ "bin": true,
+ "dev": false,
+ "doc": false,
+ "lib": true,
+ "sample": false,
+ "static": false
+ }
+ },
+ "linux-x86_64": {
+ "outputs": {
+ "bin": true,
+ "dev": false,
+ "doc": false,
+ "lib": true,
+ "sample": false,
+ "static": false
+ }
+ },
+ "windows-x86_64": {
+ "outputs": {
+ "bin": true,
+ "dev": false,
+ "doc": false,
+ "lib": false,
+ "sample": false,
+ "static": false
+ }
+ }
+ },
+ "cuda_nvprune": {
+ "linux-ppc64le": {
+ "outputs": {
+ "bin": true,
+ "dev": false,
+ "doc": false,
+ "lib": false,
+ "sample": false,
+ "static": false
+ }
+ },
+ "linux-sbsa": {
+ "outputs": {
+ "bin": true,
+ "dev": false,
+ "doc": false,
+ "lib": false,
+ "sample": false,
+ "static": false
+ }
+ },
+ "linux-x86_64": {
+ "outputs": {
+ "bin": true,
+ "dev": false,
+ "doc": false,
+ "lib": false,
+ "sample": false,
+ "static": false
+ }
+ },
+ "windows-x86_64": {
+ "outputs": {
+ "bin": true,
+ "dev": false,
+ "doc": false,
+ "lib": false,
+ "sample": false,
+ "static": false
+ }
+ }
+ },
+ "cuda_nvrtc": {
+ "linux-ppc64le": {
+ "outputs": {
+ "bin": false,
+ "dev": true,
+ "doc": false,
+ "lib": true,
+ "sample": false,
+ "static": true
+ }
+ },
+ "linux-sbsa": {
+ "outputs": {
+ "bin": false,
+ "dev": true,
+ "doc": false,
+ "lib": true,
+ "sample": false,
+ "static": true
+ }
+ },
+ "linux-x86_64": {
+ "outputs": {
+ "bin": false,
+ "dev": true,
+ "doc": false,
+ "lib": true,
+ "sample": false,
+ "static": true
+ }
+ },
+ "windows-x86_64": {
+ "outputs": {
+ "bin": true,
+ "dev": true,
+ "doc": false,
+ "lib": false,
+ "sample": false,
+ "static": false
+ }
+ }
+ },
+ "cuda_nvtx": {
+ "linux-ppc64le": {
+ "outputs": {
+ "bin": false,
+ "dev": true,
+ "doc": false,
+ "lib": true,
+ "sample": false,
+ "static": false
+ }
+ },
+ "linux-sbsa": {
+ "outputs": {
+ "bin": false,
+ "dev": true,
+ "doc": false,
+ "lib": true,
+ "sample": false,
+ "static": false
+ }
+ },
+ "linux-x86_64": {
+ "outputs": {
+ "bin": false,
+ "dev": true,
+ "doc": false,
+ "lib": true,
+ "sample": false,
+ "static": false
+ }
+ },
+ "windows-x86_64": {
+ "outputs": {
+ "bin": false,
+ "dev": true,
+ "doc": false,
+ "lib": false,
+ "sample": false,
+ "static": false
+ }
+ }
+ },
+ "cuda_nvvp": {
+ "linux-ppc64le": {
+ "outputs": {
+ "bin": true,
+ "dev": false,
+ "doc": false,
+ "lib": false,
+ "sample": false,
+ "static": false
+ }
+ },
+ "linux-x86_64": {
+ "outputs": {
+ "bin": true,
+ "dev": false,
+ "doc": false,
+ "lib": false,
+ "sample": false,
+ "static": false
+ }
+ },
+ "windows-x86_64": {
+ "outputs": {
+ "bin": true,
+ "dev": false,
+ "doc": false,
+ "lib": false,
+ "sample": false,
+ "static": false
+ }
+ }
+ },
+ "cuda_opencl": {
+ "linux-x86_64": {
+ "outputs": {
+ "bin": false,
+ "dev": true,
+ "doc": false,
+ "lib": true,
+ "sample": false,
+ "static": false
+ }
+ },
+ "windows-x86_64": {
+ "outputs": {
+ "bin": false,
+ "dev": true,
+ "doc": false,
+ "lib": false,
+ "sample": false,
+ "static": false
+ }
+ }
+ },
+ "cuda_profiler_api": {
+ "linux-ppc64le": {
+ "outputs": {
+ "bin": false,
+ "dev": true,
+ "doc": false,
+ "lib": false,
+ "sample": false,
+ "static": false
+ }
+ },
+ "linux-sbsa": {
+ "outputs": {
+ "bin": false,
+ "dev": true,
+ "doc": false,
+ "lib": false,
+ "sample": false,
+ "static": false
+ }
+ },
+ "linux-x86_64": {
+ "outputs": {
+ "bin": false,
+ "dev": true,
+ "doc": false,
+ "lib": false,
+ "sample": false,
+ "static": false
+ }
+ },
+ "windows-x86_64": {
+ "outputs": {
+ "bin": false,
+ "dev": true,
+ "doc": false,
+ "lib": false,
+ "sample": false,
+ "static": false
+ }
+ }
+ },
+ "cuda_sanitizer_api": {
+ "linux-ppc64le": {
+ "outputs": {
+ "bin": true,
+ "dev": false,
+ "doc": false,
+ "lib": false,
+ "sample": false,
+ "static": false
+ }
+ },
+ "linux-sbsa": {
+ "outputs": {
+ "bin": true,
+ "dev": false,
+ "doc": false,
+ "lib": false,
+ "sample": false,
+ "static": false
+ }
+ },
+ "linux-x86_64": {
+ "outputs": {
+ "bin": true,
+ "dev": false,
+ "doc": false,
+ "lib": false,
+ "sample": false,
+ "static": false
+ }
+ },
+ "windows-x86_64": {
+ "outputs": {
+ "bin": false,
+ "dev": false,
+ "doc": false,
+ "lib": false,
+ "sample": false,
+ "static": false
+ }
+ }
+ },
+ "fabricmanager": {
+ "linux-sbsa": {
+ "outputs": {
+ "bin": true,
+ "dev": true,
+ "doc": false,
+ "lib": true,
+ "sample": false,
+ "static": false
+ }
+ },
+ "linux-x86_64": {
+ "outputs": {
+ "bin": true,
+ "dev": true,
+ "doc": false,
+ "lib": true,
+ "sample": false,
+ "static": false
+ }
+ }
+ },
+ "libcublas": {
+ "linux-ppc64le": {
+ "outputs": {
+ "bin": false,
+ "dev": true,
+ "doc": false,
+ "lib": true,
+ "sample": false,
+ "static": true
+ }
+ },
+ "linux-sbsa": {
+ "outputs": {
+ "bin": false,
+ "dev": true,
+ "doc": false,
+ "lib": true,
+ "sample": false,
+ "static": true
+ }
+ },
+ "linux-x86_64": {
+ "outputs": {
+ "bin": false,
+ "dev": true,
+ "doc": false,
+ "lib": true,
+ "sample": false,
+ "static": true
+ }
+ },
+ "windows-x86_64": {
+ "outputs": {
+ "bin": true,
+ "dev": true,
+ "doc": false,
+ "lib": false,
+ "sample": false,
+ "static": false
+ }
+ }
+ },
+ "libcufft": {
+ "linux-ppc64le": {
+ "outputs": {
+ "bin": false,
+ "dev": true,
+ "doc": false,
+ "lib": true,
+ "sample": false,
+ "static": true
+ }
+ },
+ "linux-sbsa": {
+ "outputs": {
+ "bin": false,
+ "dev": true,
+ "doc": false,
+ "lib": true,
+ "sample": false,
+ "static": true
+ }
+ },
+ "linux-x86_64": {
+ "outputs": {
+ "bin": false,
+ "dev": true,
+ "doc": false,
+ "lib": true,
+ "sample": false,
+ "static": true
+ }
+ },
+ "windows-x86_64": {
+ "outputs": {
+ "bin": true,
+ "dev": true,
+ "doc": false,
+ "lib": false,
+ "sample": false,
+ "static": false
+ }
+ }
+ },
+ "libcufile": {
+ "linux-sbsa": {
+ "outputs": {
+ "bin": false,
+ "dev": true,
+ "doc": false,
+ "lib": true,
+ "sample": true,
+ "static": true
+ }
+ },
+ "linux-x86_64": {
+ "outputs": {
+ "bin": false,
+ "dev": true,
+ "doc": false,
+ "lib": true,
+ "sample": true,
+ "static": true
+ }
+ }
+ },
+ "libcurand": {
+ "linux-ppc64le": {
+ "outputs": {
+ "bin": false,
+ "dev": true,
+ "doc": false,
+ "lib": true,
+ "sample": false,
+ "static": true
+ }
+ },
+ "linux-sbsa": {
+ "outputs": {
+ "bin": false,
+ "dev": true,
+ "doc": false,
+ "lib": true,
+ "sample": false,
+ "static": true
+ }
+ },
+ "linux-x86_64": {
+ "outputs": {
+ "bin": false,
+ "dev": true,
+ "doc": false,
+ "lib": true,
+ "sample": false,
+ "static": true
+ }
+ },
+ "windows-x86_64": {
+ "outputs": {
+ "bin": true,
+ "dev": true,
+ "doc": false,
+ "lib": false,
+ "sample": false,
+ "static": false
+ }
+ }
+ },
+ "libcusolver": {
+ "linux-ppc64le": {
+ "outputs": {
+ "bin": false,
+ "dev": true,
+ "doc": false,
+ "lib": true,
+ "sample": false,
+ "static": true
+ }
+ },
+ "linux-sbsa": {
+ "outputs": {
+ "bin": false,
+ "dev": true,
+ "doc": false,
+ "lib": true,
+ "sample": false,
+ "static": true
+ }
+ },
+ "linux-x86_64": {
+ "outputs": {
+ "bin": false,
+ "dev": true,
+ "doc": false,
+ "lib": true,
+ "sample": false,
+ "static": true
+ }
+ },
+ "windows-x86_64": {
+ "outputs": {
+ "bin": true,
+ "dev": true,
+ "doc": false,
+ "lib": false,
+ "sample": false,
+ "static": false
+ }
+ }
+ },
+ "libcusparse": {
+ "linux-ppc64le": {
+ "outputs": {
+ "bin": false,
+ "dev": true,
+ "doc": false,
+ "lib": true,
+ "sample": false,
+ "static": true
+ }
+ },
+ "linux-sbsa": {
+ "outputs": {
+ "bin": false,
+ "dev": true,
+ "doc": false,
+ "lib": true,
+ "sample": false,
+ "static": true
+ }
+ },
+ "linux-x86_64": {
+ "outputs": {
+ "bin": false,
+ "dev": true,
+ "doc": false,
+ "lib": true,
+ "sample": false,
+ "static": true
+ }
+ },
+ "windows-x86_64": {
+ "outputs": {
+ "bin": true,
+ "dev": true,
+ "doc": false,
+ "lib": false,
+ "sample": false,
+ "static": false
+ }
+ }
+ },
+ "libnpp": {
+ "linux-ppc64le": {
+ "outputs": {
+ "bin": false,
+ "dev": true,
+ "doc": false,
+ "lib": true,
+ "sample": false,
+ "static": true
+ }
+ },
+ "linux-sbsa": {
+ "outputs": {
+ "bin": false,
+ "dev": true,
+ "doc": false,
+ "lib": true,
+ "sample": false,
+ "static": true
+ }
+ },
+ "linux-x86_64": {
+ "outputs": {
+ "bin": false,
+ "dev": true,
+ "doc": false,
+ "lib": true,
+ "sample": false,
+ "static": true
+ }
+ },
+ "windows-x86_64": {
+ "outputs": {
+ "bin": true,
+ "dev": true,
+ "doc": false,
+ "lib": false,
+ "sample": false,
+ "static": false
+ }
+ }
+ },
+ "libnvidia_nscq": {
+ "linux-sbsa": {
+ "outputs": {
+ "bin": false,
+ "dev": false,
+ "doc": false,
+ "lib": true,
+ "sample": false,
+ "static": false
+ }
+ },
+ "linux-x86_64": {
+ "outputs": {
+ "bin": false,
+ "dev": false,
+ "doc": false,
+ "lib": true,
+ "sample": false,
+ "static": false
+ }
+ }
+ },
+ "libnvjitlink": {
+ "linux-ppc64le": {
+ "outputs": {
+ "bin": false,
+ "dev": true,
+ "doc": false,
+ "lib": true,
+ "sample": false,
+ "static": true
+ }
+ },
+ "linux-sbsa": {
+ "outputs": {
+ "bin": false,
+ "dev": true,
+ "doc": false,
+ "lib": true,
+ "sample": false,
+ "static": true
+ }
+ },
+ "linux-x86_64": {
+ "outputs": {
+ "bin": false,
+ "dev": true,
+ "doc": false,
+ "lib": true,
+ "sample": false,
+ "static": true
+ }
+ },
+ "windows-x86_64": {
+ "outputs": {
+ "bin": true,
+ "dev": true,
+ "doc": false,
+ "lib": false,
+ "sample": false,
+ "static": false
+ }
+ }
+ },
+ "libnvjpeg": {
+ "linux-ppc64le": {
+ "outputs": {
+ "bin": false,
+ "dev": true,
+ "doc": false,
+ "lib": true,
+ "sample": false,
+ "static": true
+ }
+ },
+ "linux-sbsa": {
+ "outputs": {
+ "bin": false,
+ "dev": true,
+ "doc": false,
+ "lib": true,
+ "sample": false,
+ "static": true
+ }
+ },
+ "linux-x86_64": {
+ "outputs": {
+ "bin": false,
+ "dev": true,
+ "doc": false,
+ "lib": true,
+ "sample": false,
+ "static": true
+ }
+ },
+ "windows-x86_64": {
+ "outputs": {
+ "bin": true,
+ "dev": true,
+ "doc": false,
+ "lib": false,
+ "sample": false,
+ "static": false
+ }
+ }
+ },
+ "nsight_compute": {
+ "linux-ppc64le": {
+ "outputs": {
+ "bin": true,
+ "dev": false,
+ "doc": false,
+ "lib": false,
+ "sample": false,
+ "static": false
+ }
+ },
+ "linux-sbsa": {
+ "outputs": {
+ "bin": true,
+ "dev": false,
+ "doc": false,
+ "lib": false,
+ "sample": false,
+ "static": false
+ }
+ },
+ "linux-x86_64": {
+ "outputs": {
+ "bin": true,
+ "dev": false,
+ "doc": false,
+ "lib": false,
+ "sample": false,
+ "static": false
+ }
+ },
+ "windows-x86_64": {
+ "outputs": {
+ "bin": false,
+ "dev": false,
+ "doc": false,
+ "lib": false,
+ "sample": false,
+ "static": false
+ }
+ }
+ },
+ "nsight_systems": {
+ "linux-ppc64le": {
+ "outputs": {
+ "bin": true,
+ "dev": false,
+ "doc": false,
+ "lib": false,
+ "sample": false,
+ "static": false
+ }
+ },
+ "linux-sbsa": {
+ "outputs": {
+ "bin": true,
+ "dev": false,
+ "doc": false,
+ "lib": false,
+ "sample": false,
+ "static": false
+ }
+ },
+ "linux-x86_64": {
+ "outputs": {
+ "bin": true,
+ "dev": false,
+ "doc": false,
+ "lib": false,
+ "sample": false,
+ "static": false
+ }
+ },
+ "windows-x86_64": {
+ "outputs": {
+ "bin": false,
+ "dev": false,
+ "doc": false,
+ "lib": false,
+ "sample": false,
+ "static": false
+ }
+ }
+ },
+ "nsight_vse": {
+ "windows-x86_64": {
+ "outputs": {
+ "bin": false,
+ "dev": false,
+ "doc": false,
+ "lib": false,
+ "sample": false,
+ "static": false
+ }
+ }
+ },
+ "nvidia_driver": {
+ "linux-ppc64le": {
+ "outputs": {
+ "bin": true,
+ "dev": false,
+ "doc": false,
+ "lib": true,
+ "sample": false,
+ "static": false
+ }
+ },
+ "linux-sbsa": {
+ "outputs": {
+ "bin": true,
+ "dev": false,
+ "doc": false,
+ "lib": true,
+ "sample": false,