home / sidx

CudaArtifact

3 rows where pname = 1484 and version = 3836

✎ 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
5244,118 blake3-xLEMvTZf0haLy/Eqs4pbicZnrCFS7Tz8D7WHOFcT3/Q= 118 CUDA cuFile 14818 libcufile 1484 CUDA Toolkit 1438 libcufile/LICENSE.txt 3778 1.7.2.10 3836   00be847ca86b90fb540174ad70f34899c2f8f351637775b9c5fef5b7ad3adb76 5244 a743513410e6ef3243f0f49d3dffc191 5245 linux-sbsa 1436 libcufile/linux-sbsa/libcufile-linux-sbsa-1.7.2.10-archive.tar.xz 10173 41302032
5246,118 blake3-xLEMvTZf0haLy/Eqs4pbicZnrCFS7Tz8D7WHOFcT3/Q= 118 CUDA cuFile 14818 libcufile 1484 CUDA Toolkit 1438 libcufile/LICENSE.txt 3778 1.7.2.10 3836   60f9e442b09998d1937827b4f56982bfc22fa1c15ede9bc1261e9cc947a94087 5246 57a580d197e88709494844c86d983874 5247 linux-x86_64 1432 libcufile/linux-x86_64/libcufile-linux-x86_64-1.7.2.10-archive.tar.xz 10175 41854504
5248,118 blake3-xLEMvTZf0haLy/Eqs4pbicZnrCFS7Tz8D7WHOFcT3/Q= 118 CUDA cuFile 14818 libcufile 1484 CUDA Toolkit 1438 libcufile/LICENSE.txt 3778 1.7.2.10 3836   36477dbe734c00945ff5f99369c9324bd560c4ad65b65a260996ae41d3b2e4f5 5248 51397e31461a10e590c9c459bb3d0899 5249 linux-aarch64 2893 libcufile/linux-aarch64/libcufile-linux-aarch64-1.7.2.10-archive.tar.xz 10174 41277664

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