cuda_ml_backend_info: Report native-backend metadata

View source: R/runtime.R

cuda_ml_backend_infoR Documentation

Report native-backend metadata

Description

Performs cheap, read-only cache and inventory checks for routine inspection. It reports whether the selected backend cache is complete, but does not verify every recorded hash or native registration. It does not create or modify the cache, access the network, inspect an NVIDIA GPU or driver, or load native code.

Usage

cuda_ml_backend_info()

Details

Use cuda_ml_runtime_audit() when an explicit deep integrity check is needed. The audit recomputes recorded hashes, validates native registration, and, for the complete downloaded backend, validates the managed-runtime dependency closure.

Value

A named list describing the selected backend, pinned library versions, cache status, and CPU-only nvForest backend status.

See Also

cuda_ml_runtime_audit()


cuda.ml documentation built on Aug. 21, 2026, 9:14 a.m.