home / sidx_000

CudaComponent

11 rows where version = 3818

✎ 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
61,1520,1432 61 61 cuda_nvvp 1520 CUDA Toolkit 1438 cuda_nvvp/LICENSE.txt 3799 12.2.131 3818 4946 4946 4947 4947 linux-x86_64 1432 cuda_nvvp/linux-x86_64/cuda_nvvp-linux-x86_64-12.2.131-archive.tar.xz 9961 112460300
61,1520,1434 61 61 cuda_nvvp 1520 CUDA Toolkit 1438 cuda_nvvp/LICENSE.txt 3799 12.2.131 3818 4944 4944 4945 4945 linux-ppc64le 1434 cuda_nvvp/linux-ppc64le/cuda_nvvp-linux-ppc64le-12.2.131-archive.tar.xz 9962 111861948
61,1520,1442 61 61 cuda_nvvp 1520 CUDA Toolkit 1438 cuda_nvvp/LICENSE.txt 3799 12.2.131 3818 4948 4948 4949 4949 windows-x86_64 1442 cuda_nvvp/windows-x86_64/cuda_nvvp-windows-x86_64-12.2.131-archive.zip 9963 120341138
61,1588,1432 61 61 cuda_cupti 1588 CUDA Toolkit 1438 cuda_cupti/LICENSE.txt 3801 12.2.131 3818 5112 5112 5113 5113 linux-x86_64 1432 cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.2.131-archive.tar.xz 10030 19226908
61,1588,1434 61 61 cuda_cupti 1588 CUDA Toolkit 1438 cuda_cupti/LICENSE.txt 3801 12.2.131 3818 5106 5106 5107 5107 linux-ppc64le 1434 cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-12.2.131-archive.tar.xz 10027 10766548
61,1588,1436 61 61 cuda_cupti 1588 CUDA Toolkit 1438 cuda_cupti/LICENSE.txt 3801 12.2.131 3818 5108 5108 5109 5109 linux-sbsa 1436 cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.2.131-archive.tar.xz 10028 9894900
61,1588,1442 61 61 cuda_cupti 1588 CUDA Toolkit 1438 cuda_cupti/LICENSE.txt 3801 12.2.131 3818 5114 5114 5115 5115 windows-x86_64 1442 cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.2.131-archive.zip 10031 13179068
61,1588,2893 61 61 cuda_cupti 1588 CUDA Toolkit 1438 cuda_cupti/LICENSE.txt 3801 12.2.131 3818 5110 5110 5111 5111 linux-aarch64 2893 cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.2.131-archive.tar.xz 10029 7858260
61,1595,1432 61 61 cuda_nvprof 1595 CUDA Toolkit 1438 cuda_nvprof/LICENSE.txt 3808 12.2.131 3818 5078 5078 5079 5079 linux-x86_64 1432 cuda_nvprof/linux-x86_64/cuda_nvprof-linux-x86_64-12.2.131-archive.tar.xz 10065 2441928
61,1595,1434 61 61 cuda_nvprof 1595 CUDA Toolkit 1438 cuda_nvprof/LICENSE.txt 3808 12.2.131 3818 5080 5080 5081 5081 linux-ppc64le 1434 cuda_nvprof/linux-ppc64le/cuda_nvprof-linux-ppc64le-12.2.131-archive.tar.xz 10066 2120104
61,1595,1442 61 61 cuda_nvprof 1595 CUDA Toolkit 1438 cuda_nvprof/LICENSE.txt 3808 12.2.131 3818 5076 5076 5077 5077 windows-x86_64 1442 cuda_nvprof/windows-x86_64/cuda_nvprof-windows-x86_64-12.2.131-archive.zip 10064 1700994

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 62.237ms