CudaArtifact
2 rows where manifest = 8415, platform = 1434 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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|
8761,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 | d086003d09d5388aa42142f07483a773aa74b602478b0933e24fc63f56f1658f 8761 | 700f116e21ad51002277b58268198b79 8762 | linux-ppc64le 1434 | cudnn/linux-ppc64le/cudnn-linux-ppc64le-8.8.1.3_cuda11-archive.tar.xz 14014 | 877223536 |
9129,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 | b0e89021a846952cad8cfc674edce2883f6e344ebd47a2394f706b1136715bc7 9129 | 3a194712b36e44e0a6892cd2384bcce6 9130 | linux-ppc64le 1434 | cudnn/linux-ppc64le/cudnn-linux-ppc64le-8.8.1.3_cuda12-archive.tar.xz 14390 | 873051948 |
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);