home / sidx

CudaManifest

3 rows where release_product = 14091

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ release_date release_label release_product
8431 2023-09-12 14089 8.9.5.29 14090 cudnn-v8-9-cuda-11 14091
8433 2023-10-30 14099 8.9.5.30 14100 cudnn-v8-9-cuda-11 14091
8444 2023-11-01 14108 8.9.6.50 14109 cudnn-v8-9-cuda-11 14091

Advanced export

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

CSV options:

CREATE TABLE CudaManifest(
    id INTEGER, /* Blake3/ca-node of the JSON */
    release_date INTEGER, /* E.g. "2025-03-06" */
    release_label INTEGER, /* E.g. "12.8.1" */
    release_product INTEGER, /* E.g. "cuda" */
    PRIMARY KEY(id),
    FOREIGN KEY(id) REFERENCES Hash(id),
    FOREIGN KEY(release_date) REFERENCES Str(id),
    FOREIGN KEY(release_label) REFERENCES Str(id),
    FOREIGN KEY(release_product) REFERENCES Str(id)
) STRICT;
Powered by Datasette · Queries took 19.565ms