| ggml_vulkan_device_description | R Documentation |
Returns a human-readable description of the specified Vulkan device.
ggml_vulkan_device_description(device = 0L)
device |
Device index (0-based) |
Character string with device description
if (ggml_vulkan_available() && ggml_vulkan_device_count() > 0) {
ggml_vulkan_device_description(0)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.