home / sidx

CudaArtifact

5 rows where version = 3781

✎ 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
4716,116 blake3-ffPaXmXF/lrBQgI15X8ZP1jg/8FyE5T5iWcxEaVk4sk= 116 Nsight Compute 14911 nsight_compute 1513 NVIDIA SLA 1514 nsight_compute/LICENSE.txt 3780 2023.2.0.16 3781   09a815a8e00fde87acc4b32c6409dfb616b8b49b7ae8f931c66de7c795db87e4 4716 f3879107229a1a031b5971e77cd18916 4717 linux-aarch64 2893 nsight_compute/linux-aarch64/nsight_compute-linux-aarch64-2023.2.0.16-archive.tar.xz 9807 740361468
4718,116 blake3-ffPaXmXF/lrBQgI15X8ZP1jg/8FyE5T5iWcxEaVk4sk= 116 Nsight Compute 14911 nsight_compute 1513 NVIDIA SLA 1514 nsight_compute/LICENSE.txt 3780 2023.2.0.16 3781   d4232eecbdb709f1482629af916c8fe6c6c6084764fff9fe5d4eec289cc10cb8 4718 bad0c0f76173996c9995884bfb6ae3b6 4719 linux-x86_64 1432 nsight_compute/linux-x86_64/nsight_compute-linux-x86_64-2023.2.0.16-archive.tar.xz 9806 724640244
4720,116 blake3-ffPaXmXF/lrBQgI15X8ZP1jg/8FyE5T5iWcxEaVk4sk= 116 Nsight Compute 14911 nsight_compute 1513 NVIDIA SLA 1514 nsight_compute/LICENSE.txt 3780 2023.2.0.16 3781   ac3e1530830cf70b4d298818d5ed4e33864c1ebd6c44455ecafaaa264b8d3be7 4720 7fcdf966becc5b915dcd65700e7f6e38 4721 linux-ppc64le 1434 nsight_compute/linux-ppc64le/nsight_compute-linux-ppc64le-2023.2.0.16-archive.tar.xz 9805 185175700
4722,116 blake3-ffPaXmXF/lrBQgI15X8ZP1jg/8FyE5T5iWcxEaVk4sk= 116 Nsight Compute 14911 nsight_compute 1513 NVIDIA SLA 1514 nsight_compute/LICENSE.txt 3780 2023.2.0.16 3781   5d9f2daeed1aaf87ac4fd8237699d0c915ef2de52b66a1f4ab4bda0057f47c7f 4722 d9639e34e406f705530a25ccfcb55358 4723 linux-sbsa 1436 nsight_compute/linux-sbsa/nsight_compute-linux-sbsa-2023.2.0.16-archive.tar.xz 9804 350199152
4724,116 blake3-ffPaXmXF/lrBQgI15X8ZP1jg/8FyE5T5iWcxEaVk4sk= 116 Nsight Compute 14911 nsight_compute 1513 NVIDIA SLA 1514 nsight_compute/LICENSE.txt 3780 2023.2.0.16 3781   16579328355102bd1dd27f6969ab6bda426ea9e8a1bdf2f62f2bbf8b9370d5b9 4724 c6be0d2ff8d1f1fe7cce5181393b79a8 4725 windows-x86_64 1442 nsight_compute/windows-x86_64/nsight_compute-windows-x86_64-2023.2.0.16-archive.zip 9803 664635780

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