home / sidx

CudaArtifact

5 rows where manifest = 45 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
4374,45 blake3-ZZd27Xkq45jQ1/tMkP+2FGEQ6NZLZV1ScpaFRDsNFaw= 45 Nsight Compute 14911 nsight_compute 1513 NVIDIA SLA 1514   2023.1.1.4 3620   4c93ca3a701a0563e33f1668d85d08a173f5419f2c5170cece2767f4ff322a1b 4374 b312e69310f02adaa53221b2c9209916 4375 linux-sbsa 1436 nsight_compute/linux-sbsa/nsight_compute-linux-sbsa-2023.1.1.4-archive.tar.xz 9723 344531080
4376,45 blake3-ZZd27Xkq45jQ1/tMkP+2FGEQ6NZLZV1ScpaFRDsNFaw= 45 Nsight Compute 14911 nsight_compute 1513 NVIDIA SLA 1514   2023.1.1.4 3620   0b19f1fe19e549b217aae3834fea36b0dd56273bf2d6abe682c30916dec83004 4376 f1b56347347a8d45bae7521cf070e4c9 4377 linux-x86_64 1432 nsight_compute/linux-x86_64/nsight_compute-linux-x86_64-2023.1.1.4-archive.tar.xz 9725 708773752
4378,45 blake3-ZZd27Xkq45jQ1/tMkP+2FGEQ6NZLZV1ScpaFRDsNFaw= 45 Nsight Compute 14911 nsight_compute 1513 NVIDIA SLA 1514   2023.1.1.4 3620   2dc7ea5c7719550ced4da69e892aae3e97bf03cfdf61a7b70bdf1b4ea6dce227 4378 c7f3d83f04a346fb60272c14d1e6c9f7 4379 linux-ppc64le 1434 nsight_compute/linux-ppc64le/nsight_compute-linux-ppc64le-2023.1.1.4-archive.tar.xz 9727 181168472
4380,45 blake3-ZZd27Xkq45jQ1/tMkP+2FGEQ6NZLZV1ScpaFRDsNFaw= 45 Nsight Compute 14911 nsight_compute 1513 NVIDIA SLA 1514   2023.1.1.4 3620   7873643159e97aba86922a6cd26ca9f7451edf6e1e13dbaf5c22e9a16290587b 4380 923deaf1a7f14f75391336b17c6c18de 4381 windows-x86_64 1442 nsight_compute/windows-x86_64/nsight_compute-windows-x86_64-2023.1.1.4-archive.zip 9729 638766762
4382,45 blake3-ZZd27Xkq45jQ1/tMkP+2FGEQ6NZLZV1ScpaFRDsNFaw= 45 Nsight Compute 14911 nsight_compute 1513 NVIDIA SLA 1514   2023.1.1.4 3620   a45ba005d765e9467e9f1a6ad6121c5a9efcbdabc284b304ec01c3bda5858eb0 4382 10563ea9fad22436b33e9b82915f9f27 4383 linux-aarch64 2893 nsight_compute/linux-aarch64/nsight_compute-linux-aarch64-2023.1.1.4-archive.tar.xz 9721 733017452

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