home / sidx

CudaArtifact

5 rows where manifest = 118 and pname = 1513

✎ View and edit SQL

This data as json, CSV (advanced)

platform 5

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

pname 1

  • nsight_compute · 5 ✖
Link manifest name pname license_name license_path version compat_tag sha256 md5 platform relative_path n_bytes
5260,118 blake3-xLEMvTZf0haLy/Eqs4pbicZnrCFS7Tz8D7WHOFcT3/Q= 118 Nsight Compute 14911 nsight_compute 1513 NVIDIA SLA 1514 nsight_compute/LICENSE.txt 3780 2023.2.2.3 3837   5e5c840fbdf1cd67dd1ecba79c49b550dd18156cd5b491a191cb327d50bb2f1e 5260 33dfafbaaab58809530f1c8f36ab5fb4 5261 linux-aarch64 2893 nsight_compute/linux-aarch64/nsight_compute-linux-aarch64-2023.2.2.3-archive.tar.xz 10091 740366868
5262,118 blake3-xLEMvTZf0haLy/Eqs4pbicZnrCFS7Tz8D7WHOFcT3/Q= 118 Nsight Compute 14911 nsight_compute 1513 NVIDIA SLA 1514 nsight_compute/LICENSE.txt 3780 2023.2.2.3 3837   b2927dce0f75c34b6be00a7cdc2d6f75c0704e98fd7576b9068cdd2f0291deee 5262 b893062619e138908a8f5867be6adbf0 5263 linux-x86_64 1432 nsight_compute/linux-x86_64/nsight_compute-linux-x86_64-2023.2.2.3-archive.tar.xz 10095 724649144
5264,118 blake3-xLEMvTZf0haLy/Eqs4pbicZnrCFS7Tz8D7WHOFcT3/Q= 118 Nsight Compute 14911 nsight_compute 1513 NVIDIA SLA 1514 nsight_compute/LICENSE.txt 3780 2023.2.2.3 3837   404de395caa2e05749985e6539174f4cab27d2ca2de765825474bf58c1cfd57f 5264 a81d54aefd491fbdfd8414791ea11242 5265 linux-ppc64le 1434 nsight_compute/linux-ppc64le/nsight_compute-linux-ppc64le-2023.2.2.3-archive.tar.xz 10092 185173220
5266,118 blake3-xLEMvTZf0haLy/Eqs4pbicZnrCFS7Tz8D7WHOFcT3/Q= 118 Nsight Compute 14911 nsight_compute 1513 NVIDIA SLA 1514 nsight_compute/LICENSE.txt 3780 2023.2.2.3 3837   77bf1f7c016a05ce301c1d68e1fc0ca4b290bcc56771e368d0d0b12ef6f1dc89 5266 1d1fe09d2db3bda1ef92cf00ca05091e 5267 linux-sbsa 1436 nsight_compute/linux-sbsa/nsight_compute-linux-sbsa-2023.2.2.3-archive.tar.xz 10094 350202056
5268,118 blake3-xLEMvTZf0haLy/Eqs4pbicZnrCFS7Tz8D7WHOFcT3/Q= 118 Nsight Compute 14911 nsight_compute 1513 NVIDIA SLA 1514 nsight_compute/LICENSE.txt 3780 2023.2.2.3 3837   92edddf25449e9337864faf4a5018e91e5fbbb33e68b184fd3557d16d86e1fe0 5268 37f66efef784946095bb405869076049 5269 windows-x86_64 1442 nsight_compute/windows-x86_64/nsight_compute-windows-x86_64-2023.2.2.3-archive.zip 10093 664653357

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