home / sidx

CudaArtifact

8 rows where license_path = 3791 and platform = 1434

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: version, sha256, md5, relative_path, n_bytes

pname 1

  • cuda_documentation 8

platform 1

  • linux-ppc64le · 8 ✖
Link manifest name pname license_name license_path version compat_tag sha256 md5 platform relative_path n_bytes
4784,116 blake3-ffPaXmXF/lrBQgI15X8ZP1jg/8FyE5T5iWcxEaVk4sk= 116 CUDA Documentation 14776 cuda_documentation 1569 CUDA Toolkit 1438 cuda_documentation/LICENSE.txt 3791 12.2.53 3760   790b9b948b058bda215bf8af0693638c90a2201a6910aa618ddbb4b540bdda15 4784 9d8ca1deb21491627bc68e3b1c00a50c 4785 linux-ppc64le 1434 cuda_documentation/linux-ppc64le/cuda_documentation-linux-ppc64le-12.2.53-archive.tar.xz 9873 67072
4924,61 blake3-I/dVVqOwzwUBypiyLSy3qdw+DfEawpdqHjmNYbo5rEE= 61 CUDA Documentation 14776 cuda_documentation 1569 CUDA Toolkit 1438 cuda_documentation/LICENSE.txt 3791 12.2.128 3817   80c01420816adb5fa28174748f27f6f13dd9b5c091f0f288e6fe5f191fc9b356 4924 54c8de83a3108966ec77dd234e7cb3c8 4925 linux-ppc64le 1434 cuda_documentation/linux-ppc64le/cuda_documentation-linux-ppc64le-12.2.128-archive.tar.xz 9985 67008
5234,118 blake3-xLEMvTZf0haLy/Eqs4pbicZnrCFS7Tz8D7WHOFcT3/Q= 118 CUDA Documentation 14776 cuda_documentation 1569 CUDA Toolkit 1438 cuda_documentation/LICENSE.txt 3791 12.2.140 3835   4db6c52188c458bf8c55d7f1eba67dd5ac5cf8adcf3064df5b9f9e04895f78fe 5234 a79e122c5ba0b62022c23bf31f4eb860 5235 linux-ppc64le 1434 cuda_documentation/linux-ppc64le/cuda_documentation-linux-ppc64le-12.2.140-archive.tar.xz 10221 67220
5560,111 blake3-bDYproKRzhSdo9dw/77gKmaC5ZBGL1lp62yCSxe8X74= 111 CUDA Documentation 14776 cuda_documentation 1569 CUDA Toolkit 1438 cuda_documentation/LICENSE.txt 3791 12.3.52 3854   ac53d750359c4c0bf92111ee46c0dc4ffc4e78c480e8319c48c6097697712847 5560 870aa50e6b0d5627e44152dbbe28d100 5561 linux-ppc64le 1434 cuda_documentation/linux-ppc64le/cuda_documentation-linux-ppc64le-12.3.52-archive.tar.xz 10280 67156
5912,58 blake3-NLe7G5SqTBpPgajESjcg5YN64mOOpF/CpklheScS6oI= 58 CUDA Documentation 14776 cuda_documentation 1569 CUDA Toolkit 1438 cuda_documentation/LICENSE.txt 3791 12.3.101 3870   e27bd9984e23979aaf3ee54e748bd7bff32d50ff8d4e31031a891c0a4b625f2c 5912 df246dc0d4d00390c775dd2568d76a3b 5913 linux-ppc64le 1434 cuda_documentation/linux-ppc64le/cuda_documentation-linux-ppc64le-12.3.101-archive.tar.xz 10431 67160
5912,115 blake3-K2dLnseKA0k83o5Fwa05UF37QB0t5TZcrw8tQTKFSSE= 115 CUDA Documentation 14776 cuda_documentation 1569 CUDA Toolkit 1438 cuda_documentation/LICENSE.txt 3791 12.3.101 3870   e27bd9984e23979aaf3ee54e748bd7bff32d50ff8d4e31031a891c0a4b625f2c 5912 df246dc0d4d00390c775dd2568d76a3b 5913 linux-ppc64le 1434 cuda_documentation/linux-ppc64le/cuda_documentation-linux-ppc64le-12.3.101-archive.tar.xz 10431 67160
6336,112 blake3-Pl8MdfRWbNHeyYILrCn0q+k8MqRuM/MPVO0kQwIp97E= 112 CUDA Documentation 14776 cuda_documentation 1569 CUDA Toolkit 1438 cuda_documentation/LICENSE.txt 3791 12.4.99 3888   21b75b76f8201f76d5dcda7c56eb4a636a359b7544119ddfab26a36d48838ead 6336 e3a398ca7539b05ef0a96ff991246596 6337 linux-ppc64le 1434 cuda_documentation/linux-ppc64le/cuda_documentation-linux-ppc64le-12.4.99-archive.tar.xz 10565 67212
6540,104 blake3-h6B30Im8ZPHbOD/OudNXtsz5B6VUwXlJT3o29RpsqoM= 104 CUDA Documentation 14776 cuda_documentation 1569 CUDA Toolkit 1438 cuda_documentation/LICENSE.txt 3791 12.4.127 3910   cf2262b7c928fd5e32305e4ca9d2d789915c95e3be0f2b497a1b8ec459415ac8 6540 75c6b4510dcaa980e15be334aa86df91 6541 linux-ppc64le 1434 cuda_documentation/linux-ppc64le/cuda_documentation-linux-ppc64le-12.4.127-archive.tar.xz 10666 67128

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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