CudaArtifact
2 rows where manifest = 8415, platform = 1432 and pname = 13960
This data as json, CSV (advanced)
| Link | manifest | name | pname | license_name | license_path | version | compat_tag | sha256 | md5 | platform | relative_path | n_bytes |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 8757,8415 | blake3-+45zCx60uxfrZgR7SvpjelLzd1FH2RcotiA9v9t6OhQ= 8415 | NVIDIA CUDA Deep Neural Network library 14348 | cudnn 13960 | cudnn 13960 | cudnn/LICENSE.txt 14084 | 8.8.1.3 14009 | cuda11 14349 | af7584cae0cc5524b5913ef08c29ba6154113c60eb0a37a0590a91b515a8a8f9 8757 | 5d493c1163d6f1d066cb7d00d02d2680 8758 | linux-x86_64 1432 | cudnn/linux-x86_64/cudnn-linux-x86_64-8.8.1.3_cuda11-archive.tar.xz 14010 | 874680340 |
| 9127,8415 | blake3-+45zCx60uxfrZgR7SvpjelLzd1FH2RcotiA9v9t6OhQ= 8415 | NVIDIA CUDA Deep Neural Network library 14348 | cudnn 13960 | cudnn 13960 | cudnn/LICENSE.txt 14084 | 8.8.1.3 14009 | cuda12 14377 | 79d77a769c7e7175abc7b5c2ed5c494148c0618a864138722c887f95c623777c 9127 | dc77230db386042246ac1864118841bf 9128 | linux-x86_64 1432 | cudnn/linux-x86_64/cudnn-linux-x86_64-8.8.1.3_cuda12-archive.tar.xz 14389 | 871066164 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "CudaArtifact" (
"manifest" INTEGER NOT NULL,
"name" INTEGER,
"pname" INTEGER,
"license_name" INTEGER,
"license_path" INTEGER,
"version" INTEGER NOT NULL,
"compat_tag" INTEGER,
"sha256" INTEGER,
"md5" INTEGER,
"platform" INTEGER,
"relative_path" INTEGER,
"n_bytes" INTEGER,
PRIMARY KEY("sha256","manifest"),
FOREIGN KEY("compat_tag") REFERENCES "Str"("id"),
FOREIGN KEY("license_name") REFERENCES "Str"("id"),
FOREIGN KEY("license_path") REFERENCES "Str"("id"),
FOREIGN KEY("manifest") REFERENCES "CudaManifest"("id"),
FOREIGN KEY("manifest") REFERENCES "Hash"("id"),
FOREIGN KEY("md5") REFERENCES "Hash"("id"),
FOREIGN KEY("name") REFERENCES "Str"("id"),
FOREIGN KEY("platform") REFERENCES "Str"("id"),
FOREIGN KEY("pname") REFERENCES "Str"("id"),
FOREIGN KEY("relative_path") REFERENCES "Str"("id"),
FOREIGN KEY("sha256") REFERENCES "Hash"("id"),
FOREIGN KEY("version") REFERENCES "Str"("id")
) STRICT;
CREATE UNIQUE INDEX CudaArtifactIdx
ON CudaArtifact(pname, platform, version, compat_tag, name, manifest);