home / sidx

CudaArtifact

3 rows where manifest = 99 and pname = 1575

✎ View and edit SQL

This data as json, CSV (advanced)

platform 3

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

pname 1

  • nsight_systems · 3 ✖
Link manifest name pname license_name license_path version compat_tag sha256 md5 platform relative_path n_bytes
6766,99 blake3-fUsd9G0WinpCp+dSQQRxvTQu3wrCWcPlTQZkJonDmI0= 99 Nsight Systems 14862 nsight_systems 1575 NVIDIA SLA 1514 nsight_systems/LICENSE.txt 3773 2024.2.3.38 3934   ca55ab91c8b81a05c44f2298b06579f412b8b2627312626e69e74dd4661553e0 6766 d45cdbec6291127a4873cf18b300c6e8 6767 linux-sbsa 1436 nsight_systems/linux-sbsa/nsight_systems-linux-sbsa-2024.2.3.38-archive.tar.xz 10828 205635660
6768,99 blake3-fUsd9G0WinpCp+dSQQRxvTQu3wrCWcPlTQZkJonDmI0= 99 Nsight Systems 14862 nsight_systems 1575 NVIDIA SLA 1514 nsight_systems/LICENSE.txt 3773 2024.2.3.38 3934   6f48b9ad4309021be0218e4a57501c15783a867c55ec208338430a64362d4190 6768 074c4861711fcfb4244706a53512e39b 6769 windows-x86_64 1442 nsight_systems/windows-x86_64/nsight_systems-windows-x86_64-2024.2.3.38-archive.zip 10826 363718912
6770,99 blake3-fUsd9G0WinpCp+dSQQRxvTQu3wrCWcPlTQZkJonDmI0= 99 Nsight Systems 14862 nsight_systems 1575 NVIDIA SLA 1514 nsight_systems/LICENSE.txt 3773 2024.2.3.38 3934   36b457ec34572699c7ddba94aec659a02d4ec78fe19bec7750918fd7e9b79119 6770 4bdc45128eaef2473f8f55ca000e523e 6771 linux-x86_64 1432 nsight_systems/linux-x86_64/nsight_systems-linux-x86_64-2024.2.3.38-archive.tar.xz 10827 241641720

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