ethos-n-driver-stack icon indicating copy to clipboard operation
ethos-n-driver-stack copied to clipboard

Driver stack (including user space libraries, kernel module and firmware) for the Arm® Ethos™-N NPU

Results 4 ethos-n-driver-stack issues
Sort by recently updated
recently updated
newest added

CalculateMetric() created string formatting of debug data. This function is called in the inner loop of the compilation of networks so this is very costly. The debug data is used...

When the ethosn driver is unloaded the function is ethosn_set_power_ctrl is called from ethosn_device_release. The problem is that ethosn_device_release is called after ethosn_pdev_remove. When ethosn_pdev_remove is done the kernel considers...

Hello, I am interested in running several networks on arm Ethos NPU and check its power usage on android device. However, I couldn't find a mobile device that has Ethos...

Hello @AndrzejKurek, In [CreateIdentityMcePart](https://github.com/ARM-software/ethos-n-driver-stack/blob/6834c826022ce0cc9c9f9569865336088a553b87/driver/support_library/src/NetworkToGraphOfPartsConverter.cpp#L34), the part is set as a `DEPTHWISE_CONVOLUTION` https://github.com/ARM-software/ethos-n-driver-stack/blob/6834c826022ce0cc9c9f9569865336088a553b87/driver/support_library/src/NetworkToGraphOfPartsConverter.cpp#L57 but at the same time the part is not explicitly setting the `m_IsChannelSelector` as false, but instead conditioned...