home / sidx

CudaArtifact

4 rows where manifest = 55 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
7178,55 blake3-A4hv+uU2jCN8luq0nXnqFDfOUnHxnOXLMrZfZVF4dZ4= 55 Nsight Compute 14911 nsight_compute 1513 NVIDIA SLA 1514 nsight_compute/LICENSE.txt 3780 2024.3.0.15 3967   4ddaf359f36a8ebc1b9237d297f34d1faa4e8dcba1f0fd3d851956d88c29482b 7178 b423290bd7ca8bcde2e4ff506a4458e3 7179 windows-x86_64 1442 nsight_compute/windows-x86_64/nsight_compute-windows-x86_64-2024.3.0.15-archive.zip 11091 462192979
7180,55 blake3-A4hv+uU2jCN8luq0nXnqFDfOUnHxnOXLMrZfZVF4dZ4= 55 Nsight Compute 14911 nsight_compute 1513 NVIDIA SLA 1514 nsight_compute/LICENSE.txt 3780 2024.3.0.15 3967   438fd13ee0bcccbfbbcd71419c9c60a491096d20599e623abc9885e6153929dd 7180 4549ef7615fc4b3847b836bcaeee9067 7181 linux-x86_64 1432 nsight_compute/linux-x86_64/nsight_compute-linux-x86_64-2024.3.0.15-archive.tar.xz 11092 429309152
7182,55 blake3-A4hv+uU2jCN8luq0nXnqFDfOUnHxnOXLMrZfZVF4dZ4= 55 Nsight Compute 14911 nsight_compute 1513 NVIDIA SLA 1514 nsight_compute/LICENSE.txt 3780 2024.3.0.15 3967   5d91f96a99188ee60c05f9f5341d2f8e16f0a27a5e7b9e9d946262084af5fa02 7182 d86b14d665e1800de87bb22df5f31f69 7183 linux-aarch64 2893 nsight_compute/linux-aarch64/nsight_compute-linux-aarch64-2024.3.0.15-archive.tar.xz 11093 430001220
7184,55 blake3-A4hv+uU2jCN8luq0nXnqFDfOUnHxnOXLMrZfZVF4dZ4= 55 Nsight Compute 14911 nsight_compute 1513 NVIDIA SLA 1514 nsight_compute/LICENSE.txt 3780 2024.3.0.15 3967   6a38835fc5fab866f9d0f4e35d6344f5d82ef6ee98f9e23c3de990a814548eaa 7184 dad3d36cb8549a09b162312ecd268d12 7185 linux-sbsa 1436 nsight_compute/linux-sbsa/nsight_compute-linux-sbsa-2024.3.0.15-archive.tar.xz 11090 219322980

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