Hi @anijain2305,
Both Arm and non-arm machines will use the same `fixed_point_multiply` relay operator, which will have an injective schedule associated with it, calling into `tvm.tir.fixed_point_multiply()`. The only difference is how the `tvm.tir.fixed_point_multiply()` is implemented. On non-arm machines it will follow the same logic previously used, while for arm-machines (specifically AArch64 machines) it will be implemented through arm intrinsics. --- [Visit Topic](https://discuss.tvm.ai/t/rfc-using-arm-intrinsics-to-implement-fixed-point-multiplication-in-tvm/7150/3) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click here](https://discuss.tvm.ai/email/unsubscribe/acbb444adc7717cf5b7d7508bdc0988eb830b9671867542dcdbf9970dae44af1).