home / sidx

CudaArtifact

4 rows where manifest = 79 and pname = 1513

✎ 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

  • nsight_compute · 4 ✖
Link manifest name pname license_name license_path version compat_tag sha256 md5 platform relative_path n_bytes
8236,79 blake3-o7+W/dIbXLy79Hfv1NcvKVGD6aNYdyi5mMq7Scd8oBA= 79 Nsight Compute 14911 nsight_compute 1513 NVIDIA SLA 1514 nsight_compute/LICENSE.txt 3780 2025.1.1.2 4046   6070766fda9094b8556208e76140420d80f2759a49dd76f9ace15a580059226f 8236 683054b902355f6a8c71889ecb920cd8 8237 linux-sbsa 1436 nsight_compute/linux-sbsa/nsight_compute-linux-sbsa-2025.1.1.2-archive.tar.xz 11596 114142260
8238,79 blake3-o7+W/dIbXLy79Hfv1NcvKVGD6aNYdyi5mMq7Scd8oBA= 79 Nsight Compute 14911 nsight_compute 1513 NVIDIA SLA 1514 nsight_compute/LICENSE.txt 3780 2025.1.1.2 4046   8135505c2e4a055cb9e663316003d6ab8ae5ea44641e86f5be83ff03b03f3db4 8238 ccbf2275c0449b2a34df455fe276d5df 8239 windows-x86_64 1442 nsight_compute/windows-x86_64/nsight_compute-windows-x86_64-2025.1.1.2-archive.zip 11599 344400869
8240,79 blake3-o7+W/dIbXLy79Hfv1NcvKVGD6aNYdyi5mMq7Scd8oBA= 79 Nsight Compute 14911 nsight_compute 1513 NVIDIA SLA 1514 nsight_compute/LICENSE.txt 3780 2025.1.1.2 4046   d1c19e71494550a440e4b04a72013803199d593e5d63abe83f9581c8156e5977 8240 d947d19679768d65a6222085f5f941de 8241 linux-aarch64 2893 nsight_compute/linux-aarch64/nsight_compute-linux-aarch64-2025.1.1.2-archive.tar.xz 11597 223844532
8242,79 blake3-o7+W/dIbXLy79Hfv1NcvKVGD6aNYdyi5mMq7Scd8oBA= 79 Nsight Compute 14911 nsight_compute 1513 NVIDIA SLA 1514 nsight_compute/LICENSE.txt 3780 2025.1.1.2 4046   6f55f6dfb33abe15b25a5f0c656ae8d9b6a6f33e55f0337b9b6a017daf8ad610 8242 d53b919eebc75215531734a99e3d7448 8243 linux-x86_64 1432 nsight_compute/linux-x86_64/nsight_compute-linux-x86_64-2025.1.1.2-archive.tar.xz 11598 300201512

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