home / sidx_000

CudaComponent

11 rows where version = 2767

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: name, platform

Link manifest name license_name license_path version sha256 md5 platform relative_path n_bytes
108,1520,1432 108 108 cuda_nvvp 1520 CUDA Toolkit 1438   11.7.101 2767 2908 2908 2909 2909 linux-x86_64 1432 cuda_nvvp/linux-x86_64/cuda_nvvp-linux-x86_64-11.7.101-archive.tar.xz 8109 117559820
108,1520,1434 108 108 cuda_nvvp 1520 CUDA Toolkit 1438   11.7.101 2767 2910 2910 2911 2911 linux-ppc64le 1434 cuda_nvvp/linux-ppc64le/cuda_nvvp-linux-ppc64le-11.7.101-archive.tar.xz 8111 117016948
108,1520,1442 108 108 cuda_nvvp 1520 CUDA Toolkit 1438   11.7.101 2767 2912 2912 2913 2913 windows-x86_64 1442 cuda_nvvp/windows-x86_64/cuda_nvvp-windows-x86_64-11.7.101-archive.zip 8107 120353825
108,1588,1432 108 108 cuda_cupti 1588 CUDA Toolkit 1438   11.7.101 2767 3050 3050 3051 3051 linux-x86_64 1432 cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.7.101-archive.tar.xz 8053 16923928
108,1588,1434 108 108 cuda_cupti 1588 CUDA Toolkit 1438   11.7.101 2767 3046 3046 3047 3047 linux-ppc64le 1434 cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.7.101-archive.tar.xz 8059 8661172
108,1588,1436 108 108 cuda_cupti 1588 CUDA Toolkit 1438   11.7.101 2767 3048 3048 3049 3049 linux-sbsa 1436 cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.7.101-archive.tar.xz 8055 8506536
108,1588,1442 108 108 cuda_cupti 1588 CUDA Toolkit 1438   11.7.101 2767 3044 3044 3045 3045 windows-x86_64 1442 cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.7.101-archive.zip 8057 11548637
108,1595,1432 108 108 cuda_nvprof 1595 CUDA Toolkit 1438   11.7.101 2767 3108 3108 3109 3109 linux-x86_64 1432 cuda_nvprof/linux-x86_64/cuda_nvprof-linux-x86_64-11.7.101-archive.tar.xz 8231 1944168
108,1595,1434 108 108 cuda_nvprof 1595 CUDA Toolkit 1438   11.7.101 2767 3112 3112 3113 3113 linux-ppc64le 1434 cuda_nvprof/linux-ppc64le/cuda_nvprof-linux-ppc64le-11.7.101-archive.tar.xz 8233 1600192
108,1595,1436 108 108 cuda_nvprof 1595 CUDA Toolkit 1438   11.7.101 2767 3106 3106 3107 3107 linux-sbsa 1436 cuda_nvprof/linux-sbsa/cuda_nvprof-linux-sbsa-11.7.101-archive.tar.xz 8229 16144
108,1595,1442 108 108 cuda_nvprof 1595 CUDA Toolkit 1438   11.7.101 2767 3110 3110 3111 3111 windows-x86_64 1442 cuda_nvprof/windows-x86_64/cuda_nvprof-windows-x86_64-11.7.101-archive.zip 8227 1603321

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE CudaComponent(
    manifest INTEGER,
    name INTEGER, /* E.g. "cuda_nvcc"  */
    license_name INTEGER, /* E.g. "CUDA Toolkit" */
    license_path INTEGER, /* E.g. "cuda_cccl/LICENSE.txt" */
    version INTEGER, /* E.g. "12.8.90" */
    sha256 INTEGER,
    md5 INTEGER,
    platform INTEGER, /* E.g. "linux-x86_64" */
    /* E.g. "cuda_cccl/linux-x86_64/cuda_cccl-linux-x86_64-12.8.90-archive.tar.xz" */
    relative_path INTEGER,
    n_bytes INTEGER, /* May be a string in the JSON */
    PRIMARY KEY(manifest, name, platform),
    FOREIGN KEY(manifest) REFERENCES CudaManifest(id),
    FOREIGN KEY(name) REFERENCES Str(id),
    FOREIGN KEY(license_name) REFERENCES Str(id),
    FOREIGN KEY(license_path) REFERENCES Str(id),
    FOREIGN KEY(version) REFERENCES Str(id),
    FOREIGN KEY(sha256) REFERENCES Hash(id),
    FOREIGN KEY(md5) REFERENCES Hash(id),
    FOREIGN KEY(platform) REFERENCES Str(id),
    FOREIGN KEY(relative_path) REFERENCES Str(id)
);
Powered by Datasette · Queries took 64.833ms