Opened 11 years ago

Closed 11 years ago

#2770 closed defect (fixed)

Vectorize calls with more than 1 unknown dimension or more than 1 unknown call argument

Reported by: Martin Sjölund Owned by: Martin Sjölund
Priority: high Milestone: 1.9.1
Component: Frontend Version: trunk
Keywords: Cc:

Description

Currently, we support call vectorization only if one of the following holds:

  • All dimensions have known sizes
  • There is only 1 unknown dimension and 1 unknown call argument

We should handle any given call using regular Modelica code with the addition of threaded array reductions (which exist in the front-end, but not code generation yet).

Change History (2)

comment:1 by Martin Sjölund, 11 years ago

Owner: changed from somebody to Martin Sjölund
Status: newaccepted

comment:2 by Martin Sjölund, 11 years ago

Resolution: fixed
Status: acceptedclosed

Fixed in r21740.

Note: See TracTickets for help on using tickets.