home / sidx

CudaArtifact

4 rows where version = 1857

✎ View and edit SQL

This data as json, CSV (advanced)

platform 4

  • linux-x86_64 1
  • linux-ppc64le 1
  • linux-sbsa 1
  • windows-x86_64 1

pname 1

  • nsight_compute 4
Link manifest name pname license_name license_path version compat_tag sha256 md5 platform relative_path n_bytes
1678,60 blake3-v+XvPZjlqyaowiIkSUkqwlkMEy88kabuerdr7IB0fVc= 60 Nsight Compute 14911 nsight_compute 1513 NVIDIA SLA 1514   2021.3.0.13 1857   bb7c40c049d0c2982344f61a36ad1a4830c38d855d83f5c8713bf017289dfb29 1678 554cd6b9acbd32da342d081f196b2d00 1679 windows-x86_64 1442 nsight_compute/windows-x86_64/nsight_compute-windows-x86_64-2021.3.0.13-archive.zip 6815 345990693
1680,60 blake3-v+XvPZjlqyaowiIkSUkqwlkMEy88kabuerdr7IB0fVc= 60 Nsight Compute 14911 nsight_compute 1513 NVIDIA SLA 1514   2021.3.0.13 1857   2cce05748d60072e3f0425d9f69ddb17ee3e54c8d696ab30e970cd636c14f258 1680 0ebcef71fa4ad6efeea75448ed2882be 1681 linux-ppc64le 1434 nsight_compute/linux-ppc64le/nsight_compute-linux-ppc64le-2021.3.0.13-archive.tar.xz 6813 123057160
1682,60 blake3-v+XvPZjlqyaowiIkSUkqwlkMEy88kabuerdr7IB0fVc= 60 Nsight Compute 14911 nsight_compute 1513 NVIDIA SLA 1514   2021.3.0.13 1857   242247385438285ff980fc6a6183950249fa52e12974c7441ed5858ae1e05c60 1682 4c6b89e7f02379eeeadd6e387ea4235a 1683 linux-x86_64 1432 nsight_compute/linux-x86_64/nsight_compute-linux-x86_64-2021.3.0.13-archive.tar.xz 6817 407848784
1684,60 blake3-v+XvPZjlqyaowiIkSUkqwlkMEy88kabuerdr7IB0fVc= 60 Nsight Compute 14911 nsight_compute 1513 NVIDIA SLA 1514   2021.3.0.13 1857   8055e9734c973bc9439220a190c28bde931222daa15e016f9772721956ebd341 1684 4b404b65ef91b205418e1221e5588eb7 1685 linux-sbsa 1436 nsight_compute/linux-sbsa/nsight_compute-linux-sbsa-2021.3.0.13-archive.tar.xz 6811 119733768

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