TianyuLi0
TianyuLi0
Use stash and pre-allocated memory to store tick_buf index, so timer_expire can find expire tick_buf index with hash function without walk through all tick_buf. Addtional overhead introduced to timer start...
**Output of 'strings libarm_compute.so | grep arm_compute_version':** arm_compute_version=v24.04 Build options: {'Werror': '1', 'build_dir': '//acl/build', 'debug': '0', 'neon': '1', 'opencl': '0', 'os': 'linux', 'openmp': '1', 'cppthreads': '0', 'arch': 'armv8.2-a', 'multi_isa': '1',...
Fix build on Arm due to internal source not accessible. Change decord requirement to platform depended.