home / sidx

CudaArtifact

4 rows where pname = 1569 and version = 3854

✎ View and edit SQL

This data as json, CSV (advanced)

platform 4

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

pname 1

  • cuda_documentation · 4 ✖
Link manifest name pname license_name license_path version compat_tag sha256 md5 platform relative_path n_bytes
5554,111 blake3-bDYproKRzhSdo9dw/77gKmaC5ZBGL1lp62yCSxe8X74= 111 CUDA Documentation 14776 cuda_documentation 1569 CUDA Toolkit 1438 cuda_documentation/LICENSE.txt 3791 12.3.52 3854   b2bea4ca04808c88fc34ce3da98457f789f6087effe9c12ec5c7cadc583f8c2e 5554 6c898f430b8cc9f89c3acc2ecb3587c7 5555 linux-x86_64 1432 cuda_documentation/linux-x86_64/cuda_documentation-linux-x86_64-12.3.52-archive.tar.xz 10281 67052
5556,111 blake3-bDYproKRzhSdo9dw/77gKmaC5ZBGL1lp62yCSxe8X74= 111 CUDA Documentation 14776 cuda_documentation 1569 CUDA Toolkit 1438 cuda_documentation/LICENSE.txt 3791 12.3.52 3854   57f074a8fd407f9848fccbe6fb728d649938f315b3135ca0070682fa326df466 5556 b6d4e19b1239e1f63856ce91bf058b38 5557 windows-x86_64 1442 cuda_documentation/windows-x86_64/cuda_documentation-windows-x86_64-12.3.52-archive.zip 10278 105364
5558,111 blake3-bDYproKRzhSdo9dw/77gKmaC5ZBGL1lp62yCSxe8X74= 111 CUDA Documentation 14776 cuda_documentation 1569 CUDA Toolkit 1438 cuda_documentation/LICENSE.txt 3791 12.3.52 3854   2e95ef6bee1b78068d6a8a854effec0e31aed07cf6d81f48021cee213fd01c26 5558 076cebe3b4f8f76c4e66b5369566ea8a 5559 linux-sbsa 1436 cuda_documentation/linux-sbsa/cuda_documentation-linux-sbsa-12.3.52-archive.tar.xz 10279 67044
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

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