home / sidx

CudaArtifact

5 rows where manifest = 112 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
6104,112 blake3-Pl8MdfRWbNHeyYILrCn0q+k8MqRuM/MPVO0kQwIp97E= 112 Nsight Compute 14911 nsight_compute 1513 NVIDIA SLA 1514 nsight_compute/LICENSE.txt 3780 2024.1.0.13 3892   57965374567373ef7f03c60ea99ce04153328111314b94153f66a86e72859ae4 6104 2c9847dde68b738cef353c1ef2ff8b1a 6105 linux-aarch64 2893 nsight_compute/linux-aarch64/nsight_compute-linux-aarch64-2024.1.0.13-archive.tar.xz 10503 550858544
6106,112 blake3-Pl8MdfRWbNHeyYILrCn0q+k8MqRuM/MPVO0kQwIp97E= 112 Nsight Compute 14911 nsight_compute 1513 NVIDIA SLA 1514 nsight_compute/LICENSE.txt 3780 2024.1.0.13 3892   bee2f9e954a7028846ac7e3d940b86d135c362ce03522536523d29576e939feb 6106 931156a21d78ff918165c72c993bce61 6107 linux-ppc64le 1434 nsight_compute/linux-ppc64le/nsight_compute-linux-ppc64le-2024.1.0.13-archive.tar.xz 10506 114727856
6108,112 blake3-Pl8MdfRWbNHeyYILrCn0q+k8MqRuM/MPVO0kQwIp97E= 112 Nsight Compute 14911 nsight_compute 1513 NVIDIA SLA 1514 nsight_compute/LICENSE.txt 3780 2024.1.0.13 3892   3e9688f35c9d7c77a3e075a045c31109a81d64fb91b819e9cb7e91e77491c210 6108 69fcd357340c15341f794bae3c45f7e9 6109 windows-x86_64 1442 nsight_compute/windows-x86_64/nsight_compute-windows-x86_64-2024.1.0.13-archive.zip 10505 545116245
6110,112 blake3-Pl8MdfRWbNHeyYILrCn0q+k8MqRuM/MPVO0kQwIp97E= 112 Nsight Compute 14911 nsight_compute 1513 NVIDIA SLA 1514 nsight_compute/LICENSE.txt 3780 2024.1.0.13 3892   0e45fb375c03639abb31330c2b91910eb1dbb77dfe2720382675adea0660cad0 6110 c556ca3826f994673edc91ee34ee45ef 6111 linux-x86_64 1432 nsight_compute/linux-x86_64/nsight_compute-linux-x86_64-2024.1.0.13-archive.tar.xz 10502 599148708
6112,112 blake3-Pl8MdfRWbNHeyYILrCn0q+k8MqRuM/MPVO0kQwIp97E= 112 Nsight Compute 14911 nsight_compute 1513 NVIDIA SLA 1514 nsight_compute/LICENSE.txt 3780 2024.1.0.13 3892   a3b07a59ac9bf1a17990cbfc3a7ab690be19d17be649fa7f07d80ce37b47969c 6112 8a22f34e75dac3605e488bc6a25e7ba5 6113 linux-sbsa 1436 nsight_compute/linux-sbsa/nsight_compute-linux-sbsa-2024.1.0.13-archive.tar.xz 10504 260219328

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