home / sidx

CudaArtifact

4 rows where version = 3266

✎ View and edit SQL

This data as json, CSV (advanced)

platform 4

  • linux-x86_64 1
  • linux-ppc64le 1
  • linux-sbsa 1
  • windows-x86_64 1

pname 1

  • libnvjpeg 4
Link manifest name pname license_name license_path version compat_tag sha256 md5 platform relative_path n_bytes
3756,120 blake3-7gYivRUl0YqDFLiWxhgGW8LfXKCpoLQdOwxxlLrJVmU= 120 CUDA nvJPEG 14902 libnvjpeg 1445 CUDA Toolkit 1438   12.0.1.102 3266   b32bcd888bbbbb33f5005ac0e6a11eedaa5b959ecf9ee3249efc171f51a113ec 3756 e82d14cff3fbb8b3cb10a51741ecf477 3757 linux-x86_64 1432 libnvjpeg/linux-x86_64/libnvjpeg-linux-x86_64-12.0.1.102-archive.tar.xz 8935 1969992
3758,120 blake3-7gYivRUl0YqDFLiWxhgGW8LfXKCpoLQdOwxxlLrJVmU= 120 CUDA nvJPEG 14902 libnvjpeg 1445 CUDA Toolkit 1438   12.0.1.102 3266   89202c70183641b619dfef9735a2733c84ff8253c0285f8285c5e18653b0a990 3758 0a05211b4466527f6c711e4ca9f732cc 3759 linux-ppc64le 1434 libnvjpeg/linux-ppc64le/libnvjpeg-linux-ppc64le-12.0.1.102-archive.tar.xz 8931 1980928
3760,120 blake3-7gYivRUl0YqDFLiWxhgGW8LfXKCpoLQdOwxxlLrJVmU= 120 CUDA nvJPEG 14902 libnvjpeg 1445 CUDA Toolkit 1438   12.0.1.102 3266   c79833f8f39c0dfa113418f277d97eb251fc21ba1a2513270ada080e367c2a5e 3760 1f7bc966ef37116f8e229c29a1fa38a4 3761 windows-x86_64 1442 libnvjpeg/windows-x86_64/libnvjpeg-windows-x86_64-12.0.1.102-archive.zip 8937 1944326
3762,120 blake3-7gYivRUl0YqDFLiWxhgGW8LfXKCpoLQdOwxxlLrJVmU= 120 CUDA nvJPEG 14902 libnvjpeg 1445 CUDA Toolkit 1438   12.0.1.102 3266   7ef6721a63aed4cd352c0099e68dd9e4da9d46bfefa51e4fbc2502c25e65f9cc 3762 07f679e66d7f796bcda1e54e074c48ef 3763 linux-sbsa 1436 libnvjpeg/linux-sbsa/libnvjpeg-linux-sbsa-12.0.1.102-archive.tar.xz 8933 1785664

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