Canonicalize GEMV input LLVM types to make them a function of the GEMV config
Otherwise two GEMVs with superficially different input types (e.g. [5,1] vs. [1,5]) in the same HLO module can cause us to create malformed LLVM IR. PiperOrigin-RevId: 233681022
Loading
Please sign in to comment