CudaArtifact
2 rows where manifest = 8438 and platform = 1442
This data as json, CSV (advanced)
| Link | manifest | name | pname | license_name | license_path | version | compat_tag | sha256 | md5 | platform | relative_path | n_bytes |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 9433,8438 | blake3-5ZbAHHP4OWiMIQg6jZm9zIYIHSfLpTG+slSjSKiLUig= 8438 | NVIDIA CUDA Deep Neural Network library 14348 | cudnn 13960 | cudnn 13960 | cudnn/LICENSE.txt 14084 | 9.5.1.17 14586 | cuda11 14349 | 8318e93ab017af2356d3b6cf35aab2238e2a51c426450842eb4ade12e4619bbb 9433 | b7c456ddab820ec335a724be7a969091 9434 | windows-x86_64 1442 | cudnn/windows-x86_64/cudnn-windows-x86_64-9.5.1.17_cuda11-archive.zip 14592 | 554195447 |
| 9435,8438 | blake3-5ZbAHHP4OWiMIQg6jZm9zIYIHSfLpTG+slSjSKiLUig= 8438 | NVIDIA CUDA Deep Neural Network library 14348 | cudnn 13960 | cudnn 13960 | cudnn/LICENSE.txt 14084 | 9.5.1.17 14586 | cuda12 14377 | 3a4cecc8b6d6aa7f6777620e6f2c129b76be635357c4506f2c4ccdbe0e2a1641 9435 | fda9196a60fb8e2b4c78e8a19ff056a3 9436 | windows-x86_64 1442 | cudnn/windows-x86_64/cudnn-windows-x86_64-9.5.1.17_cuda12-archive.zip 14593 | 557597538 |
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);