home / sidx_000

CudaComponent

11 rows where version = 3838

✎ 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
118,1520,1432 118 118 cuda_nvvp 1520 CUDA Toolkit 1438 cuda_nvvp/LICENSE.txt 3799 12.2.142 3838 5478 5478 5479 5479 linux-x86_64 1432 cuda_nvvp/linux-x86_64/cuda_nvvp-linux-x86_64-12.2.142-archive.tar.xz 10192 117735088
118,1520,1434 118 118 cuda_nvvp 1520 CUDA Toolkit 1438 cuda_nvvp/LICENSE.txt 3799 12.2.142 3838 5474 5474 5475 5475 linux-ppc64le 1434 cuda_nvvp/linux-ppc64le/cuda_nvvp-linux-ppc64le-12.2.142-archive.tar.xz 10191 117180108
118,1520,1442 118 118 cuda_nvvp 1520 CUDA Toolkit 1438 cuda_nvvp/LICENSE.txt 3799 12.2.142 3838 5476 5476 5477 5477 windows-x86_64 1442 cuda_nvvp/windows-x86_64/cuda_nvvp-windows-x86_64-12.2.142-archive.zip 10193 120341504
118,1588,1432 118 118 cuda_cupti 1588 CUDA Toolkit 1438 cuda_cupti/LICENSE.txt 3801 12.2.142 3838 5276 5276 5277 5277 linux-x86_64 1432 cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.2.142-archive.tar.xz 10200 19580992
118,1588,1434 118 118 cuda_cupti 1588 CUDA Toolkit 1438 cuda_cupti/LICENSE.txt 3801 12.2.142 3838 5278 5278 5279 5279 linux-ppc64le 1434 cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-12.2.142-archive.tar.xz 10198 10755848
118,1588,1436 118 118 cuda_cupti 1588 CUDA Toolkit 1438 cuda_cupti/LICENSE.txt 3801 12.2.142 3838 5274 5274 5275 5275 linux-sbsa 1436 cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.2.142-archive.tar.xz 10197 9848436
118,1588,1442 118 118 cuda_cupti 1588 CUDA Toolkit 1438 cuda_cupti/LICENSE.txt 3801 12.2.142 3838 5280 5280 5281 5281 windows-x86_64 1442 cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.2.142-archive.zip 10199 13053349
118,1588,2893 118 118 cuda_cupti 1588 CUDA Toolkit 1438 cuda_cupti/LICENSE.txt 3801 12.2.142 3838 5272 5272 5273 5273 linux-aarch64 2893 cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.2.142-archive.tar.xz 10196 7770036
118,1595,1432 118 118 cuda_nvprof 1595 CUDA Toolkit 1438 cuda_nvprof/LICENSE.txt 3808 12.2.142 3838 5292 5292 5293 5293 linux-x86_64 1432 cuda_nvprof/linux-x86_64/cuda_nvprof-linux-x86_64-12.2.142-archive.tar.xz 10183 2441056
118,1595,1434 118 118 cuda_nvprof 1595 CUDA Toolkit 1438 cuda_nvprof/LICENSE.txt 3808 12.2.142 3838 5288 5288 5289 5289 linux-ppc64le 1434 cuda_nvprof/linux-ppc64le/cuda_nvprof-linux-ppc64le-12.2.142-archive.tar.xz 10182 2119280
118,1595,1442 118 118 cuda_nvprof 1595 CUDA Toolkit 1438 cuda_nvprof/LICENSE.txt 3808 12.2.142 3838 5290 5290 5291 5291 windows-x86_64 1442 cuda_nvprof/windows-x86_64/cuda_nvprof-windows-x86_64-12.2.142-archive.zip 10181 1701039

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