home / sidx

CudaArtifact

4 rows where version = 4032

✎ 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
8078,125 blake3-AyYzUgA4kptml+cbr2oxr5AI5HaAE09SodGEqm7PjEo= 125 Nsight Compute 14911 nsight_compute 1513 NVIDIA SLA 1514 nsight_compute/LICENSE.txt 3780 2025.1.0.14 4032   66a7281ac0abd073bb86de088b8d52b84bb289ad7fb84b287278205762c5d9d3 8078 d8e1e05082bc02a77edaae03ce8368cd 8079 linux-aarch64 2893 nsight_compute/linux-aarch64/nsight_compute-linux-aarch64-2025.1.0.14-archive.tar.xz 11542 223851880
8080,125 blake3-AyYzUgA4kptml+cbr2oxr5AI5HaAE09SodGEqm7PjEo= 125 Nsight Compute 14911 nsight_compute 1513 NVIDIA SLA 1514 nsight_compute/LICENSE.txt 3780 2025.1.0.14 4032   eab77e6bd3256a23af91ccf34c4cdae6bc04cd22d2f514f20e00859ddcf89ba4 8080 3fa5a53bfd63b86c5b0c8e21380d9fdf 8081 linux-x86_64 1432 nsight_compute/linux-x86_64/nsight_compute-linux-x86_64-2025.1.0.14-archive.tar.xz 11541 299779168
8082,125 blake3-AyYzUgA4kptml+cbr2oxr5AI5HaAE09SodGEqm7PjEo= 125 Nsight Compute 14911 nsight_compute 1513 NVIDIA SLA 1514 nsight_compute/LICENSE.txt 3780 2025.1.0.14 4032   dc463dfd7a3890805ee7ccfde9aca31616f89853fdca0d0a382d98cd1df6de32 8082 2d23705d7b9824b4434d23639975fafa 8083 linux-sbsa 1436 nsight_compute/linux-sbsa/nsight_compute-linux-sbsa-2025.1.0.14-archive.tar.xz 11543 114112400
8084,125 blake3-AyYzUgA4kptml+cbr2oxr5AI5HaAE09SodGEqm7PjEo= 125 Nsight Compute 14911 nsight_compute 1513 NVIDIA SLA 1514 nsight_compute/LICENSE.txt 3780 2025.1.0.14 4032   f31afb1fb370d52984dc5109210c39f6d0ef568dc03f09c36a3decdbe65741cc 8084 4fe7a728281248f30d8fc465b26f1c15 8085 windows-x86_64 1442 nsight_compute/windows-x86_64/nsight_compute-windows-x86_64-2025.1.0.14-archive.zip 11540 344487673

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