home / sidx_000

CudaComponent

11 rows where version = 2956

✎ 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
44,1520,1432 44 44 cuda_nvvp 1520 CUDA Toolkit 1438   11.8.87 2956 3256 3256 3257 3257 linux-x86_64 1432 cuda_nvvp/linux-x86_64/cuda_nvvp-linux-x86_64-11.8.87-archive.tar.xz 8282 117590868
44,1520,1434 44 44 cuda_nvvp 1520 CUDA Toolkit 1438   11.8.87 2956 3258 3258 3259 3259 linux-ppc64le 1434 cuda_nvvp/linux-ppc64le/cuda_nvvp-linux-ppc64le-11.8.87-archive.tar.xz 8284 117029624
44,1520,1442 44 44 cuda_nvvp 1520 CUDA Toolkit 1438   11.8.87 2956 3260 3260 3261 3261 windows-x86_64 1442 cuda_nvvp/windows-x86_64/cuda_nvvp-windows-x86_64-11.8.87-archive.zip 8286 120361858
44,1588,1432 44 44 cuda_cupti 1588 CUDA Toolkit 1438   11.8.87 2956 3224 3224 3225 3225 linux-x86_64 1432 cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.8.87-archive.tar.xz 8473 18049564
44,1588,1434 44 44 cuda_cupti 1588 CUDA Toolkit 1438   11.8.87 2956 3220 3220 3221 3221 linux-ppc64le 1434 cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.8.87-archive.tar.xz 8465 9535008
44,1588,1436 44 44 cuda_cupti 1588 CUDA Toolkit 1438   11.8.87 2956 3218 3218 3219 3219 linux-sbsa 1436 cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.8.87-archive.tar.xz 8469 9307904
44,1588,1442 44 44 cuda_cupti 1588 CUDA Toolkit 1438   11.8.87 2956 3222 3222 3223 3223 windows-x86_64 1442 cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.8.87-archive.zip 8471 13045751
44,1588,2893 44 44 cuda_cupti 1588 CUDA Toolkit 1438   11.8.87 2956 3216 3216 3217 3217 linux-aarch64 2893 cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-11.8.87-archive.tar.xz 8467 6976012
44,1595,1432 44 44 cuda_nvprof 1595 CUDA Toolkit 1438   11.8.87 2956 3296 3296 3297 3297 linux-x86_64 1432 cuda_nvprof/linux-x86_64/cuda_nvprof-linux-x86_64-11.8.87-archive.tar.xz 8338 1955928
44,1595,1434 44 44 cuda_nvprof 1595 CUDA Toolkit 1438   11.8.87 2956 3300 3300 3301 3301 linux-ppc64le 1434 cuda_nvprof/linux-ppc64le/cuda_nvprof-linux-ppc64le-11.8.87-archive.tar.xz 8340 1608680
44,1595,1442 44 44 cuda_nvprof 1595 CUDA Toolkit 1438   11.8.87 2956 3298 3298 3299 3299 windows-x86_64 1442 cuda_nvprof/windows-x86_64/cuda_nvprof-windows-x86_64-11.8.87-archive.zip 8336 1599731

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