home / sidx

CudaArtifact

4 rows where manifest = 123 and pname = 1595

✎ 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_nvprof · 4 ✖
Link manifest name pname license_name license_path version compat_tag sha256 md5 platform relative_path n_bytes
1598,123 blake3-IFWpnrJvCeOOG2emniWGQ1yMzoh2Zhl8aMaTg7rLBDw= 123 CUDA nvprof 14797 cuda_nvprof 1595 CUDA Toolkit 1438   11.4.120 1440   826b85be249e8a518f58b3fdaf36f52871e96e6fe0e86f7fc6facbc619405e81 1598 a25a3b9d2710e7e9f09492492fe09777 1599 windows-x86_64 1442 cuda_nvprof/windows-x86_64/cuda_nvprof-windows-x86_64-11.4.120-archive.zip 6129 1610917
1600,123 blake3-IFWpnrJvCeOOG2emniWGQ1yMzoh2Zhl8aMaTg7rLBDw= 123 CUDA nvprof 14797 cuda_nvprof 1595 CUDA Toolkit 1438   11.4.120 1440   398dd3c6f04b712f7ed0e70ee3d56ee04e0b9fa249cc0a655b9263a24dca7d8c 1600 e1e6ef34ffefaf4e9bc5d34f34777427 1601 linux-ppc64le 1434 cuda_nvprof/linux-ppc64le/cuda_nvprof-linux-ppc64le-11.4.120-archive.tar.xz 6131 1594396
1602,123 blake3-IFWpnrJvCeOOG2emniWGQ1yMzoh2Zhl8aMaTg7rLBDw= 123 CUDA nvprof 14797 cuda_nvprof 1595 CUDA Toolkit 1438   11.4.120 1440   bcf705c8f25f3423014b4182741e91676c4858b1b055a314911e24787a2d3129 1602 cc266f0a2c9e05ac34105fc084b54b9e 1603 linux-x86_64 1432 cuda_nvprof/linux-x86_64/cuda_nvprof-linux-x86_64-11.4.120-archive.tar.xz 6133 1938384
1604,123 blake3-IFWpnrJvCeOOG2emniWGQ1yMzoh2Zhl8aMaTg7rLBDw= 123 CUDA nvprof 14797 cuda_nvprof 1595 CUDA Toolkit 1438   11.4.120 1440   e87eceb2da015262ca57f7200c8ca96251dd11161afcdeea9a080fce06e90730 1604 95260289dd9f07abd0013b0b82c2aa79 1605 linux-sbsa 1436 cuda_nvprof/linux-sbsa/cuda_nvprof-linux-sbsa-11.4.120-archive.tar.xz 6135 16124

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