home / sidx

CudaArtifact

5 rows where pname = 1569 and version = 3835

✎ View and edit SQL

This data as json, CSV (advanced)

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
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
5236,118 blake3-xLEMvTZf0haLy/Eqs4pbicZnrCFS7Tz8D7WHOFcT3/Q= 118 CUDA Documentation 14776 cuda_documentation 1569 CUDA Toolkit 1438 cuda_documentation/LICENSE.txt 3791 12.2.140 3835   f717834f00c01a309df9d7d8e23a62133a458e0c3ec1952bf797d09309f84439 5236 2d4b1d2ae641066b2bf1a28b0b4b1f82 5237 linux-x86_64 1432 cuda_documentation/linux-x86_64/cuda_documentation-linux-x86_64-12.2.140-archive.tar.xz 10217 66956
5238,118 blake3-xLEMvTZf0haLy/Eqs4pbicZnrCFS7Tz8D7WHOFcT3/Q= 118 CUDA Documentation 14776 cuda_documentation 1569 CUDA Toolkit 1438 cuda_documentation/LICENSE.txt 3791 12.2.140 3835   c9c83a42be5be26ea955b1bfaa5ab356fd50c76ef0346a17a4f0d828c7589629 5238 1d3680ff052e4e9851c88a8f5ada2b95 5239 windows-x86_64 1442 cuda_documentation/windows-x86_64/cuda_documentation-windows-x86_64-12.2.140-archive.zip 10220 105380
5240,118 blake3-xLEMvTZf0haLy/Eqs4pbicZnrCFS7Tz8D7WHOFcT3/Q= 118 CUDA Documentation 14776 cuda_documentation 1569 CUDA Toolkit 1438 cuda_documentation/LICENSE.txt 3791 12.2.140 3835   9759bbf7e2381f0e2e2e20b283e8669eba3cd421196fac9c48f35af2950c0188 5240 e16dcd0484ea8b1eaef550156fc3dcd8 5241 linux-aarch64 2893 cuda_documentation/linux-aarch64/cuda_documentation-linux-aarch64-12.2.140-archive.tar.xz 10218 67164
5242,118 blake3-xLEMvTZf0haLy/Eqs4pbicZnrCFS7Tz8D7WHOFcT3/Q= 118 CUDA Documentation 14776 cuda_documentation 1569 CUDA Toolkit 1438 cuda_documentation/LICENSE.txt 3791 12.2.140 3835   94e42ba6ed970b89d6b8f761601a27d472d3e2ec3d5b2af063fb6102ff86cf9f 5242 2f401a68b558b633fd37931c04ee9c4e 5243 linux-sbsa 1436 cuda_documentation/linux-sbsa/cuda_documentation-linux-sbsa-12.2.140-archive.tar.xz 10219 67172

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