tvm icon indicating copy to clipboard operation
tvm copied to clipboard

Added bit-serial operators for AArch64

Open TBucher23 opened this issue 1 year ago • 0 comments

The current implementation does not support bit-serial operators for AArch64 processor architecture. I added the functions in the folder python/tvm/topi/arm_cpu and adjusted the functions bitserial_conv2d_strategy_arm_cpu and schedule_bitserial_dense_arm_cpu in the folder python/tvm/relay/op/strategy to call the appropriate functions according to the target processor.

TBucher23 avatar Sep 14 '24 16:09 TBucher23