home / sidx

CudaArtifact

5 rows where manifest = 104 and pname = 1513

✎ 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
6544,104 blake3-h6B30Im8ZPHbOD/OudNXtsz5B6VUwXlJT3o29RpsqoM= 104 Nsight Compute 14911 nsight_compute 1513 NVIDIA SLA 1514 nsight_compute/LICENSE.txt 3780 2024.1.1.4 3919   267c884f074163e5ffde8fe2a798f795b5d375e0fb1df4439e143a992e7e5f6d 6544 af2a15b4d0e300449c0bdfde48222ca4 6545 linux-ppc64le 1434 nsight_compute/linux-ppc64le/nsight_compute-linux-ppc64le-2024.1.1.4-archive.tar.xz 10773 114721700
6546,104 blake3-h6B30Im8ZPHbOD/OudNXtsz5B6VUwXlJT3o29RpsqoM= 104 Nsight Compute 14911 nsight_compute 1513 NVIDIA SLA 1514 nsight_compute/LICENSE.txt 3780 2024.1.1.4 3919   b6aee577e61db6823a2fe44fcce4902962c7ea90fbb29800ffcceb3df7ea8d47 6546 a27549e05b460ea4cf3c000f610e91b1 6547 linux-x86_64 1432 nsight_compute/linux-x86_64/nsight_compute-linux-x86_64-2024.1.1.4-archive.tar.xz 10772 599288172
6548,104 blake3-h6B30Im8ZPHbOD/OudNXtsz5B6VUwXlJT3o29RpsqoM= 104 Nsight Compute 14911 nsight_compute 1513 NVIDIA SLA 1514 nsight_compute/LICENSE.txt 3780 2024.1.1.4 3919   a8e497fd4a9dbf12e328e961984f5fad445045efc2568b0cb594ff51da977ba0 6548 40e93cd6fdd528e7592c1048befa49f7 6549 windows-x86_64 1442 nsight_compute/windows-x86_64/nsight_compute-windows-x86_64-2024.1.1.4-archive.zip 10771 545282883
6550,104 blake3-h6B30Im8ZPHbOD/OudNXtsz5B6VUwXlJT3o29RpsqoM= 104 Nsight Compute 14911 nsight_compute 1513 NVIDIA SLA 1514 nsight_compute/LICENSE.txt 3780 2024.1.1.4 3919   5e3b489eaffe329cc3b204a31e9b9c9bd231203ddfd89f57e04fc59c3119527e 6550 f209d70764ce909ca0a76a2a365528fb 6551 linux-sbsa 1436 nsight_compute/linux-sbsa/nsight_compute-linux-sbsa-2024.1.1.4-archive.tar.xz 10774 260307276
6552,104 blake3-h6B30Im8ZPHbOD/OudNXtsz5B6VUwXlJT3o29RpsqoM= 104 Nsight Compute 14911 nsight_compute 1513 NVIDIA SLA 1514 nsight_compute/LICENSE.txt 3780 2024.1.1.4 3919   122981317d978e5ab98ccb4aa1a922f496d23c2e45ecc3fab2e1524879eb899c 6552 e189006ab0b8b281ed6a6484d430b18f 6553 linux-aarch64 2893 nsight_compute/linux-aarch64/nsight_compute-linux-aarch64-2024.1.1.4-archive.tar.xz 10775 551145232

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