home / sidx

CudaArtifact

4 rows where manifest = 55 and pname = 2942

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: n_bytes

platform 4

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

pname 1

  • cuda_profiler_api · 4 ✖
Link manifest name pname license_name license_path version compat_tag sha256 md5 platform relative_path n_bytes
7200,55 blake3-A4hv+uU2jCN8luq0nXnqFDfOUnHxnOXLMrZfZVF4dZ4= 55 CUDA Profiler API 19922 cuda_profiler_api 2942 CUDA Toolkit 1438 cuda_profiler_api/LICENSE.txt 3770 12.6.37 3962   11795a3d7fe0ce551aa1ccaaa363b6581f363de8648d8d1b0221c77a6abb4906 7200 443337cfc10f5abe9a6a35e52f86238b 7201 linux-x86_64 1432 cuda_profiler_api/linux-x86_64/cuda_profiler_api-linux-x86_64-12.6.37-archive.tar.xz 11144 16184
7202,55 blake3-A4hv+uU2jCN8luq0nXnqFDfOUnHxnOXLMrZfZVF4dZ4= 55 CUDA Profiler API 19922 cuda_profiler_api 2942 CUDA Toolkit 1438 cuda_profiler_api/LICENSE.txt 3770 12.6.37 3962   75f6477808e2685eafded60334d1f1d25ab410b84d285303f8486ed3812cdfb1 7202 185956bcbc7ce765cac2d0d986276741 7203 linux-sbsa 1436 cuda_profiler_api/linux-sbsa/cuda_profiler_api-linux-sbsa-12.6.37-archive.tar.xz 11142 16184
7204,55 blake3-A4hv+uU2jCN8luq0nXnqFDfOUnHxnOXLMrZfZVF4dZ4= 55 CUDA Profiler API 19922 cuda_profiler_api 2942 CUDA Toolkit 1438 cuda_profiler_api/LICENSE.txt 3770 12.6.37 3962   4755d260fb95d029f1cbe050a2b881beaf1a0cc2d004f431d7559c40299c3484 7204 d1c59886f99430271031f93f1fada4fe 7205 windows-x86_64 1442 cuda_profiler_api/windows-x86_64/cuda_profiler_api-windows-x86_64-12.6.37-archive.zip 11141 20222
7206,55 blake3-A4hv+uU2jCN8luq0nXnqFDfOUnHxnOXLMrZfZVF4dZ4= 55 CUDA Profiler API 19922 cuda_profiler_api 2942 CUDA Toolkit 1438 cuda_profiler_api/LICENSE.txt 3770 12.6.37 3962   f347b67749067c3815821e1fbe6b2aff50f82ac4c97d53a54c575142b117afac 7206 a0133a431055a4e3ec5ecb75f6cfcc61 7207 linux-aarch64 2893 cuda_profiler_api/linux-aarch64/cuda_profiler_api-linux-aarch64-12.6.37-archive.tar.xz 11143 16168

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