Closed koutheir closed 2 months ago
In most firmware, try "cat /proc/device-tree/compatible" to show the soc name. Just like, “rockchip,rk3576-evb1-v10rockchip,rk3576”
Thank you @zen-xingle! This works on my device, and with some parsing, might even be good enough to identify supported device features.
Future readers might find this documentation useful.
Is there a way to distinguish which NPU hardware is present on the system? This would allow selectively calling functions that are only supported on some models, e.g.,
rknn_set_core_mask
.