home / sidx

CudaArtifact

5 rows where version = 3248

✎ 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

  • libcublas 5
Link manifest name pname license_name license_path version compat_tag sha256 md5 platform relative_path n_bytes
3726,120 blake3-7gYivRUl0YqDFLiWxhgGW8LfXKCpoLQdOwxxlLrJVmU= 120 CUDA cuBLAS 14675 libcublas 1524 CUDA Toolkit 1438   12.0.2.224 3248   54a6b189a76a924b9e34e76124d7a0564f554c5106b9641d9101c9ea55b9b57b 3726 29b5588ea8b9ff28e75d7853490fed72 3727 linux-ppc64le 1434 libcublas/linux-ppc64le/libcublas-linux-ppc64le-12.0.2.224-archive.tar.xz 8991 382119004
3728,120 blake3-7gYivRUl0YqDFLiWxhgGW8LfXKCpoLQdOwxxlLrJVmU= 120 CUDA cuBLAS 14675 libcublas 1524 CUDA Toolkit 1438   12.0.2.224 3248   779817bf118e62c6a1b80037b045128f389b80b05bde774b4e7ec9b2b03e86c7 3728 0b64240177205e6227f12b822c2e42f7 3729 linux-aarch64 2893 libcublas/linux-aarch64/libcublas-linux-aarch64-12.0.2.224-archive.tar.xz 8999 328770940
3730,120 blake3-7gYivRUl0YqDFLiWxhgGW8LfXKCpoLQdOwxxlLrJVmU= 120 CUDA cuBLAS 14675 libcublas 1524 CUDA Toolkit 1438   12.0.2.224 3248   024561f702d72795f69a8c2a481da8961c85b954c43a3cb9ad66dd6f01ffbf65 3730 3d88d77dbcb3738882f28c6d62aa992b 3731 linux-sbsa 1436 libcublas/linux-sbsa/libcublas-linux-sbsa-12.0.2.224-archive.tar.xz 8993 456807572
3732,120 blake3-7gYivRUl0YqDFLiWxhgGW8LfXKCpoLQdOwxxlLrJVmU= 120 CUDA cuBLAS 14675 libcublas 1524 CUDA Toolkit 1438   12.0.2.224 3248   67f9d7f639762685a93a8d3a12b8625084749fade6a887323fbb53bf6fefc81b 3732 935441a812035b68de6e8ac1c5c5b57b 3733 linux-x86_64 1432 libcublas/linux-x86_64/libcublas-linux-x86_64-12.0.2.224-archive.tar.xz 8997 459134512
3734,120 blake3-7gYivRUl0YqDFLiWxhgGW8LfXKCpoLQdOwxxlLrJVmU= 120 CUDA cuBLAS 14675 libcublas 1524 CUDA Toolkit 1438   12.0.2.224 3248   d7094c6ac5a9dfa27bfecca7b0afea8293f0828e1bce895c9b87740674bbc75f 3734 c6661bab87b9e8f75cd6d1012ea4ec94 3735 windows-x86_64 1442 libcublas/windows-x86_64/libcublas-windows-x86_64-12.0.2.224-archive.zip 8995 390167374

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