home / sidx

CudaArtifact

5 rows where pname = 2942 and version = 3240

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: n_bytes

platform 5

  • linux-x86_64 1
  • linux-ppc64le 1
  • linux-sbsa 1
  • windows-x86_64 1
  • linux-aarch64 1

pname 1

  • cuda_profiler_api · 5 ✖
Link manifest name pname license_name license_path version compat_tag sha256 md5 platform relative_path n_bytes
3868,120 blake3-7gYivRUl0YqDFLiWxhgGW8LfXKCpoLQdOwxxlLrJVmU= 120 CUDA Profiler API 19922 cuda_profiler_api 2942 CUDA Toolkit 1438   12.0.140 3240   48663707a6ea2cbf5468b4bd956c650afd5793f0a32f2f8f0775d0a731695495 3868 c02d36417d57de4311d410aa50597007 3869 linux-x86_64 1432 cuda_profiler_api/linux-x86_64/cuda_profiler_api-linux-x86_64-12.0.140-archive.tar.xz 9117 16048
3870,120 blake3-7gYivRUl0YqDFLiWxhgGW8LfXKCpoLQdOwxxlLrJVmU= 120 CUDA Profiler API 19922 cuda_profiler_api 2942 CUDA Toolkit 1438   12.0.140 3240   d181eedf77a91dc4dacec561c5735c957d07f8d7fcb69fa70fe35989c1398a82 3870 c6e5719d9aaf0668dae442d2d9ffd903 3871 linux-sbsa 1436 cuda_profiler_api/linux-sbsa/cuda_profiler_api-linux-sbsa-12.0.140-archive.tar.xz 9125 16044
3872,120 blake3-7gYivRUl0YqDFLiWxhgGW8LfXKCpoLQdOwxxlLrJVmU= 120 CUDA Profiler API 19922 cuda_profiler_api 2942 CUDA Toolkit 1438   12.0.140 3240   303405e4184be2cee7ecfbbb3744e33288bcb82f9191f33a58961ee33b53c4f6 3872 16a4627384b03b417cd134528ce6269c 3873 windows-x86_64 1442 cuda_profiler_api/windows-x86_64/cuda_profiler_api-windows-x86_64-12.0.140-archive.zip 9119 20085
3874,120 blake3-7gYivRUl0YqDFLiWxhgGW8LfXKCpoLQdOwxxlLrJVmU= 120 CUDA Profiler API 19922 cuda_profiler_api 2942 CUDA Toolkit 1438   12.0.140 3240   047a0d78f2253b1026f4afffc3540d5e26b2315841a5e97cc7346abdf87a8359 3874 a587551ecc7be7c7dd54b33caf1c4846 3875 linux-aarch64 2893 cuda_profiler_api/linux-aarch64/cuda_profiler_api-linux-aarch64-12.0.140-archive.tar.xz 9121 16048
3876,120 blake3-7gYivRUl0YqDFLiWxhgGW8LfXKCpoLQdOwxxlLrJVmU= 120 CUDA Profiler API 19922 cuda_profiler_api 2942 CUDA Toolkit 1438   12.0.140 3240   599e7a9d9cc937fd52775545c9d234bbbd0c361632fe16ce5764edb89740d053 3876 04b5e051a56a319ec3f4c96619135e95 3877 linux-ppc64le 1434 cuda_profiler_api/linux-ppc64le/cuda_profiler_api-linux-ppc64le-12.0.140-archive.tar.xz 9123 16048

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