home / sidx

CudaArtifact

3 rows where pname = 1595 and version = 3854

✎ 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
5548,111 blake3-bDYproKRzhSdo9dw/77gKmaC5ZBGL1lp62yCSxe8X74= 111 CUDA nvprof 14797 cuda_nvprof 1595 CUDA Toolkit 1438 cuda_nvprof/LICENSE.txt 3808 12.3.52 3854   b4683cee4e0837e19d22a93d2b944a740de4837049ab4f7a4ac97f35a554c3b9 5548 7ed9fe37b9fd3b84a24c4fcc04e500b8 5549 linux-x86_64 1432 cuda_nvprof/linux-x86_64/cuda_nvprof-linux-x86_64-12.3.52-archive.tar.xz 10291 2441540
5550,111 blake3-bDYproKRzhSdo9dw/77gKmaC5ZBGL1lp62yCSxe8X74= 111 CUDA nvprof 14797 cuda_nvprof 1595 CUDA Toolkit 1438 cuda_nvprof/LICENSE.txt 3808 12.3.52 3854   4b82430be0be570dfbe9fb0b3aa316b413757444f7b7a36fb70de81b58cb61c3 5550 d5bd756383bda6676c9c1e41793bd948 5551 windows-x86_64 1442 cuda_nvprof/windows-x86_64/cuda_nvprof-windows-x86_64-12.3.52-archive.zip 10290 1700913
5552,111 blake3-bDYproKRzhSdo9dw/77gKmaC5ZBGL1lp62yCSxe8X74= 111 CUDA nvprof 14797 cuda_nvprof 1595 CUDA Toolkit 1438 cuda_nvprof/LICENSE.txt 3808 12.3.52 3854   38c9c81e0913cbce002d094b504c5c94418b8968cf951a3764919439957e5894 5552 af1ea66babdfe389194447e65b4885b7 5553 linux-ppc64le 1434 cuda_nvprof/linux-ppc64le/cuda_nvprof-linux-ppc64le-12.3.52-archive.tar.xz 10292 2120596

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