CudaArtifact
564 rows where platform = 2893
This data as json, CSV (advanced)
Suggested facets: license_name
pname >30
- cuda_cuxxfilt 19
- libcusolver 19
- cuda_nvtx 19
- cuda_cccl 19
- libcusparse 19
- cuda_cudart 19
- libcufile 19
- cuda_nvml_dev 19
- cuda_nvrtc 19
- cuda_sanitizer_api 19
- libnpp 19
- cuda_nvcc 19
- nsight_compute 19
- libcublas 19
- cuda_cuobjdump 19
- cuda_nvdisasm 19
- libcurand 19
- nvidia_fs 19
- cuda_nvprune 19
- libcufft 19
- cuda_documentation 19
- cuda_gdb 19
- cuda_cupti 19
- cuda_compat 19
- cuda_profiler_api 19
- libcudla 19
- libnvjitlink 18
- cudnn 17
- libnvjpeg 14
- libnvfatbin 11
- …
platform 1
- linux-aarch64 · 564 ✖
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);