aboutsummaryrefslogtreecommitdiffstats
path: root/eval/src/tests
Commit message (Expand)AuthorAgeFilesLines
* Accelrated => AcceleratedHenning Baldersheim5 days1-2/+2
* accelrated => acceleratedHenning Baldersheim5 days1-1/+1
* hwaccelrated => hwacceleratedHenning Baldersheim5 days1-3/+3
* Add test for create_non_existing_attribute_valueHenning Baldersheim2024-04-251-0/+11
* Actually type production variant of TypedCellsHenning Baldersheim2024-04-251-100/+74
* Backport to clang 16.Tor Egge2024-03-022-16/+20
* Reapply "add parsing of special strings for inf/nan cell values"Arne Juul2023-12-142-0/+32
* Revert "add parsing of special strings for inf/nan cell values"Henning Baldersheim2023-12-132-32/+0
* handle JSON null as NaNArne Juul2023-12-112-2/+4
* add parsing of special strings for inf/nan cell valuesArne Juul2023-12-112-0/+30
* detect unpack bits in more casesHåvard Pettersen2023-11-091-39/+70
* handle and test recursive issues with interpreted functionsHåvard Pettersen2023-11-022-3/+28
* map_subspaces operationHåvard Pettersen2023-11-016-0/+245
* Add dimension memory cost too.Henning Baldersheim2023-10-241-6/+6
* Document memory footprint of vespalib:.eval::FastValueHenning Baldersheim2023-10-241-3/+27
* Update copyrightJon Bratseth2023-10-09207-207/+207
* 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
* Merge pull request #28413 from vespa-engine/havardpe/avoid-making-new-value-i...Henning Baldersheim2023-09-061-39/+45
|\
| * detect not having to make a new value indexHåvard Pettersen2023-09-051-39/+45
* | 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
* dense join reduce planHåvard Pettersen2023-08-254-20/+184
* added insert_subspace to fast valueHåvard Pettersen2023-08-241-0/+75
* sparse join reduce planHåvard Pettersen2023-08-232-0/+214
* allow integer labels for literal format, but add strict checking ofArne Juul2023-07-066-5/+11
* handle even more JSON formats for tensorsArne Juul2023-07-035-9/+55
* add MixedL2Distance optimizerArne Juul2023-06-282-0/+88
* Eliminate inline warning in dense multi matmul function unit test.Tor Egge2023-06-061-2/+2
* allow array of numbers at top level; unit test short-short formsArne Juul2023-05-195-2/+10
* allow short-form JSON for 1-d constantsArne Juul2023-05-163-0/+32
* remove some whitespace at end of linesArne Juul2023-01-221-2/+2
* Remove stacksize from the thread pools and thread executors.Henning Baldersheim2022-12-201-3/+3
* Support mixed tensor attribute with 2 dimensions when creating distance calcu...Geir Storli2022-11-251-0/+12
* Inlined namespace must be reopened as inlined.Tor Egge2022-10-201-1/+1
* Deinline LhsRhs destructor.Tor Egge2022-10-171-0/+3
* Avoid multiple definitions of struct Node in same namespaceTor Egge2022-10-171-1/+5
* mapped lookupHåvard Pettersen2022-10-115-47/+183
* simple join count optimizationHåvard Pettersen2022-09-292-0/+79
* Remove unused variables.Tor Egge2022-09-231-14/+0
* Avoid including smallvector in arrayref, then it is included 'everywhere'.Henning Baldersheim2022-09-161-1/+3
* optimize singledim sparse lookupHåvard Pettersen2022-06-173-7/+75
* Merge pull request #22945 from vespa-engine/havardpe/full-reduce-count-is-cel...Henning Baldersheim2022-06-091-1/+1
|\
| * 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 pulling in stringfmt.h in by moving code to .cpp file.Henning Baldersheim2022-05-313-0/+3
* fix undefined behavior in eval unit testsHåvard Pettersen2022-05-253-4/+4