home / sidx

CudaArtifact

4 rows where manifest = 108 and pname = 1575

✎ 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

  • nsight_systems · 4 ✖
Link manifest name pname license_name license_path version compat_tag sha256 md5 platform relative_path n_bytes
2662,108 blake3-McIq8YPW7nJtlABqlezW/4d9bnT4mI6qZkZ0Lk6hkic= 108 Nsight Systems 14862 nsight_systems 1575 NVIDIA SLA 1514   2022.1.3.3 2622   bd95553d573f117be2e3b2bda6e79d14dbb038b136c12c6e5467bbd9a891681d 2662 40d12d33aa2d496817d959a9551418aa 2663 linux-x86_64 1432 nsight_systems/linux-x86_64/nsight_systems-linux-x86_64-2022.1.3.3-archive.tar.xz 7876 166785296
2664,108 blake3-McIq8YPW7nJtlABqlezW/4d9bnT4mI6qZkZ0Lk6hkic= 108 Nsight Systems 14862 nsight_systems 1575 NVIDIA SLA 1514   2022.1.3.3 2622   4c228bfbd38b80612afeb65a406cba829d2b2e2352ea4a810cd6a386d6190151 2664 0d5da67cb5393a0e961509cd7dab98f1 2665 linux-ppc64le 1434 nsight_systems/linux-ppc64le/nsight_systems-linux-ppc64le-2022.1.3.3-archive.tar.xz 7878 49700384
2666,108 blake3-McIq8YPW7nJtlABqlezW/4d9bnT4mI6qZkZ0Lk6hkic= 108 Nsight Systems 14862 nsight_systems 1575 NVIDIA SLA 1514   2022.1.3.3 2622   9025f56b9fe70288ee3f2d30477c9cfbe8c17a304b31f7f22caf7f78153d8d23 2666 3559eeb8416d9a984012d2b397560740 2667 linux-sbsa 1436 nsight_systems/linux-sbsa/nsight_systems-linux-sbsa-2022.1.3.3-archive.tar.xz 7880 50415564
2668,108 blake3-McIq8YPW7nJtlABqlezW/4d9bnT4mI6qZkZ0Lk6hkic= 108 Nsight Systems 14862 nsight_systems 1575 NVIDIA SLA 1514   2022.1.3.3 2622   294738ba0aa0621395740a6d039a490aa0bf5fceec449b1fd4135a97b81eda0f 2668 91e316744714c168c1a75804c9a198c9 2669 windows-x86_64 1442 nsight_systems/windows-x86_64/nsight_systems-windows-x86_64-2022.1.3.3-archive.zip 7874 315748009

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