home / sidx

CudaArtifact

5 rows where pname = 1558 and version = 3240

✎ 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

  • cuda_nvprune · 5 ✖
Link manifest name pname license_name license_path version compat_tag sha256 md5 platform relative_path n_bytes
3958,120 blake3-7gYivRUl0YqDFLiWxhgGW8LfXKCpoLQdOwxxlLrJVmU= 120 CUDA nvprune 14788 cuda_nvprune 1558 CUDA Toolkit 1438   12.0.140 3240   cbd65b9b9e9c6b25b4ec7537d8e318c209826244b0d448dac3a5249069b35d61 3958 117e73f57dbd89f4777bedbd8a1aaf12 3959 linux-aarch64 2893 cuda_nvprune/linux-aarch64/cuda_nvprune-linux-aarch64-12.0.140-archive.tar.xz 8963 48368
3960,120 blake3-7gYivRUl0YqDFLiWxhgGW8LfXKCpoLQdOwxxlLrJVmU= 120 CUDA nvprune 14788 cuda_nvprune 1558 CUDA Toolkit 1438   12.0.140 3240   c8c5b05b8ddf84718c16ebd49076b7759dfac7f8e8118cd25f9b53db9f142ccf 3960 54c8d5a5c66798a1f015d88490d0bc6a 3961 linux-ppc64le 1434 cuda_nvprune/linux-ppc64le/cuda_nvprune-linux-ppc64le-12.0.140-archive.tar.xz 8967 57044
3962,120 blake3-7gYivRUl0YqDFLiWxhgGW8LfXKCpoLQdOwxxlLrJVmU= 120 CUDA nvprune 14788 cuda_nvprune 1558 CUDA Toolkit 1438   12.0.140 3240   6ffa51a5e0b2977302204b218337900948b1662e596617a5947e520ff4cf3662 3962 9e0895e3a15a8654e4d5b5f4749c1445 3963 linux-x86_64 1432 cuda_nvprune/linux-x86_64/cuda_nvprune-linux-x86_64-12.0.140-archive.tar.xz 8965 56364
3964,120 blake3-7gYivRUl0YqDFLiWxhgGW8LfXKCpoLQdOwxxlLrJVmU= 120 CUDA nvprune 14788 cuda_nvprune 1558 CUDA Toolkit 1438   12.0.140 3240   38583e2894b3ccb9231a5396d17b0a7484662f50b22cfa3da788f9fe4b8f4e7c 3964 ff47e44fa4e14bd97d1bf61b58e73c42 3965 linux-sbsa 1436 cuda_nvprune/linux-sbsa/cuda_nvprune-linux-sbsa-12.0.140-archive.tar.xz 8969 48380
3966,120 blake3-7gYivRUl0YqDFLiWxhgGW8LfXKCpoLQdOwxxlLrJVmU= 120 CUDA nvprune 14788 cuda_nvprune 1558 CUDA Toolkit 1438   12.0.140 3240   812a98986560898885d0bf404d2c885019af7cf07c76a91198ee3e63c983eea9 3966 317154c8f87e3244ebf84f5eee673f05 3967 windows-x86_64 1442 cuda_nvprune/windows-x86_64/cuda_nvprune-windows-x86_64-12.0.140-archive.zip 8971 145970

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