home / sidx

CudaArtifact

3 rows where manifest = 58 and pname = 1595

✎ View and edit SQL

This data as json, CSV (advanced)

platform 3

  • linux-x86_64 1
  • linux-ppc64le 1
  • windows-x86_64 1

pname 1

  • cuda_nvprof · 3 ✖
Link manifest name pname license_name license_path version compat_tag sha256 md5 platform relative_path n_bytes
5774,58 blake3-NLe7G5SqTBpPgajESjcg5YN64mOOpF/CpklheScS6oI= 58 CUDA nvprof 14797 cuda_nvprof 1595 CUDA Toolkit 1438 cuda_nvprof/LICENSE.txt 3808 12.3.101 3870   00a0a569a7cf56c7aefdfb70a4f9b9e75ef861f1e18b233ef557e9d00481ce53 5774 013eb78294db5f16c2ee0110b0add032 5775 linux-x86_64 1432 cuda_nvprof/linux-x86_64/cuda_nvprof-linux-x86_64-12.3.101-archive.tar.xz 10421 2442448
5776,58 blake3-NLe7G5SqTBpPgajESjcg5YN64mOOpF/CpklheScS6oI= 58 CUDA nvprof 14797 cuda_nvprof 1595 CUDA Toolkit 1438 cuda_nvprof/LICENSE.txt 3808 12.3.101 3870   0db875a38e947c038a7e67059d3b61863de751e36e2fa83c9f69aeac77b0b49d 5776 f88d8cd79056574e325954a9bb685bae 5777 linux-ppc64le 1434 cuda_nvprof/linux-ppc64le/cuda_nvprof-linux-ppc64le-12.3.101-archive.tar.xz 10420 2119636
5778,58 blake3-NLe7G5SqTBpPgajESjcg5YN64mOOpF/CpklheScS6oI= 58 CUDA nvprof 14797 cuda_nvprof 1595 CUDA Toolkit 1438 cuda_nvprof/LICENSE.txt 3808 12.3.101 3870   3abf2993dad74a981b5ea3405cdd0c5173ab848cbbd0a5ea140b04ae9fdf4baa 5778 d8a34da67a0694c1166360312a8a4a03 5779 windows-x86_64 1442 cuda_nvprof/windows-x86_64/cuda_nvprof-windows-x86_64-12.3.101-archive.zip 10419 1700921

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