home / sidx_000

CudaComponent

5 rows where version = 3905

✎ View and edit SQL

This data as json, CSV (advanced)

Link manifest name license_name license_path version sha256 md5 platform relative_path n_bytes
112,1563,1432 112 112 libcufft 1563 CUDA Toolkit 1438 libcufft/LICENSE.txt 3787 11.2.0.44 3905 6300 6300 6301 6301 linux-x86_64 1432 libcufft/linux-x86_64/libcufft-linux-x86_64-11.2.0.44-archive.tar.xz 10592 509571100
112,1563,1434 112 112 libcufft 1563 CUDA Toolkit 1438 libcufft/LICENSE.txt 3787 11.2.0.44 3905 6298 6298 6299 6299 linux-ppc64le 1434 libcufft/linux-ppc64le/libcufft-linux-ppc64le-11.2.0.44-archive.tar.xz 10591 511058968
112,1563,1436 112 112 libcufft 1563 CUDA Toolkit 1438 libcufft/LICENSE.txt 3787 11.2.0.44 3905 6294 6294 6295 6295 linux-sbsa 1436 libcufft/linux-sbsa/libcufft-linux-sbsa-11.2.0.44-archive.tar.xz 10590 509854528
112,1563,1442 112 112 libcufft 1563 CUDA Toolkit 1438 libcufft/LICENSE.txt 3787 11.2.0.44 3905 6296 6296 6297 6297 windows-x86_64 1442 libcufft/windows-x86_64/libcufft-windows-x86_64-11.2.0.44-archive.zip 10588 209047123
112,1563,2893 112 112 libcufft 1563 CUDA Toolkit 1438 libcufft/LICENSE.txt 3787 11.2.0.44 3905 6292 6292 6293 6293 linux-aarch64 2893 libcufft/linux-aarch64/libcufft-linux-aarch64-11.2.0.44-archive.tar.xz 10589 509586044

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.647ms