home / sidx

CudaArtifact

4 rows where version = 3942

✎ 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
6892,53 blake3-HKsRm7enSZrXxKlvRPdLliQAh67BsFbxpWORIj4/l2k= 53 Nsight Compute 14911 nsight_compute 1513 NVIDIA SLA 1514 nsight_compute/LICENSE.txt 3780 2024.2.0.16 3942   6b5c386a35b25b58184db65ff19e69cbd020e805f1077414e7bc5110ee83321b 6892 9c23140a2c0c49e6529c58d48a98868c 6893 linux-sbsa 1436 nsight_compute/linux-sbsa/nsight_compute-linux-sbsa-2024.2.0.16-archive.tar.xz 10927 221683384
6894,53 blake3-HKsRm7enSZrXxKlvRPdLliQAh67BsFbxpWORIj4/l2k= 53 Nsight Compute 14911 nsight_compute 1513 NVIDIA SLA 1514 nsight_compute/LICENSE.txt 3780 2024.2.0.16 3942   2b221413766fdf1d01ea21b788b6709a8bfef25fca2499e2f116de4c66c16f6a 6894 5b7c860831b62be65a72d3ee8ac6b0bf 6895 linux-aarch64 2893 nsight_compute/linux-aarch64/nsight_compute-linux-aarch64-2024.2.0.16-archive.tar.xz 10928 439259336
6896,53 blake3-HKsRm7enSZrXxKlvRPdLliQAh67BsFbxpWORIj4/l2k= 53 Nsight Compute 14911 nsight_compute 1513 NVIDIA SLA 1514 nsight_compute/LICENSE.txt 3780 2024.2.0.16 3942   9f23fed6f9f2a841034c452f82c5b23ccf0e0dfbb235a0fc6e70303ee049fde7 6896 d5c61f158ce98756f5e0f444dff1871f 6897 windows-x86_64 1442 nsight_compute/windows-x86_64/nsight_compute-windows-x86_64-2024.2.0.16-archive.zip 10930 469355527
6898,53 blake3-HKsRm7enSZrXxKlvRPdLliQAh67BsFbxpWORIj4/l2k= 53 Nsight Compute 14911 nsight_compute 1513 NVIDIA SLA 1514 nsight_compute/LICENSE.txt 3780 2024.2.0.16 3942   336be52584adccdd177f2d6699e7b575e53b169f040e366d36ce409b39b19316 6898 c77741a5f52c545ced27dadbbc117b50 6899 linux-x86_64 1432 nsight_compute/linux-x86_64/nsight_compute-linux-x86_64-2024.2.0.16-archive.tar.xz 10929 436286320

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