home / sidx

CudaArtifact

6 rows where platform = 1434 and version = 14078

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: manifest, name, license_path, compat_tag, sha256, md5, relative_path, n_bytes

pname 2

  • cudnn 3
  • cudnn_samples 3

platform 1

  • linux-ppc64le · 6 ✖
Link manifest name pname license_name license_path version compat_tag sha256 md5 platform relative_path n_bytes
8813,8430 blake3-iKvsGTSncjzP/6VeyiiTWvTCwkTH1And93Wr+CxSSns= 8430 NVIDIA cuDNN samples 14353 cudnn_samples 13970 cudnn 13960 cudnn_samples/LICENSE.txt 14080 8.9.4.25 14078   11f634f9cb263d9b08fc9bab9a2b3b61d25ec88b863e4fc4f9c934d6eb518d87 8813 f14c26023b1d7204fd44335f30c8f023 8814 linux-ppc64le 1434 cudnn_samples/linux-ppc64le/cudnn_samples-linux-ppc64le-8.9.4.25_cuda12-archive.tar.xz 14081 1664584
8813,8434 blake3-vj2Mx5kiQkiFOOSXv2nPlDh9wxZmeEZRVRfBBYCWRlI= 8434 NVIDIA cuDNN samples 14353 cudnn_samples 13970 cudnn 13960 cudnn_samples/LICENSE.txt 14080 8.9.4.25 14078 cuda12 14377 11f634f9cb263d9b08fc9bab9a2b3b61d25ec88b863e4fc4f9c934d6eb518d87 8813 f14c26023b1d7204fd44335f30c8f023 8814 linux-ppc64le 1434 cudnn_samples/linux-ppc64le/cudnn_samples-linux-ppc64le-8.9.4.25_cuda12-archive.tar.xz 14081 1664584
8823,8430 blake3-iKvsGTSncjzP/6VeyiiTWvTCwkTH1And93Wr+CxSSns= 8430 NVIDIA CUDA Deep Neural Network library 14348 cudnn 13960 cudnn 13960 cudnn/LICENSE.txt 14084 8.9.4.25 14078   d5bf263f38e89fae62c4eb579bbc953d97b5bf300f91a3e6d6404df43b2641b6 8823 7962c8a3f1bd4767b1e9b82a62c88635 8824 linux-ppc64le 1434 cudnn/linux-ppc64le/cudnn-linux-ppc64le-8.9.4.25_cuda12-archive.tar.xz 14087 889813028
8823,8434 blake3-vj2Mx5kiQkiFOOSXv2nPlDh9wxZmeEZRVRfBBYCWRlI= 8434 NVIDIA CUDA Deep Neural Network library 14348 cudnn 13960 cudnn 13960 cudnn/LICENSE.txt 14084 8.9.4.25 14078 cuda12 14377 d5bf263f38e89fae62c4eb579bbc953d97b5bf300f91a3e6d6404df43b2641b6 8823 7962c8a3f1bd4767b1e9b82a62c88635 8824 linux-ppc64le 1434 cudnn/linux-ppc64le/cudnn-linux-ppc64le-8.9.4.25_cuda12-archive.tar.xz 14087 889813028
9209,8434 blake3-vj2Mx5kiQkiFOOSXv2nPlDh9wxZmeEZRVRfBBYCWRlI= 8434 NVIDIA cuDNN samples 14353 cudnn_samples 13970 cudnn 13960 cudnn_samples/LICENSE.txt 14080 8.9.4.25 14078 cuda11 14349 82e172e22f42f7ae02c3554203f658af7064014b017500da6181675242f93975 9209 75a7f64c0ea18d6c3811977fd79205d3 9210 linux-ppc64le 1434 cudnn_samples/linux-ppc64le/cudnn_samples-linux-ppc64le-8.9.4.25_cuda11-archive.tar.xz 14436 1665008
9217,8434 blake3-vj2Mx5kiQkiFOOSXv2nPlDh9wxZmeEZRVRfBBYCWRlI= 8434 NVIDIA CUDA Deep Neural Network library 14348 cudnn 13960 cudnn 13960 cudnn/LICENSE.txt 14084 8.9.4.25 14078 cuda11 14349 88309918adeef54c01261423242d5748f89320e1d61832e429fa4b7126c8c2ec 9217 f58bdd874e2996826808586824110f14 9218 linux-ppc64le 1434 cudnn/linux-ppc64le/cudnn-linux-ppc64le-8.9.4.25_cuda11-archive.tar.xz 14440 891127304

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