home / sidx

CudaArtifact

5 rows where pname = 1513 and version = 3151

✎ 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
3564,113 blake3-9o/5bc1nwIFO7qRQQ76utAw/rQNw0m1QeBhh44okEio= 113 Nsight Compute 14911 nsight_compute 1513 NVIDIA SLA 1514   2022.4.0.15 3151   f084e05eb4d2ba32aceb25e1dcfe03f2a50127630973722b65219cf9e986a139 3564 5728a6b6f74c6fa7399c343f1c727f71 3565 linux-x86_64 1432 nsight_compute/linux-x86_64/nsight_compute-linux-x86_64-2022.4.0.15-archive.tar.xz 8721 704648508
3566,113 blake3-9o/5bc1nwIFO7qRQQ76utAw/rQNw0m1QeBhh44okEio= 113 Nsight Compute 14911 nsight_compute 1513 NVIDIA SLA 1514   2022.4.0.15 3151   20e58ce79681bc8fd39394cfb8f8316c177fe4175af3ae95c025996f45904732 3566 9e49ee03465ac3c0ba0df9063d664433 3567 linux-ppc64le 1434 nsight_compute/linux-ppc64le/nsight_compute-linux-ppc64le-2022.4.0.15-archive.tar.xz 8717 181691528
3568,113 blake3-9o/5bc1nwIFO7qRQQ76utAw/rQNw0m1QeBhh44okEio= 113 Nsight Compute 14911 nsight_compute 1513 NVIDIA SLA 1514   2022.4.0.15 3151   958da9986841c49cb5a2885d1e14e4c673ba94e4b404ef9389d083b7a0095d84 3568 4aef8035c676ba89c4d27656c4a4f01e 3569 windows-x86_64 1442 nsight_compute/windows-x86_64/nsight_compute-windows-x86_64-2022.4.0.15-archive.zip 8719 634477385
3570,113 blake3-9o/5bc1nwIFO7qRQQ76utAw/rQNw0m1QeBhh44okEio= 113 Nsight Compute 14911 nsight_compute 1513 NVIDIA SLA 1514   2022.4.0.15 3151   cdcf9b4cefdafbaacbcc2d3266537458fd3924d8a6fb67592605030d18954604 3570 0b5b0f866f9331df8e59316719aaa2d1 3571 linux-aarch64 2893 nsight_compute/linux-aarch64/nsight_compute-linux-aarch64-2022.4.0.15-archive.tar.xz 8725 704209708
3572,113 blake3-9o/5bc1nwIFO7qRQQ76utAw/rQNw0m1QeBhh44okEio= 113 Nsight Compute 14911 nsight_compute 1513 NVIDIA SLA 1514   2022.4.0.15 3151   7d0b3d4d01ce36657fa739496c7b0a9c627f5fa42021c1696ddd15e119bb05a4 3572 50dbf4765e7faad5f5c3d4e0adde0d30 3573 linux-sbsa 1436 nsight_compute/linux-sbsa/nsight_compute-linux-sbsa-2022.4.0.15-archive.tar.xz 8723 341158648

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