home / sidx

CudaManifest

6 rows where release_product = 14307

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ release_date release_label release_product
8496 2024-02-08 14314 2.0.1 14315 cutensor 14307
8498 2024-06-24 14328 2.0.2 14329 cutensor 14307
8499 2025-03-13 14340 2.2.0 14341 cutensor 14307
8500 2024-07-08 14321 2.0.2.1 14322 cutensor 14307
8501 2023-11-20 14305 2.0.0 14306 cutensor 14307
8503 2025-01-27 14194 2.1.0 14335 cutensor 14307

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