home / sidx

CudaArtifact

2 rows where manifest = 8434, platform = 1434 and pname = 13970

✎ View and edit SQL

This data as json, CSV (advanced)

pname 1

  • cudnn_samples · 2 ✖

platform 1

  • linux-ppc64le · 2 ✖
Link manifest name pname license_name license_path version compat_tag sha256 md5 platform relative_path n_bytes
8813,8434 blake3-vj2Mx5kiQkiFOOSXv2nPlDh9wxZmeEZRVRfBBYCWRlI= 8434 NVIDIA cuDNN samples 14353 cudnn_samples 13970 cudnn 13960 cudnn_samples/LICENSE.txt 14080 8.9.4.25 14078 cuda12 14377 11f634f9cb263d9b08fc9bab9a2b3b61d25ec88b863e4fc4f9c934d6eb518d87 8813 f14c26023b1d7204fd44335f30c8f023 8814 linux-ppc64le 1434 cudnn_samples/linux-ppc64le/cudnn_samples-linux-ppc64le-8.9.4.25_cuda12-archive.tar.xz 14081 1664584
9209,8434 blake3-vj2Mx5kiQkiFOOSXv2nPlDh9wxZmeEZRVRfBBYCWRlI= 8434 NVIDIA cuDNN samples 14353 cudnn_samples 13970 cudnn 13960 cudnn_samples/LICENSE.txt 14080 8.9.4.25 14078 cuda11 14349 82e172e22f42f7ae02c3554203f658af7064014b017500da6181675242f93975 9209 75a7f64c0ea18d6c3811977fd79205d3 9210 linux-ppc64le 1434 cudnn_samples/linux-ppc64le/cudnn_samples-linux-ppc64le-8.9.4.25_cuda11-archive.tar.xz 14436 1665008

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