home / sidx_000

CudaManifest

32 rows

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ release_date release_label release_product
44 2022-10-03 2887    
45 2023-04-19 3584    
53 2024-05-21 3925 12.5.0 3926 cuda 3758
54 2022-01-12 2228    
55 2024-08-01 3960 12.6.0 3961 cuda 3758
56 2021-11-23 1977    
58 2024-01-02 3882 12.3.2 3883 cuda 3758
60 2021-10-20 1842    
61 2023-07-31 3815 12.2.1 3816 cuda 3758
62 2021-11-03 1603    
79 2025-03-06 4037 12.8.1 4038 cuda 3758
87 2024-11-20 4006 12.6.3 4007 cuda 3758
97 2022-05-11 2616    
98 2021-09-07 1423    
99 2024-07-01 3943 12.5.1 3944 cuda 3758
104 2024-04-03 3908 12.4.1 3909 cuda 3758
108 2022-08-03 2752    
110 2022-02-22 2360    
111 2023-10-19 3851 12.3.0 3852 cuda 3758
112 2024-03-05 3886 12.4.0 3887 cuda 3758
113 2022-12-08 3057    
114 2023-02-28 3409    
115 2023-11-15 3867 12.3.1 3868 cuda 3758
116 2023-06-28 3756 12.2.0 3757 cuda 3758
117 2024-10-01 3995 12.6.2 3996 cuda 3758
118 2023-08-29 3832 12.2.2 3833 cuda 3758
119 2024-08-29 3982 12.6.1 3983 cuda 3758
120 2023-01-31 3236    
122 2022-03-24 2490    
123 2022-02-01 1724    
125 2025-01-23 4011 12.8.0 4012 cuda 3758
126 2022-02-02 2109    

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)
);
Powered by Datasette · Queries took 84.238ms