peyer
peyer
I have captured all infomation like below  After loading module, I just use "asm volatile("mrs %0, pmccntr_el0" : "=r"(val));", which lead to illegal instruction. My board is Firefly-RK3399,
@jerinjacobk I also tried some other github project 1. https://github.com/thoughtpolice/enable_arm_pmu 2. https://github.com/XKCP/XKCP/blob/master/support/Kernel-PMU/enable_arm_pmu.c 3. https://ilinuxkernel.com/?p=1755 Unfortunately, I still could not access pmccntr_el0 in my application.
@jayle19930918 Not yet. I try to compare the first layer(Convolution) output between Caffe and MNN, while MNN has transformed the output that I could not make sure that whether it...