Output of 'strings libarm_compute.so | grep arm_compute_version':
Platform: rock-5b , opencl2.0
Operating System: ubuntu
Problem description: I wanna compare the speed between winograd and im2Col+gemm in opencl .But I found the result of winorgrad is incorrect. (The right part)
When the BATCH_SIZE = 512, it happend !!!
the winograd code:
` CLScheduler::get().default_init();
Output of 'strings libarm_compute.so | grep arm_compute_version':
Platform: rock-5b , opencl2.0
Operating System: ubuntu
Problem description: I wanna compare the speed between winograd and im2Col+gemm in opencl .But I found the result of winorgrad is incorrect. (The right part)
When the BATCH_SIZE = 512, it happend !!!
the winograd code: ` CLScheduler::get().default_init();
the im2Col code: ` CLScheduler::get().default_init();