| ggml_vulkan_list_devices | R Documentation |
Returns detailed information about all available Vulkan devices.
ggml_vulkan_list_devices()
List of device information (index, name, memory)
if (ggml_vulkan_available() && ggml_vulkan_device_count() > 0) {
devices <- ggml_vulkan_list_devices()
print(devices)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.