aboutsummaryrefslogtreecommitdiffstats
path: root/eval/src/tests/instruction
Commit message (Collapse)AuthorAgeFilesLines
* enable nested ctf meta datahavardpe/enable-nested-ctf-meta-dataHåvard Pettersen2023-11-133-25/+31
|
* detect unpack bits in more casesHåvard Pettersen2023-11-091-39/+70
| | | | | - with multiple dimensions - inside map_subspaces
* Update copyrightJon Bratseth2023-10-0994-94/+94
|
* improve testing by verifying corner casesHåvard Pettersen2023-09-121-28/+43
|
* handle 'distinct' and 'single' flags using templatesHåvard Pettersen2023-09-082-79/+81
|
* also test with trivial dimensionsHåvard Pettersen2023-09-071-0/+2
|
* handle expanding reduceHåvard Pettersen2023-09-071-2/+70
| | | | more testing of corner cases
* Merge pull request #28413 from ↵Henning Baldersheim2023-09-061-39/+45
|\ | | | | | | | | vespa-engine/havardpe/avoid-making-new-value-index detect not having to make a new value index
| * detect not having to make a new value indexHåvard Pettersen2023-09-051-39/+45
| | | | | | | | | | | | - more benchmarking - drop expression descriptions - inline sparse plan execution
* | Avoid operator<=> (libc++ std::vector limitation).Tor Egge2023-09-042-3/+7
|/
* benchmark universal dot product vs other optionsHåvard Pettersen2023-09-011-1/+257
|
* added universal dot productHåvard Pettersen2023-08-292-0/+98
| | | | note that optimization is not yet active in production
* dense join reduce planHåvard Pettersen2023-08-252-0/+110
| | | | | added ValueType::stride_of added nested_loop support for three parallel loops
* sparse join reduce planHåvard Pettersen2023-08-232-0/+214
|
* add MixedL2Distance optimizerArne Juul2023-06-282-0/+88
|
* Eliminate inline warning in dense multi matmul function unit test.Tor Egge2023-06-061-2/+2
|
* Deinline LhsRhs destructor.Tor Egge2022-10-171-0/+3
|
* mapped lookupHåvard Pettersen2022-10-112-0/+135
| | | | | | | | - change how stride works with gen specs to allow better control over how mapped tensors overlap (avoid always overlapping via label "0") - extend eval fixture verify functionality by adding a function that takes param specs directly to verify a single specific case.
* simple join count optimizationHåvard Pettersen2022-09-292-0/+79
|
* optimize singledim sparse lookupHåvard Pettersen2022-06-173-7/+75
|
* Merge pull request #22945 from ↵Henning Baldersheim2022-06-091-1/+1
|\ | | | | | | | | vespa-engine/havardpe/full-reduce-count-is-cellcount full reduce with COUNT aggregator is cell count
| * full reduce with COUNT aggregator is cell countHåvard Pettersen2022-06-071-1/+1
| |
* | 112 mixed dot product optimizationHåvard Pettersen2022-06-073-2/+101
|/
* Avoid compiler warning about dangling pointer to unnamed temporary.Tor Egge2022-02-251-0/+6
|
* fix typoHåvard Pettersen2021-12-221-1/+1
|
* sparse 112 dot productHåvard Pettersen2021-12-212-0/+97
|
* optimize squared euclidean distance between tensorsHåvard Pettersen2021-12-062-0/+106
|
* Update 2020 Oath copyrights.gjoranv2021-10-272-2/+2
|
* Update 2019 Oath copyrights.gjoranv2021-10-274-4/+4
|
* Add missiung copyrightsJon Bratseth2021-10-201-0/+1
|
* Update Verizon Media copyright notices.gjoranv2021-10-0747-47/+47
|
* Update 2018 copyright notices.gjoranv2021-10-0710-10/+10
|
* Update 2017 copyright notices.gjoranv2021-10-077-7/+7
|
* update copyrightHåvard Pettersen2021-09-302-2/+2
|
* fix test after reviewHåvard Pettersen2021-09-301-11/+18
|
* best similarity functionHåvard Pettersen2021-09-303-2/+157
|
* make compatible_types internalArne H Juul2021-09-241-1/+1
|
* simplifyArne H Juul2021-09-241-70/+11
|
* add unit testArne H Juul2021-09-242-0/+159
|
* optimize additional variantsHåvard Pettersen2021-06-291-14/+23
|
* unpack bits functionHåvard Pettersen2021-06-282-0/+96
|
* inplace -> primary_is_mutableArne Juul2021-04-071-4/+5
|
* add optimization for join between bfloat16 tensor and numberArne Juul2021-04-061-4/+5
|
* use list_stable_types and list_unstable_typesArne Juul2021-03-264-8/+8
|
* test unstable cell types for JoinWithNumberFunctionArne Juul2021-03-231-0/+2
|
* handle new cell types in optimizer testsArne Juul2021-03-233-10/+15
|
* test drive new frameworksArne Juul2021-03-222-69/+56
|
* gtest should use SCOPED_TRACEArne Juul2021-03-221-3/+3
|
* Merge pull request #17071 from ↵Arne H Juul2021-03-193-159/+194
|\ | | | | | | | | vespa-engine/arnej/rewrite_mixed_simple_join_function_test Arnej/rewrite mixed simple join function test
| * check inplace with different result typeArne Juul2021-03-191-0/+1
| |