| ggml_vulkan_backend_name | R Documentation |
Returns the name of the Vulkan backend (includes device info).
ggml_vulkan_backend_name(backend)
backend |
Vulkan backend pointer |
Character string with backend name
if (ggml_vulkan_available() && ggml_vulkan_device_count() > 0) {
backend <- ggml_vulkan_init(0)
print(ggml_vulkan_backend_name(backend))
ggml_vulkan_free(backend)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.