home / sidx

CudaArtifact

4 rows where manifest = 8495

✎ 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
8989,8495 blake3-CBxaGEHolsR9E3w7tsKZAMn5yRB5gKDh4HJ11aHQTZI= 8495 NVIDIA cuTENSOR 23989 libcutensor 14211 cuTensor 14212   1.6.0.3 14261   802f030de069e7eeec2e72f151471fc9776f0272a81804690c749373505dcb70 8989 38436011c8375ba78e2cd8c47182c6de 8990 linux-sbsa 1436 libcutensor/linux-sbsa/libcutensor-linux-sbsa-1.6.0.3-archive.tar.xz 14262 253328216
8991,8495 blake3-CBxaGEHolsR9E3w7tsKZAMn5yRB5gKDh4HJ11aHQTZI= 8495 NVIDIA cuTENSOR 23989 libcutensor 14211 cuTensor 14212   1.6.0.3 14261   e8875e43d8c4169dc65095cb81c5d1e4120f664b4e2288658d73a4a2c2558f3c 8991 4c76fb8d24296d644033bc992e4159e4 8992 windows-x86_64 1442 libcutensor/windows-x86_64/libcutensor-windows-x86_64-1.6.0.3-archive.zip 14264 624418613
8993,8495 blake3-CBxaGEHolsR9E3w7tsKZAMn5yRB5gKDh4HJ11aHQTZI= 8495 NVIDIA cuTENSOR 23989 libcutensor 14211 cuTensor 14212   1.6.0.3 14261   b07e32a37eee1df7d9330e6d7faf9baf7fffd58007e2544164ea30aec49a5281 8993 80ffc765748952385d3dbbaef262d72e 8994 linux-x86_64 1432 libcutensor/linux-x86_64/libcutensor-linux-x86_64-1.6.0.3-archive.tar.xz 14266 333834656
8995,8495 blake3-CBxaGEHolsR9E3w7tsKZAMn5yRB5gKDh4HJ11aHQTZI= 8495 NVIDIA cuTENSOR 23989 libcutensor 14211 cuTensor 14212   1.6.0.3 14261   6af9563a3581e1879dd17e9bae79ceae1b4084f45e735780125aab86056646eb 8995 38e3cd74fb7c0fa9c0836a9d172b9737 8996 linux-ppc64le 1434 libcutensor/linux-ppc64le/libcutensor-linux-ppc64le-1.6.0.3-archive.tar.xz 14268 332890432

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