ggml_vulkan_device_description: Get Vulkan device description

View source: R/vulkan.R

ggml_vulkan_device_descriptionR Documentation

Get Vulkan device description

Description

Returns a human-readable description of the specified Vulkan device.

Usage

ggml_vulkan_device_description(device = 0L)

Arguments

device

Device index (0-based)

Value

Character string with device description

Examples


if (ggml_vulkan_available() && ggml_vulkan_device_count() > 0) {
  ggml_vulkan_device_description(0)
}


ggmlR documentation built on July 14, 2026, 1:08 a.m.