home / sidx

CudaArtifact

4 rows where manifest = 119 and pname = 1513

✎ 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
7598,119 blake3-A7BjLB5fFYNgq+593M/+mO7ohOAp5AYnDtqn7FtsRrg= 119 Nsight Compute 14911 nsight_compute 1513 NVIDIA SLA 1514 nsight_compute/LICENSE.txt 3780 2024.3.1.2 3994   fc6519f2e5ab340a6d4f5d0ae3842b6c54bedb24964eba0e5bd04aa497f1138a 7598 15d866cf6d0b7c031ff5557771e854c1 7599 linux-sbsa 1436 nsight_compute/linux-sbsa/nsight_compute-linux-sbsa-2024.3.1.2-archive.tar.xz 11284 218369356
7600,119 blake3-A7BjLB5fFYNgq+593M/+mO7ohOAp5AYnDtqn7FtsRrg= 119 Nsight Compute 14911 nsight_compute 1513 NVIDIA SLA 1514 nsight_compute/LICENSE.txt 3780 2024.3.1.2 3994   244e39cfc2c0ac02eaa8db20eb5fd45ec0ce31edf5481febb10acb5d144ce6da 7600 4f91b9af45668e7abf0bfc9e0022e3a4 7601 linux-x86_64 1432 nsight_compute/linux-x86_64/nsight_compute-linux-x86_64-2024.3.1.2-archive.tar.xz 11282 429152828
7602,119 blake3-A7BjLB5fFYNgq+593M/+mO7ohOAp5AYnDtqn7FtsRrg= 119 Nsight Compute 14911 nsight_compute 1513 NVIDIA SLA 1514 nsight_compute/LICENSE.txt 3780 2024.3.1.2 3994   3cc91b715e06584c6dcdfe5c83d272ac6f37c7e149ec9755fb0d4c858bcc2020 7602 44fe05f5cc5a0dca6c93fa1a8f2c6148 7603 linux-aarch64 2893 nsight_compute/linux-aarch64/nsight_compute-linux-aarch64-2024.3.1.2-archive.tar.xz 11281 429061300
7604,119 blake3-A7BjLB5fFYNgq+593M/+mO7ohOAp5AYnDtqn7FtsRrg= 119 Nsight Compute 14911 nsight_compute 1513 NVIDIA SLA 1514 nsight_compute/LICENSE.txt 3780 2024.3.1.2 3994   8b630c2155f379f277b49a0c32cd30aa0b296f00cb08d8d0d31af93157373165 7604 0fd3a20d746ed9f746be52fe1531c7a2 7605 windows-x86_64 1442 nsight_compute/windows-x86_64/nsight_compute-windows-x86_64-2024.3.1.2-archive.zip 11283 462192068

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