home / sidx

CudaArtifact

4 rows where manifest = 58 and pname = 1478

✎ 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

  • cuda_cudart · 4 ✖
Link manifest name pname license_name license_path version compat_tag sha256 md5 platform relative_path n_bytes
5816,58 blake3-NLe7G5SqTBpPgajESjcg5YN64mOOpF/CpklheScS6oI= 58 CUDA Runtime (cudart) 14753 cuda_cudart 1478 CUDA Toolkit 1438 cuda_cudart/LICENSE.txt 3809 12.3.101 3870   23f6ef558bb954dea3ef5b378c3ad28e1da93080890bd8bf1a18a75ae2ee605d 5816 16395f8fd1eb591459897975c244d5fb 5817 linux-ppc64le 1434 cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-12.3.101-archive.tar.xz 10384 1068376
5818,58 blake3-NLe7G5SqTBpPgajESjcg5YN64mOOpF/CpklheScS6oI= 58 CUDA Runtime (cudart) 14753 cuda_cudart 1478 CUDA Toolkit 1438 cuda_cudart/LICENSE.txt 3809 12.3.101 3870   310a71bc9c92d6e61eeddf3489cc195519665fbfaca16c618b03da0ac5ea9f7d 5818 92f4e20c900ce5a6ef368bf28bae842e 5819 windows-x86_64 1442 cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.3.101-archive.zip 10383 2463054
5820,58 blake3-NLe7G5SqTBpPgajESjcg5YN64mOOpF/CpklheScS6oI= 58 CUDA Runtime (cudart) 14753 cuda_cudart 1478 CUDA Toolkit 1438 cuda_cudart/LICENSE.txt 3809 12.3.101 3870   131e62c60ba979f6870687db99a7537482f6df445915789d2a4799dc4e898b66 5820 7e7175d5ca2e379062306b9779a2c990 5821 linux-sbsa 1436 cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.3.101-archive.tar.xz 10382 1078280
5822,58 blake3-NLe7G5SqTBpPgajESjcg5YN64mOOpF/CpklheScS6oI= 58 CUDA Runtime (cudart) 14753 cuda_cudart 1478 CUDA Toolkit 1438 cuda_cudart/LICENSE.txt 3809 12.3.101 3870   e37d478d1e7a10490d55fb87a5ef379a18c648f3010e1d3687c4298ddc3e9e19 5822 4468b80ed363109753937f5367ed1dc1 5823 linux-x86_64 1432 cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.3.101-archive.tar.xz 10385 1088388

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