CudaArtifact
154 rows where manifest = 114
This data as json, CSV (advanced)
Suggested facets: license_name, version
pname >30
- cuda_cuxxfilt 5
- libcusolver 5
- cuda_nvtx 5
- cuda_cccl 5
- libcusparse 5
- cuda_cudart 5
- cuda_nvml_dev 5
- cuda_nvrtc 5
- cuda_sanitizer_api 5
- libnpp 5
- cuda_nvcc 5
- nsight_compute 5
- libcublas 5
- cuda_cuobjdump 5
- cuda_nvdisasm 5
- libcurand 5
- cuda_nvprune 5
- libcufft 5
- cuda_documentation 5
- cuda_cupti 5
- cuda_profiler_api 5
- libnvvm_samples 5
- libnvjitlink 5
- libnvjpeg 4
- nsight_systems 4
- cuda_gdb 4
- nvidia_driver 3
- cuda_nvvp 3
- cuda_nvprof 3
- cuda_demo_suite 2
- …
platform 5
- linux-x86_64 36
- windows-x86_64 31
- linux-ppc64le 30
- linux-sbsa 29
- linux-aarch64 28
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);