home / sidx

CudaArtifact

4 rows where manifest = 8488 and pname = 1513

✎ View and edit SQL

This data as json, CSV (advanced)

platform 4

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

pname 1

  • nsight_compute · 4 ✖
Link manifest name pname license_name license_path version compat_tag sha256 md5 platform relative_path n_bytes
9589,8488 blake3-LHgJyp9ZrSvN6nLFi6SOPZzXwg5AGM9DU1dwlhsbttk= 8488 Nsight Compute 14911 nsight_compute 1513 NVIDIA SLA 1514 nsight_compute/LICENSE.txt 3780 2025.2.0.11 23776   783c803d023483e0b581d2984d74c35937ba28af877d728e2ade2b5d51071669 9589 39dc45d9e35f5ed8a4999b4d5b1c462b 9590 linux-sbsa 1436 nsight_compute/linux-sbsa/nsight_compute-linux-sbsa-2025.2.0.11-archive.tar.xz 23777 106963168
9591,8488 blake3-LHgJyp9ZrSvN6nLFi6SOPZzXwg5AGM9DU1dwlhsbttk= 8488 Nsight Compute 14911 nsight_compute 1513 NVIDIA SLA 1514 nsight_compute/LICENSE.txt 3780 2025.2.0.11 23776   e987ca0950a90d7135d26ca49b102a7338223a9d2836b3a5b6844d4e57263f1a 9591 4e6cf269022aaafd5451f7c05fa1e85e 9592 linux-aarch64 2893 nsight_compute/linux-aarch64/nsight_compute-linux-aarch64-2025.2.0.11-archive.tar.xz 23779 221177932
9593,8488 blake3-LHgJyp9ZrSvN6nLFi6SOPZzXwg5AGM9DU1dwlhsbttk= 8488 Nsight Compute 14911 nsight_compute 1513 NVIDIA SLA 1514 nsight_compute/LICENSE.txt 3780 2025.2.0.11 23776   c5fbdb141f983bf73eeaa7da37e260819467e8c26e730a40a4f722a0f31c8c9d 9593 eec14b6c89879159ae99cb8eaeef9b50 9594 linux-x86_64 1432 nsight_compute/linux-x86_64/nsight_compute-linux-x86_64-2025.2.0.11-archive.tar.xz 23781 300370332
9595,8488 blake3-LHgJyp9ZrSvN6nLFi6SOPZzXwg5AGM9DU1dwlhsbttk= 8488 Nsight Compute 14911 nsight_compute 1513 NVIDIA SLA 1514 nsight_compute/LICENSE.txt 3780 2025.2.0.11 23776   ef81511a89d1cfe537ddb840d6428987a8b2a2738bdf1998543b1266560b9473 9595 443e8d6c3db49121f753dfd7d43298dd 9596 windows-x86_64 1442 nsight_compute/windows-x86_64/nsight_compute-windows-x86_64-2025.2.0.11-archive.zip 23783 341262492

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