home / sidx

CudaArtifact

4 rows where manifest = 122 and pname = 1437

✎ View and edit SQL

This data as json, CSV (advanced)

platform 4

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

pname 1

  • cuda_cuxxfilt · 4 ✖
Link manifest name pname license_name license_path version compat_tag sha256 md5 platform relative_path n_bytes
2538,122 blake3-I4bNac+DOwW06X7/F6kA2ESf/85EHtdiJSj2b2Frb4Q= 122 CUDA cuxxfilt (demangler) 14809 cuda_cuxxfilt 1437 CUDA Toolkit 1438   11.6.124 2494   3233b1dc13802701821a2cdebdcee5908ae03c63f457b8574ae1798c75245375 2538 cbef12e45924009f5a6160fcc438fe42 2539 linux-x86_64 1432 cuda_cuxxfilt/linux-x86_64/cuda_cuxxfilt-linux-x86_64-11.6.124-archive.tar.xz 7720 185732
2540,122 blake3-I4bNac+DOwW06X7/F6kA2ESf/85EHtdiJSj2b2Frb4Q= 122 CUDA cuxxfilt (demangler) 14809 cuda_cuxxfilt 1437 CUDA Toolkit 1438   11.6.124 2494   89aea00186991c56d4acc6e9ced0f3e8d9eeca991c8fc1fbc6db1ffc8be17f36 2540 7f9874d247e48d29778e2750be23b1f1 2541 linux-sbsa 1436 cuda_cuxxfilt/linux-sbsa/cuda_cuxxfilt-linux-sbsa-11.6.124-archive.tar.xz 7722 172524
2542,122 blake3-I4bNac+DOwW06X7/F6kA2ESf/85EHtdiJSj2b2Frb4Q= 122 CUDA cuxxfilt (demangler) 14809 cuda_cuxxfilt 1437 CUDA Toolkit 1438   11.6.124 2494   b1e3ce998310240e60355e75aa3ad6b166fda5cae2c9e59573691f3f6b125ed8 2542 2941018da652cbdb255c644532d00e50 2543 windows-x86_64 1442 cuda_cuxxfilt/windows-x86_64/cuda_cuxxfilt-windows-x86_64-11.6.124-archive.zip 7718 168845
2544,122 blake3-I4bNac+DOwW06X7/F6kA2ESf/85EHtdiJSj2b2Frb4Q= 122 CUDA cuxxfilt (demangler) 14809 cuda_cuxxfilt 1437 CUDA Toolkit 1438   11.6.124 2494   1f9d5f7093b6738452bc8311ce6fb13b9a59ede1c6f5476166237a3338002cc4 2544 4dddd337619ee17921f1562a7d98b7d1 2545 linux-ppc64le 1434 cuda_cuxxfilt/linux-ppc64le/cuda_cuxxfilt-linux-ppc64le-11.6.124-archive.tar.xz 7716 182032

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