aboutsummaryrefslogtreecommitdiffstats
path: root/eval/src/vespa/eval/instruction/generic_concat.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Avoid including smallvector in arrayref, then it is included 'everywhere'.Henning Baldersheim2022-09-161-1/+1
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
* send result type as first arg to all make_instruction methodsArne Juul2021-03-041-1/+2
* use SmallVector in GenericConcatArne Juul2021-03-011-3/+3
* remove immediate APIArne Juul2020-12-031-5/+0
* add "immediate" forms for generic operations (temporary fallback)Arne Juul2020-10-191-0/+5
* cleanup after reviewArne Juul2020-10-081-1/+1
* do per-parameter resolving in a method and only keep the results we needArne Juul2020-10-081-5/+5
* do not merge concat dimension with any othersArne Juul2020-10-081-0/+1
* out_loop_cnt is not needed in the final planArne Juul2020-10-061-1/+0
* add generic_concat, with testArne Juul2020-10-051-0/+45