home / sidx_000

CudaComponent

12 rows where version = 2773

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: name, platform

Link manifest name license_name license_path version sha256 md5 platform relative_path n_bytes
108,1478,1432 108 108 cuda_cudart 1478 CUDA Toolkit 1438   11.7.99 2773 3098 3098 3099 3099 linux-x86_64 1432 cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.7.99-archive.tar.xz 8197 854756
108,1478,1434 108 108 cuda_cudart 1478 CUDA Toolkit 1438   11.7.99 2773 3092 3092 3093 3093 linux-ppc64le 1434 cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.7.99-archive.tar.xz 8195 795684
108,1478,1436 108 108 cuda_cudart 1478 CUDA Toolkit 1438   11.7.99 2773 3096 3096 3097 3097 linux-sbsa 1436 cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.7.99-archive.tar.xz 8199 798380
108,1478,1442 108 108 cuda_cudart 1478 CUDA Toolkit 1438   11.7.99 2773 3094 3094 3095 3095 windows-x86_64 1442 cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.7.99-archive.zip 8201 2884857
108,1492,1432 108 108 cuda_nvrtc 1492 CUDA Toolkit 1438   11.7.99 2773 2916 2916 2917 2917 linux-x86_64 1432 cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.7.99-archive.tar.xz 8081 28033228
108,1492,1434 108 108 cuda_nvrtc 1492 CUDA Toolkit 1438   11.7.99 2773 2922 2922 2923 2923 linux-ppc64le 1434 cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.7.99-archive.tar.xz 8083 26189204
108,1492,1436 108 108 cuda_nvrtc 1492 CUDA Toolkit 1438   11.7.99 2773 2920 2920 2921 2921 linux-sbsa 1436 cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.7.99-archive.tar.xz 8085 26042768
108,1492,1442 108 108 cuda_nvrtc 1492 CUDA Toolkit 1438   11.7.99 2773 2918 2918 2919 2919 windows-x86_64 1442 cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.7.99-archive.zip 8079 93547997
108,1508,1432 108 108 cuda_nvcc 1508 CUDA Toolkit 1438   11.7.99 2773 3020 3020 3021 3021 linux-x86_64 1432 cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.7.99-archive.tar.xz 8169 37045896
108,1508,1434 108 108 cuda_nvcc 1508 CUDA Toolkit 1438   11.7.99 2773 3016 3016 3017 3017 linux-ppc64le 1434 cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.7.99-archive.tar.xz 8165 34878168
108,1508,1436 108 108 cuda_nvcc 1508 CUDA Toolkit 1438   11.7.99 2773 3018 3018 3019 3019 linux-sbsa 1436 cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.7.99-archive.tar.xz 8163 32636812
108,1508,1442 108 108 cuda_nvcc 1508 CUDA Toolkit 1438   11.7.99 2773 3014 3014 3015 3015 windows-x86_64 1442 cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.7.99-archive.zip 8167 47663877

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