home / sidx

CudaArtifact

4 rows where version = 13950

✎ 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
8713,8488 blake3-LHgJyp9ZrSvN6nLFi6SOPZzXwg5AGM9DU1dwlhsbttk= 8488 CUDA Documentation 14776 cuda_documentation 1569 CUDA Toolkit 1438 cuda_documentation/LICENSE.txt 3791 12.9.43 13950   0084d490ee77401d33fd3614adc226eed02698dd3c42bbc81dfc3ae761882b5a 8713 b8a9d1644e951eecf4f789b3c56bb4c7 8714 linux-x86_64 1432 cuda_documentation/linux-x86_64/cuda_documentation-linux-x86_64-12.9.43-archive.tar.xz 13951 67360
8715,8488 blake3-LHgJyp9ZrSvN6nLFi6SOPZzXwg5AGM9DU1dwlhsbttk= 8488 CUDA Documentation 14776 cuda_documentation 1569 CUDA Toolkit 1438 cuda_documentation/LICENSE.txt 3791 12.9.43 13950   310b8b605cccf0cfddb0ba896883688454d7b4fce6710854cce90daffd0f3644 8715 c693e76bafdfe36e3abf97a79a2648d8 8716 linux-sbsa 1436 cuda_documentation/linux-sbsa/cuda_documentation-linux-sbsa-12.9.43-archive.tar.xz 13952 67276
8717,8488 blake3-LHgJyp9ZrSvN6nLFi6SOPZzXwg5AGM9DU1dwlhsbttk= 8488 CUDA Documentation 14776 cuda_documentation 1569 CUDA Toolkit 1438 cuda_documentation/LICENSE.txt 3791 12.9.43 13950   4475e35e54ec96527011bee69f80649f507a61a89d1042dc5d6bf115a90607fc 8717 48f2d8afd77ddf5c5e5373905711f421 8718 windows-x86_64 1442 cuda_documentation/windows-x86_64/cuda_documentation-windows-x86_64-12.9.43-archive.zip 13953 105964
8719,8488 blake3-LHgJyp9ZrSvN6nLFi6SOPZzXwg5AGM9DU1dwlhsbttk= 8488 CUDA Documentation 14776 cuda_documentation 1569 CUDA Toolkit 1438 cuda_documentation/LICENSE.txt 3791 12.9.43 13950   cd541012630048c86517913433e937be9314056414932fd3699b86a11888b338 8719 1eb55d3383301856be4e5122adf7517f 8720 linux-aarch64 2893 cuda_documentation/linux-aarch64/cuda_documentation-linux-aarch64-12.9.43-archive.tar.xz 13954 67268

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.903ms