CudaArtifact
1,083 rows where platform = 1436
This data as json, CSV (advanced)
Suggested facets: license_name, compat_tag
pname >30
- cudnn 64
- cudnn_samples 34
- nvidia_driver 33
- cuda_cuxxfilt 33
- libnvjpeg 33
- libcusolver 33
- cuda_nvtx 33
- cuda_cccl 33
- libcusparse 33
- cuda_cudart 33
- cuda_nvml_dev 33
- cuda_nvrtc 33
- cuda_sanitizer_api 33
- libnpp 33
- cuda_nvcc 33
- nsight_compute 33
- libcublas 33
- cuda_cuobjdump 33
- cuda_nvdisasm 33
- libcurand 33
- cuda_nvprune 33
- libcufft 33
- cuda_documentation 33
- nsight_systems 33
- cuda_gdb 33
- cuda_cupti 33
- fabricmanager 24
- libnvidia_nscq 23
- cuda_profiler_api 22
- libnvjitlink 21
- …
platform 1
- linux-sbsa · 1,083 ✖
Advanced export
JSON shape: default, array, newline-delimited, object
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);