home / sidx

CudaArtifact

3 rows where pname = 1595 and version = 3061

✎ 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
3672,113 blake3-9o/5bc1nwIFO7qRQQ76utAw/rQNw0m1QeBhh44okEio= 113 CUDA nvprof 14797 cuda_nvprof 1595 CUDA Toolkit 1438   12.0.90 3061   e3313459ff03f17836fc43e53fa7bc1d3ba4079e6089c48ac9d91009c762f196 3672 a2f267cd8a511191e3690a22ac95299a 3673 linux-x86_64 1432 cuda_nvprof/linux-x86_64/cuda_nvprof-linux-x86_64-12.0.90-archive.tar.xz 8635 1964632
3674,113 blake3-9o/5bc1nwIFO7qRQQ76utAw/rQNw0m1QeBhh44okEio= 113 CUDA nvprof 14797 cuda_nvprof 1595 CUDA Toolkit 1438   12.0.90 3061   b1067e82bbf4ce592fd94c8b654d91a72e5b70c2ec407348ce7f7cf462acd6a4 3674 8e52f284df19ed42c8593608ee9daa9a 3675 linux-ppc64le 1434 cuda_nvprof/linux-ppc64le/cuda_nvprof-linux-ppc64le-12.0.90-archive.tar.xz 8631 1613276
3676,113 blake3-9o/5bc1nwIFO7qRQQ76utAw/rQNw0m1QeBhh44okEio= 113 CUDA nvprof 14797 cuda_nvprof 1595 CUDA Toolkit 1438   12.0.90 3061   d509046b6670105bc11a6a31e412a07c7ceb2f76f5248d1d5699be1544dc6221 3676 e1795d1a90cfe134abbc47c8f79556f1 3677 windows-x86_64 1442 cuda_nvprof/windows-x86_64/cuda_nvprof-windows-x86_64-12.0.90-archive.zip 8633 1601545

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