home / sidx

CudaArtifact

4 rows where manifest = 54 and pname = 1513

✎ 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_compute · 4 ✖
Link manifest name pname license_name license_path version compat_tag sha256 md5 platform relative_path n_bytes
2214,54 blake3-vUiwV/+HfJJqHsH23REn6+EzndriVDq1DG1q7LbpSIA= 54 Nsight Compute 14911 nsight_compute 1513 NVIDIA SLA 1514   2022.1.0.12 2302   9a0c428c051f91df576337a2199ea798370641780def7d80d0c916a99f10e687 2214 6cba790ab5f3fe0d598dd1b67fa4783e 2215 linux-ppc64le 1434 nsight_compute/linux-ppc64le/nsight_compute-linux-ppc64le-2022.1.0.12-archive.tar.xz 7310 123722984
2216,54 blake3-vUiwV/+HfJJqHsH23REn6+EzndriVDq1DG1q7LbpSIA= 54 Nsight Compute 14911 nsight_compute 1513 NVIDIA SLA 1514   2022.1.0.12 2302   54706ea92fb8620b7e9fdb8d5829cd1bf8a237a7f51f5086f865344f785b006e 2216 095a96b9257bc5e3f278c4d2811116d9 2217 linux-x86_64 1432 nsight_compute/linux-x86_64/nsight_compute-linux-x86_64-2022.1.0.12-archive.tar.xz 7312 410794372
2218,54 blake3-vUiwV/+HfJJqHsH23REn6+EzndriVDq1DG1q7LbpSIA= 54 Nsight Compute 14911 nsight_compute 1513 NVIDIA SLA 1514   2022.1.0.12 2302   a6bf0a5c3f1f9a9e2c6aa6f3bc57f58c2a973c178debd6a6051928d34c6dd0fd 2218 ad3187528f6dc560e893b6ce32afa7e4 2219 linux-sbsa 1436 nsight_compute/linux-sbsa/nsight_compute-linux-sbsa-2022.1.0.12-archive.tar.xz 7314 121938200
2220,54 blake3-vUiwV/+HfJJqHsH23REn6+EzndriVDq1DG1q7LbpSIA= 54 Nsight Compute 14911 nsight_compute 1513 NVIDIA SLA 1514   2022.1.0.12 2302   715e7db8e83cc818ca571cac33caf162f4e1319a8e3b9cebb0294b4e29efe1af 2220 2f3fdbcb18ab4c6eeb85ec05f14028ec 2221 windows-x86_64 1442 nsight_compute/windows-x86_64/nsight_compute-windows-x86_64-2022.1.0.12-archive.zip 7316 348307087

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