powered by
Releases resources associated with the Vulkan backend.
ggml_vulkan_free(backend)
NULL (invisible)
Vulkan backend pointer from ggml_vulkan_init()
# \donttest{ if (ggml_vulkan_available() && ggml_vulkan_device_count() > 0) { backend <- ggml_vulkan_init(0) ggml_vulkan_free(backend) } # }
Run the code above in your browser using DataLab