summaryrefslogtreecommitdiffstats
path: root/eval
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #28376 from vespa-engine/balder/minor-cleanupHenning Baldersheim2023-09-042-28/+57
|\ | | | | Unify and modernize code and layout
| * Better namingHenning Baldersheim2023-09-041-9/+9
| |
| * Probe with optimize as in production.Henning Baldersheim2023-09-041-5/+3
| |
| * Keep oneliners for free functions.Henning Baldersheim2023-09-041-8/+4
| |
| * Report memory usage back when probing types.Henning Baldersheim2023-09-041-13/+48
| |
| * Unify and modernize code and layoutHenning Baldersheim2023-09-041-16/+16
| |
* | Avoid operator<=> (libc++ std::vector limitation).Tor Egge2023-09-042-3/+7
|/
* benchmark universal dot product vs other optionsHåvard Pettersen2023-09-018-25/+336
|
* added universal dot productHåvard Pettersen2023-08-299-1/+250
| | | | note that optimization is not yet active in production
* Merge pull request #28156 from vespa-engine/havardpe/dense-join-reduce-planArne H Juul2023-08-2811-25/+372
|\ | | | | dense join reduce plan
| * dense join reduce planHåvard Pettersen2023-08-2511-25/+372
| | | | | | | | | | added ValueType::stride_of added nested_loop support for three parallel loops
* | Merge pull request #28122 from vespa-engine/arnej/onnx-1-15-1Arne H Juul2023-08-281-1/+1
|\ \ | |/ |/| use onnxruntime version 1.15.1
| * use onnxruntime version 1.15.1Arne Juul2023-08-231-1/+1
| |
* | added insert_subspace to fast valueHåvard Pettersen2023-08-242-0/+82
| |
* | sparse join reduce planHåvard Pettersen2023-08-237-0/+437
|/
* use common inlined code for low-level dot productsHåvard Pettersen2023-08-146-81/+44
|
* Add information about the incorrect spec causing the error.Henning Baldersheim2023-08-031-1/+3
|
* - Pack data closer to let config fit in 2 cache lines instead of 4.Henning Baldersheim2023-07-271-10/+10
| | | | | - Avoid plt indirection and allow more inlining of frequently called code. - Reapplication of #27646
* Revert "- Pack data closer to let config fit in 2 cache lines instead of 4."Tor Egge2023-07-141-10/+10
|
* Merge pull request #27655 from ↵Tor Egge2023-07-107-35/+101
|\ | | | | | | | | vespa-engine/arnej/defensive-constant-tensor-loader Arnej/defensive constant tensor loader
| * allow integer labels for literal format, but add strict checking ofArne Juul2023-07-067-35/+101
| | | | | | | | addresses to avoid crashing into asserts in CreateValueFromTensorSpec
* | Revert "Add DenseValuesDecoder constructor (needed by AppleClang)."Tor Egge2023-07-101-5/+0
| |
* | Add DenseValuesDecoder constructor (needed by AppleClang).Tor Egge2023-07-061-0/+5
| |
* | - Pack data closer to let config fit in 2 cache lines instead of 4.Henning Baldersheim2023-07-061-10/+10
|/ | | | - Avoid plt indirection and allow more inlining of frequently called code.
* handle even more JSON formats for tensorsArne Juul2023-07-036-22/+145
|
* style fixesArne Juul2023-06-291-12/+12
|
* add MixedL2Distance optimizerArne Juul2023-06-287-1/+245
|
* Eliminate inline warning in dense multi matmul function unit test.Tor Egge2023-06-062-2/+4
|
* allow array of numbers at top level; unit test short-short formsArne Juul2023-05-196-14/+18
|
* allow short-form JSON for 1-d constantsArne Juul2023-05-164-12/+101
|
* Move FastValueView to separate files.Tor Egge2023-02-232-11/+25
|
* Add noexcept and some constexprHenning Baldersheim2023-02-111-23/+23
|
* Deinline the double nested core loopHenning Baldersheim2023-02-111-3/+6
|
* Add noexcept to move constructors and deinline destructor.Henning Baldersheim2023-02-014-25/+45
|
* remove some whitespace at end of linesArne Juul2023-01-228-12/+12
|
* Add noexcept to copy/assign, and reorder for better alignment for size.Henning Baldersheim2023-01-211-11/+11
|
* Change from typedef to using in misc C++ code.Geir Storli2022-12-214-5/+5
|
* Remove stacksize from the thread pools and thread executors.Henning Baldersheim2022-12-201-3/+3
|
* session.GetOutputName is deprecatedArne Juul2022-12-021-21/+8
|
* Support mixed tensor attribute with 2 dimensions when creating distance ↵Geir Storli2022-11-253-0/+24
| | | | calculator.
* Just use get_const_double_value to generate keyHenning Baldersheim2022-11-2113-63/+41
|
* Separate where you nede an actual hash, and where you want the string hashed ↵Henning Baldersheim2022-11-206-16/+14
| | | | to a double.
* 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-1115-51/+435
| | | | | | | | - 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.
* Adjust SimpleJoinCount constructor argument type.Tor Egge2022-10-051-1/+1
|
* simple join count optimizationHåvard Pettersen2022-09-297-0/+202
|
* Remove unused variables.Tor Egge2022-09-231-14/+0
|
* use more conceptsHåvard Pettersen2022-09-211-1/+1
|