home / sidx

CudaArtifact

4 rows where pname = 1569 and version = 3927

✎ 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
6822,53 blake3-HKsRm7enSZrXxKlvRPdLliQAh67BsFbxpWORIj4/l2k= 53 CUDA Documentation 14776 cuda_documentation 1569 CUDA Toolkit 1438 cuda_documentation/LICENSE.txt 3791 12.5.39 3927   21316cf9febc2d868e4c491dcb28794e95b4007600ca29147ef1392eb1361d36 6822 5a0b22da643a5942bb5cb3bee3e04ff0 6823 windows-x86_64 1442 cuda_documentation/windows-x86_64/cuda_documentation-windows-x86_64-12.5.39-archive.zip 10838 105658
6824,53 blake3-HKsRm7enSZrXxKlvRPdLliQAh67BsFbxpWORIj4/l2k= 53 CUDA Documentation 14776 cuda_documentation 1569 CUDA Toolkit 1438 cuda_documentation/LICENSE.txt 3791 12.5.39 3927   0811c4c0f7da83b41d7aeb3920e8c70de866bfc0da69f48be7a985ef79c9f3d3 6824 a284e2ae9236016381a93d84127a8e01 6825 linux-x86_64 1432 cuda_documentation/linux-x86_64/cuda_documentation-linux-x86_64-12.5.39-archive.tar.xz 10839 67164
6826,53 blake3-HKsRm7enSZrXxKlvRPdLliQAh67BsFbxpWORIj4/l2k= 53 CUDA Documentation 14776 cuda_documentation 1569 CUDA Toolkit 1438 cuda_documentation/LICENSE.txt 3791 12.5.39 3927   a65e95bd03858bb27ac4c5b09d2a10183f941c897f21e4604c451aefb08be3a8 6826 19ce1e8216bd11dda8b267a2731c19ef 6827 linux-aarch64 2893 cuda_documentation/linux-aarch64/cuda_documentation-linux-aarch64-12.5.39-archive.tar.xz 10837 67168
6828,53 blake3-HKsRm7enSZrXxKlvRPdLliQAh67BsFbxpWORIj4/l2k= 53 CUDA Documentation 14776 cuda_documentation 1569 CUDA Toolkit 1438 cuda_documentation/LICENSE.txt 3791 12.5.39 3927   f8ecabd7b63a728450e99d8ebf4a1a8bbd0a5fc19ff973c521c71d41622c42ee 6828 6a2895d7c4b1eae2cbd3c30bc53a9c91 6829 linux-sbsa 1436 cuda_documentation/linux-sbsa/cuda_documentation-linux-sbsa-12.5.39-archive.tar.xz 10840 67300

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