Hello,
Q1- Neutron N3.2 introduces dedicated hardware features to efficiently support modern GenAI workloads including Language Models (LLMs), Vision Transformers (ViTs), and transformer-derived operators." It further notes: "Vision Transformers do not require dynamic shapes, and thus integrate naturally into the existing Neutron converter pipeline. Their support is primarily enabled through the extended operator set and improved quantization options (still under development).
Q2- Yes, unsupported ops fall back to CPU automatically
Q3- All tensor quantization must be INT8, not float32. BatchMatMul on Neutron only operates on quantized INT8 tensors
Q4- Upgrade to the latest BSP + SDK 3.2.2 for best transformer operator coverage
Q5- It is correct, that is the recommended path to follow
Q6- There are no public end-to-end DETR examples yet.
Regards.