home / sidx

CudaArtifact

5 rows where pname = 1569 and version = 3240

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: n_bytes

platform 5

  • linux-x86_64 1
  • linux-ppc64le 1
  • linux-sbsa 1
  • windows-x86_64 1
  • linux-aarch64 1

pname 1

  • cuda_documentation · 5 ✖
Link manifest name pname license_name license_path version compat_tag sha256 md5 platform relative_path n_bytes
3948,120 blake3-7gYivRUl0YqDFLiWxhgGW8LfXKCpoLQdOwxxlLrJVmU= 120 CUDA Documentation 14776 cuda_documentation 1569 CUDA Toolkit 1438   12.0.140 3240   5c5f1ddc8c05dbf8e46f0de6b300c7dedd91e2047906500e2c4f46a363cca5c3 3948 193b5539477134fee9afe8b1456f6251 3949 linux-aarch64 2893 cuda_documentation/linux-aarch64/cuda_documentation-linux-aarch64-12.0.140-archive.tar.xz 9009 67044
3950,120 blake3-7gYivRUl0YqDFLiWxhgGW8LfXKCpoLQdOwxxlLrJVmU= 120 CUDA Documentation 14776 cuda_documentation 1569 CUDA Toolkit 1438   12.0.140 3240   1166dad7c941068e680277b1deb3f92417ce17acbcb4022a262a3a1ad5c410f5 3950 59155977b997a67e0b53d45a06d1675c 3951 windows-x86_64 1442 cuda_documentation/windows-x86_64/cuda_documentation-windows-x86_64-12.0.140-archive.zip 9005 105380
3952,120 blake3-7gYivRUl0YqDFLiWxhgGW8LfXKCpoLQdOwxxlLrJVmU= 120 CUDA Documentation 14776 cuda_documentation 1569 CUDA Toolkit 1438   12.0.140 3240   1b952a3a38949e546ac70d1307dea0d2013778dd550aa26485d0fde6784c4e81 3952 c0a8d48a5d2244458e0ca2fc770201d8 3953 linux-sbsa 1436 cuda_documentation/linux-sbsa/cuda_documentation-linux-sbsa-12.0.140-archive.tar.xz 9003 67180
3954,120 blake3-7gYivRUl0YqDFLiWxhgGW8LfXKCpoLQdOwxxlLrJVmU= 120 CUDA Documentation 14776 cuda_documentation 1569 CUDA Toolkit 1438   12.0.140 3240   e9d35c48e30a7bb4d8835580494849ca7b5b39b244cafeb792864488f83b3cec 3954 97e971e6cfb8b14f25f024096f8de3c1 3955 linux-x86_64 1432 cuda_documentation/linux-x86_64/cuda_documentation-linux-x86_64-12.0.140-archive.tar.xz 9011 67044
3956,120 blake3-7gYivRUl0YqDFLiWxhgGW8LfXKCpoLQdOwxxlLrJVmU= 120 CUDA Documentation 14776 cuda_documentation 1569 CUDA Toolkit 1438   12.0.140 3240   33f7b839f5f01a81285fc6da4f121cfb8857e7e85ef3041f89332ea39a811981 3956 8d597206f5afa27c761bae8a2b67c8e6 3957 linux-ppc64le 1434 cuda_documentation/linux-ppc64le/cuda_documentation-linux-ppc64le-12.0.140-archive.tar.xz 9007 67112

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 28.126ms