home / sidx

CudaArtifact

3 rows where manifest = 55 and pname = 1484

✎ View and edit SQL

This data as json, CSV (advanced)

platform 3

  • linux-x86_64 1
  • linux-sbsa 1
  • linux-aarch64 1

pname 1

  • libcufile · 3 ✖
Link manifest name pname license_name license_path version compat_tag sha256 md5 platform relative_path n_bytes
7222,55 blake3-A4hv+uU2jCN8luq0nXnqFDfOUnHxnOXLMrZfZVF4dZ4= 55 CUDA cuFile 14818 libcufile 1484 CUDA Toolkit 1438 libcufile/LICENSE.txt 3778 1.11.0.15 3970   9e3e41ac3ae9e368a2aaee2518557cfdb34c1f1db72e094777f59f84b424688d 7222 90f2daf2071c06a5ebccd1d763397c1b 7223 linux-sbsa 1436 libcufile/linux-sbsa/libcufile-linux-sbsa-1.11.0.15-archive.tar.xz 11069 41283512
7224,55 blake3-A4hv+uU2jCN8luq0nXnqFDfOUnHxnOXLMrZfZVF4dZ4= 55 CUDA cuFile 14818 libcufile 1484 CUDA Toolkit 1438 libcufile/LICENSE.txt 3778 1.11.0.15 3970   697132545001080d0138a8303eccc3877974c2188099dff9b232658cac8aaa7e 7224 da8378c3116a5eaa5b412fd81595be34 7225 linux-aarch64 2893 libcufile/linux-aarch64/libcufile-linux-aarch64-1.11.0.15-archive.tar.xz 11067 41270500
7226,55 blake3-A4hv+uU2jCN8luq0nXnqFDfOUnHxnOXLMrZfZVF4dZ4= 55 CUDA cuFile 14818 libcufile 1484 CUDA Toolkit 1438 libcufile/LICENSE.txt 3778 1.11.0.15 3970   735783b817edd5c4431df5f4b5d5ee3b00496441148243155024da3d82da3d15 7226 ebe5475327ddac9df3efed272f0e915b 7227 linux-x86_64 1432 libcufile/linux-x86_64/libcufile-linux-x86_64-1.11.0.15-archive.tar.xz 11068 41836036

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