home / sidx_000

CudaComponent

11 rows where version = 3800

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: name, license_path, platform

Link manifest name license_name license_path version sha256 md5 platform relative_path n_bytes
116,1520,1432 116 116 cuda_nvvp 1520 CUDA Toolkit 1438 cuda_nvvp/LICENSE.txt 3799 12.2.60 3800 4822 4822 4823 4823 linux-x86_64 1432 cuda_nvvp/linux-x86_64/cuda_nvvp-linux-x86_64-12.2.60-archive.tar.xz 9832 117694060
116,1520,1434 116 116 cuda_nvvp 1520 CUDA Toolkit 1438 cuda_nvvp/LICENSE.txt 3799 12.2.60 3800 4818 4818 4819 4819 linux-ppc64le 1434 cuda_nvvp/linux-ppc64le/cuda_nvvp-linux-ppc64le-12.2.60-archive.tar.xz 9833 117147564
116,1520,1442 116 116 cuda_nvvp 1520 CUDA Toolkit 1438 cuda_nvvp/LICENSE.txt 3799 12.2.60 3800 4820 4820 4821 4821 windows-x86_64 1442 cuda_nvvp/windows-x86_64/cuda_nvvp-windows-x86_64-12.2.60-archive.zip 9831 120358259
116,1588,1432 116 116 cuda_cupti 1588 CUDA Toolkit 1438 cuda_cupti/LICENSE.txt 3801 12.2.60 3800 4824 4824 4825 4825 linux-x86_64 1432 cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.2.60-archive.tar.xz 9866 18800604
116,1588,1434 116 116 cuda_cupti 1588 CUDA Toolkit 1438 cuda_cupti/LICENSE.txt 3801 12.2.60 3800 4826 4826 4827 4827 linux-ppc64le 1434 cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-12.2.60-archive.tar.xz 9867 10630824
116,1588,1436 116 116 cuda_cupti 1588 CUDA Toolkit 1438 cuda_cupti/LICENSE.txt 3801 12.2.60 3800 4832 4832 4833 4833 linux-sbsa 1436 cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.2.60-archive.tar.xz 9865 9781820
116,1588,1442 116 116 cuda_cupti 1588 CUDA Toolkit 1438 cuda_cupti/LICENSE.txt 3801 12.2.60 3800 4828 4828 4829 4829 windows-x86_64 1442 cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.2.60-archive.zip 9868 13151576
116,1588,2893 116 116 cuda_cupti 1588 CUDA Toolkit 1438 cuda_cupti/LICENSE.txt 3801 12.2.60 3800 4830 4830 4831 4831 linux-aarch64 2893 cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.2.60-archive.tar.xz 9864 7731940
116,1595,1432 116 116 cuda_nvprof 1595 CUDA Toolkit 1438 cuda_nvprof/LICENSE.txt 3808 12.2.60 3800 4872 4872 4873 4873 linux-x86_64 1432 cuda_nvprof/linux-x86_64/cuda_nvprof-linux-x86_64-12.2.60-archive.tar.xz 9845 2441200
116,1595,1434 116 116 cuda_nvprof 1595 CUDA Toolkit 1438 cuda_nvprof/LICENSE.txt 3808 12.2.60 3800 4874 4874 4875 4875 linux-ppc64le 1434 cuda_nvprof/linux-ppc64le/cuda_nvprof-linux-ppc64le-12.2.60-archive.tar.xz 9847 2119668
116,1595,1442 116 116 cuda_nvprof 1595 CUDA Toolkit 1438 cuda_nvprof/LICENSE.txt 3808 12.2.60 3800 4876 4876 4877 4877 windows-x86_64 1442 cuda_nvprof/windows-x86_64/cuda_nvprof-windows-x86_64-12.2.60-archive.zip 9846 1700986

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE CudaComponent(
    manifest INTEGER,
    name INTEGER, /* E.g. "cuda_nvcc"  */
    license_name INTEGER, /* E.g. "CUDA Toolkit" */
    license_path INTEGER, /* E.g. "cuda_cccl/LICENSE.txt" */
    version INTEGER, /* E.g. "12.8.90" */
    sha256 INTEGER,
    md5 INTEGER,
    platform INTEGER, /* E.g. "linux-x86_64" */
    /* E.g. "cuda_cccl/linux-x86_64/cuda_cccl-linux-x86_64-12.8.90-archive.tar.xz" */
    relative_path INTEGER,
    n_bytes INTEGER, /* May be a string in the JSON */
    PRIMARY KEY(manifest, name, platform),
    FOREIGN KEY(manifest) REFERENCES CudaManifest(id),
    FOREIGN KEY(name) REFERENCES Str(id),
    FOREIGN KEY(license_name) REFERENCES Str(id),
    FOREIGN KEY(license_path) REFERENCES Str(id),
    FOREIGN KEY(version) REFERENCES Str(id),
    FOREIGN KEY(sha256) REFERENCES Hash(id),
    FOREIGN KEY(md5) REFERENCES Hash(id),
    FOREIGN KEY(platform) REFERENCES Str(id),
    FOREIGN KEY(relative_path) REFERENCES Str(id)
);
Powered by Datasette · Queries took 165.669ms