Learn R Programming

ggmlR (version 0.6.1)

ggml_vulkan_available: Check if Vulkan support is available

Description

Returns TRUE if the package was compiled with Vulkan support. To enable Vulkan, install libvulkan-dev and glslc, then reinstall ggmlR.

Usage

ggml_vulkan_available()

Arguments

Value

Logical indicating if Vulkan is available

Examples

Run this code
ggml_vulkan_available()

Run the code above in your browser using DataLab