home / sidx

CudaArtifact

4 rows where manifest = 8490 and pname = 14211

✎ View and edit SQL

This data as json, CSV (advanced)

platform 4

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

pname 1

  • libcutensor · 4 ✖
Link manifest name pname license_name license_path version compat_tag sha256 md5 platform relative_path n_bytes
8973,8490 blake3-JJ2M+/Si+P+GTU9VI7wjVbhLZul2l1Mf7BrxuwFFf0g= 8490 NVIDIA cuTENSOR 23989 libcutensor 14211 cuTensor 14212   1.4.0.6 14237   467ba189195fcc4b868334fc16a0ae1e51574139605975cc8004cedebf595964 8973 5d4009390be0226fc3ee75d225053123 8974 linux-x86_64 1432 libcutensor/linux-x86_64/libcutensor-linux-x86_64-1.4.0.6-archive.tar.xz 14238 218277136
8975,8490 blake3-JJ2M+/Si+P+GTU9VI7wjVbhLZul2l1Mf7BrxuwFFf0g= 8490 NVIDIA cuTENSOR 23989 libcutensor 14211 cuTensor 14212   1.4.0.6 14237   4f01a8aac2c25177e928c63381a80e3342f214ec86ad66965dcbfe81fc5c901d 8975 d21e0d5f2bd8c29251ffacaa85f0d733 8976 windows-x86_64 1442 libcutensor/windows-x86_64/libcutensor-windows-x86_64-1.4.0.6-archive.zip 14240 431385567
8977,8490 blake3-JJ2M+/Si+P+GTU9VI7wjVbhLZul2l1Mf7BrxuwFFf0g= 8490 NVIDIA cuTENSOR 23989 libcutensor 14211 cuTensor 14212   1.4.0.6 14237   6b06d63a5bc49c1660be8c307795f8a901c93dcde7b064455a6c81333c7327f4 8977 a6f3fd515c052df43fbee9508ea87e1e 8978 linux-sbsa 1436 libcutensor/linux-sbsa/libcutensor-linux-sbsa-1.4.0.6-archive.tar.xz 14242 163596044
8979,8490 blake3-JJ2M+/Si+P+GTU9VI7wjVbhLZul2l1Mf7BrxuwFFf0g= 8490 NVIDIA cuTENSOR 23989 libcutensor 14211 cuTensor 14212   1.4.0.6 14237   5da44ff2562ab7b9286122653e54f28d2222c8aab4bb02e9bdd4cf7e4b7809be 8979 6058c728485072c980f652c2de38b016 8980 linux-ppc64le 1434 libcutensor/linux-ppc64le/libcutensor-linux-ppc64le-1.4.0.6-archive.tar.xz 14244 218951992

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