home / sidx

CudaArtifact

2 rows where manifest = 99 and pname = 1474

✎ View and edit SQL

This data as json, CSV (advanced)

platform 2

  • linux-x86_64 1
  • windows-x86_64 1

pname 1

  • cuda_demo_suite · 2 ✖
Link manifest name pname license_name license_path version compat_tag sha256 md5 platform relative_path n_bytes
6952,99 blake3-fUsd9G0WinpCp+dSQQRxvTQu3wrCWcPlTQZkJonDmI0= 99 CUDA Demo Suite 14771 cuda_demo_suite 1474 CUDA Toolkit 1438 cuda_demo_suite/LICENSE.txt 3802 12.5.82 3947   5003fe6758f6ce1e9c341eeda149eabd77f2236d033258a17b05263070b1c2b5 6952 6fc684e4ec2ef235ad9a45214368aa40 6953 windows-x86_64 1442 cuda_demo_suite/windows-x86_64/cuda_demo_suite-windows-x86_64-12.5.82-archive.zip 10966 5064355
6954,99 blake3-fUsd9G0WinpCp+dSQQRxvTQu3wrCWcPlTQZkJonDmI0= 99 CUDA Demo Suite 14771 cuda_demo_suite 1474 CUDA Toolkit 1438 cuda_demo_suite/LICENSE.txt 3802 12.5.82 3947   da777a9d688160359659c5b9efa2713e8b30a56e2753e0232e37d77ac2d33c83 6954 d94e838576d2b58e9c443a9ea0d3e5b1 6955 linux-x86_64 1432 cuda_demo_suite/linux-x86_64/cuda_demo_suite-linux-x86_64-12.5.82-archive.tar.xz 10965 3989036

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