home / sidx

CudaArtifact

4 rows where pname = 1569 and version = 4040

✎ View and edit SQL

This data as json, CSV (advanced)

platform 4

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

pname 1

  • cuda_documentation · 4 ✖
Link manifest name pname license_name license_path version compat_tag sha256 md5 platform relative_path n_bytes
8398,79 blake3-o7+W/dIbXLy79Hfv1NcvKVGD6aNYdyi5mMq7Scd8oBA= 79 CUDA Documentation 14776 cuda_documentation 1569 CUDA Toolkit 1438 cuda_documentation/LICENSE.txt 3791 12.8.90 4040   345d8122cfd7ed8b1dcd079899975d7919e0d10ad1314f1f9ffd9783a5773215 8398 3a375ccc1697031a59ee2a3c3a096e23 8399 linux-sbsa 1436 cuda_documentation/linux-sbsa/cuda_documentation-linux-sbsa-12.8.90-archive.tar.xz 11621 67092
8400,79 blake3-o7+W/dIbXLy79Hfv1NcvKVGD6aNYdyi5mMq7Scd8oBA= 79 CUDA Documentation 14776 cuda_documentation 1569 CUDA Toolkit 1438 cuda_documentation/LICENSE.txt 3791 12.8.90 4040   70eb9e023a995f7df5e6dc0b35682d16432d107f442789f6f69a016a5c03b4a2 8400 a07985ebb80e82fcf2e9a1c9310964a9 8401 linux-x86_64 1432 cuda_documentation/linux-x86_64/cuda_documentation-linux-x86_64-12.8.90-archive.tar.xz 11623 67152
8402,79 blake3-o7+W/dIbXLy79Hfv1NcvKVGD6aNYdyi5mMq7Scd8oBA= 79 CUDA Documentation 14776 cuda_documentation 1569 CUDA Toolkit 1438 cuda_documentation/LICENSE.txt 3791 12.8.90 4040   41166b7895e539f66fc63886fa1f74da871f9b16881d50b4930810245b532a86 8402 b7a0b3cc902d3edd3e95df72a0457616 8403 linux-aarch64 2893 cuda_documentation/linux-aarch64/cuda_documentation-linux-aarch64-12.8.90-archive.tar.xz 11624 67264
8404,79 blake3-o7+W/dIbXLy79Hfv1NcvKVGD6aNYdyi5mMq7Scd8oBA= 79 CUDA Documentation 14776 cuda_documentation 1569 CUDA Toolkit 1438 cuda_documentation/LICENSE.txt 3791 12.8.90 4040   ff59877f1abe0130f86a295dd91090aba22ec20ea8bf23bd2d1e27ac5660e2e3 8404 fe5e012770c5562ff283fff8b06e29b2 8405 windows-x86_64 1442 cuda_documentation/windows-x86_64/cuda_documentation-windows-x86_64-12.8.90-archive.zip 11622 105658

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