home / sidx

CudaArtifact

5 rows where manifest = 120 and pname = 3189

✎ 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

  • libnvjitlink · 5 ✖
Link manifest name pname license_name license_path version compat_tag sha256 md5 platform relative_path n_bytes
3712,120 blake3-7gYivRUl0YqDFLiWxhgGW8LfXKCpoLQdOwxxlLrJVmU= 120 NVIDIA compiler library for JIT LTO functionality 20381 libnvjitlink 3189 CUDA Toolkit 1438   12.0.140 3240   7b45ef9787670e2676257e769deb60c12467a4751806ed4da49ff6c3826e8939 3712 1271ae15c7378d5e8e890b5799aa1aad 3713 linux-sbsa 1436 libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.0.140-archive.tar.xz 9057 23449160
3714,120 blake3-7gYivRUl0YqDFLiWxhgGW8LfXKCpoLQdOwxxlLrJVmU= 120 NVIDIA compiler library for JIT LTO functionality 20381 libnvjitlink 3189 CUDA Toolkit 1438   12.0.140 3240   65fd365da945c56562057ab2992582783bfa69f411a69f8bc51635349737821b 3714 59b5856a104a98ae441d7a70f7aaeb94 3715 linux-aarch64 2893 libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.0.140-archive.tar.xz 9061 23450460
3716,120 blake3-7gYivRUl0YqDFLiWxhgGW8LfXKCpoLQdOwxxlLrJVmU= 120 NVIDIA compiler library for JIT LTO functionality 20381 libnvjitlink 3189 CUDA Toolkit 1438   12.0.140 3240   6bbfae3c369ad5b7807e9697000cb60ecc84e4a21af9376b9f42ed56f8ce9c7a 3716 b35eecc3329a2bee14681d869e7fe47f 3717 linux-x86_64 1432 libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.0.140-archive.tar.xz 9059 25648248
3718,120 blake3-7gYivRUl0YqDFLiWxhgGW8LfXKCpoLQdOwxxlLrJVmU= 120 NVIDIA compiler library for JIT LTO functionality 20381 libnvjitlink 3189 CUDA Toolkit 1438   12.0.140 3240   5e2852073355e56d8cb8b13471dd64b2192ef65d86f4729e79196316d09e9190 3718 674254a8c7618392655edf25740ef555 3719 linux-ppc64le 1434 libnvjitlink/linux-ppc64le/libnvjitlink-linux-ppc64le-12.0.140-archive.tar.xz 9063 23619516
3720,120 blake3-7gYivRUl0YqDFLiWxhgGW8LfXKCpoLQdOwxxlLrJVmU= 120 NVIDIA compiler library for JIT LTO functionality 20381 libnvjitlink 3189 CUDA Toolkit 1438   12.0.140 3240   88c4d3ca3fe2275b4ef0212034a67748465af2e9e193560c63c4c251f618caf9 3720 998fcaa70cb98b1667e67f20bc235ace 3721 windows-x86_64 1442 libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.0.140-archive.zip 9065 86246489

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