Add vulkan device list function.

This commit is contained in:
HidetoshiMatsuo 2025-05-13 14:19:45 +09:00
parent de30f9c23d
commit dac152cad4
4 changed files with 89 additions and 2 deletions

View file

@ -1,6 +1,9 @@
#![allow(clippy::uninlined_format_args)]
#![cfg_attr(test, feature(test))]
#[cfg(feature = "vulkan")]
pub mod vulkan;
mod common_logging;
mod error;
mod ggml_logging_hook;