|
Mila
Deep Neural Network Library
|
Minimal Vulkan-based compute device for the Mila framework. More...
Classes | |
| class | Mila::Dnn::Compute::VulkanDevice |
| Class representing a Vulkan compute device instance. More... | |
Namespaces | |
| namespace | Mila |
| Mila main API namespace. | |
Minimal Vulkan-based compute device for the Mila framework.
This implementation provides a lightweight, cross-platform placeholder for a Vulkan compute device. It derives from ComputeDevice and exposes device identity and simple capability query methods. Platform-specific Vulkan integration (VkInstance, VkPhysicalDevice, VkDevice, etc.) is intentionally omitted to keep this file portable and buildable on hosts without Vulkan headers.