powered by
Returns the number of available Vulkan-capable GPU devices.
ggml_vulkan_device_count()
Integer count of Vulkan devices (0 if Vulkan not available)
# \donttest{ if (ggml_vulkan_available()) { ggml_vulkan_device_count() } # }
Run the code above in your browser using DataLab