home / sidx

CudaArtifact

4 rows where pname = 1575 and version = 3846

✎ 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
5382,118 blake3-xLEMvTZf0haLy/Eqs4pbicZnrCFS7Tz8D7WHOFcT3/Q= 118 Nsight Systems 14862 nsight_systems 1575 NVIDIA SLA 1514 nsight_systems/LICENSE.txt 3773 2023.2.3.1004 3846   3bec2b405da6a090e694d5641d9376ed8f50c7d29b7ab8bd02c628f5ca845957 5382 2f41741cb5db83db66fa6282fdf21163 5383 linux-sbsa 1436 nsight_systems/linux-sbsa/nsight_systems-linux-sbsa-2023.2.3.1004-archive.tar.xz 10117 195417228
5384,118 blake3-xLEMvTZf0haLy/Eqs4pbicZnrCFS7Tz8D7WHOFcT3/Q= 118 Nsight Systems 14862 nsight_systems 1575 NVIDIA SLA 1514 nsight_systems/LICENSE.txt 3773 2023.2.3.1004 3846   ff34ce8a50fc6c4de7b494fda970dac9ce3658a2483629865243d83561d41718 5384 11629d3685f8d2b74108afc242131f2a 5385 windows-x86_64 1442 nsight_systems/windows-x86_64/nsight_systems-windows-x86_64-2023.2.3.1004-archive.zip 10118 335314514
5386,118 blake3-xLEMvTZf0haLy/Eqs4pbicZnrCFS7Tz8D7WHOFcT3/Q= 118 Nsight Systems 14862 nsight_systems 1575 NVIDIA SLA 1514 nsight_systems/LICENSE.txt 3773 2023.2.3.1004 3846   0a91c310da7d8755c51b2e3c03a3bf0f28a034fa67129365fc06a064c9a5c741 5386 4a78d50fc945f6236d0d6af1be0037b4 5387 linux-ppc64le 1434 nsight_systems/linux-ppc64le/nsight_systems-linux-ppc64le-2023.2.3.1004-archive.tar.xz 10119 64909400
5388,118 blake3-xLEMvTZf0haLy/Eqs4pbicZnrCFS7Tz8D7WHOFcT3/Q= 118 Nsight Systems 14862 nsight_systems 1575 NVIDIA SLA 1514 nsight_systems/LICENSE.txt 3773 2023.2.3.1004 3846   d0fd2d347d563e22de4e420d0f169c434a49fde3a8391dc072c87903803781f6 5388 89c440861b5f85a4c93f98bea99ed39e 5389 linux-x86_64 1432 nsight_systems/linux-x86_64/nsight_systems-linux-x86_64-2023.2.3.1004-archive.tar.xz 10116 223340448

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