| cuda_ml_runtime_audit | R Documentation |
Performs an explicit deep integrity check. It recomputes the hashes recorded when the requested backend was installed and validates native registration, loading the backend temporarily when needed. For the complete downloaded backend, it also validates the managed-runtime dependency closure.
cuda_ml_runtime_audit(device = c("gpu", "cpu"))
device |
Backend to audit: the complete |
Use cuda_ml_backend_info() for routine, read-only inspection. That
function performs only fast cache and inventory checks and does not load
native code. Ordinary runtime reuse likewise performs only fast marker,
inventory, size, and link checks.
Invisibly returns TRUE.
cuda_ml_backend_info()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.