home / sidx

CudaArtifact

3 rows where relative_path = 10265

✎ View and edit SQL

This data as json, CSV (advanced)

pname 1

  • nsight_systems 3

platform 1

  • linux-x86_64 3
Link manifest name pname license_name license_path version compat_tag sha256 md5 platform relative_path n_bytes
5674,58 blake3-NLe7G5SqTBpPgajESjcg5YN64mOOpF/CpklheScS6oI= 58 Nsight Systems 14862 nsight_systems 1575 NVIDIA SLA 1514 nsight_systems/LICENSE.txt 3773 2023.3.3.42 3861   dafded1be045abea2804697646178a66bec4a5eebb1b28b2637a37c2f22c7b93 5674 34208b6d0c71444babf10a9bfeac86b0 5675 linux-x86_64 1432 nsight_systems/linux-x86_64/nsight_systems-linux-x86_64-2023.3.3.42-archive.tar.xz 10265 227696524
5674,111 blake3-bDYproKRzhSdo9dw/77gKmaC5ZBGL1lp62yCSxe8X74= 111 Nsight Systems 14862 nsight_systems 1575 NVIDIA SLA 1514 nsight_systems/LICENSE.txt 3773 2023.3.3.42 3861   dafded1be045abea2804697646178a66bec4a5eebb1b28b2637a37c2f22c7b93 5674 34208b6d0c71444babf10a9bfeac86b0 5675 linux-x86_64 1432 nsight_systems/linux-x86_64/nsight_systems-linux-x86_64-2023.3.3.42-archive.tar.xz 10265 227696524
5674,115 blake3-K2dLnseKA0k83o5Fwa05UF37QB0t5TZcrw8tQTKFSSE= 115 Nsight Systems 14862 nsight_systems 1575 NVIDIA SLA 1514 nsight_systems/LICENSE.txt 3773 2023.3.3.42 3861   dafded1be045abea2804697646178a66bec4a5eebb1b28b2637a37c2f22c7b93 5674 34208b6d0c71444babf10a9bfeac86b0 5675 linux-x86_64 1432 nsight_systems/linux-x86_64/nsight_systems-linux-x86_64-2023.3.3.42-archive.tar.xz 10265 227696524

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