ThanhN
New Contributor
7 months agoEltwise_mult with broadcasting on FPGA
Hi,
I am using FPGA AI suite 2025.1 & OpenVINO 2024.6.0 with DE10-Agilex dev kit. In ".arch" files provided , such as AGX7_Performance.arch, I see "enable_eltwise_mult : true". But it seems not supporting broadcasting.
What I want is to perform an element-wise multiplication between two tensors of shapes [1, 1, H, W] and [1, C, H, W], resulting in an output of shape [1, C, H, W], and have this operation executed on the FPGA.
I'm wondering if there's a way to do this, or if I'm missing something. I'd appreciate any help
Bests.
Hi,
May I know if you have any other queries?