-
Notifications
You must be signed in to change notification settings - Fork 684
Open
Open
Feature
Copy link
Labels
module: armIssues related to arm backendIssues related to arm backendmodule: vulkanIssues related to the Vulkan delegate and code under backends/vulkan/Issues related to the Vulkan delegate and code under backends/vulkan/
Description
🚀 The feature, motivation and pitch
Description
Currently, setup logic for Vulkan and Baremetal/Ethos backends is done via the same script examples/arm/setup.sh
. This creates unnecessary coupling between unrelated hardware backends.
For example, users working with Ethos-U may encounter Vulkan-specific configuration or code paths that are not relevant to their use case — and vice versa. This can lead to confusion, bloated dependencies, and tighter coupling in the backend setup code.
Proposal
Refactor the backend setup to isolate Vulkan and Baremetal/Ethos configurations into separate files or modules.
Source of this feature request: #12397
Alternatives
No response
Additional context
No response
RFC (Optional)
No response
Metadata
Metadata
Assignees
Labels
module: armIssues related to arm backendIssues related to arm backendmodule: vulkanIssues related to the Vulkan delegate and code under backends/vulkan/Issues related to the Vulkan delegate and code under backends/vulkan/
Type
Projects
Status
Backlog