Add vulkan device list function.
This commit is contained in:
parent
de30f9c23d
commit
dac152cad4
4 changed files with 89 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue