powered by
Returns a human-readable description of the specified Vulkan device.
ggml_vulkan_device_description(device = 0L)
Character string with device description
Device index (0-based)
# \donttest{ if (ggml_vulkan_available() && ggml_vulkan_device_count() > 0) { ggml_vulkan_device_description(0) } # }
Run the code above in your browser using DataLab