peyer

Results 23 comments of peyer

I have captured all infomation like below ![image](https://user-images.githubusercontent.com/19945545/147729694-3269c3a9-03ce-4c11-80c1-d5045bdc65bd.png) 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...