summaryrefslogtreecommitdiffstats
path: root/eval
Commit message (Expand)AuthorAgeFilesLines
* 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 calcu...Geir Storli2022-11-253-0/+24
* 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
* 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
* 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
* Merge pull request #24102 from vespa-engine/balder/avoid-pulling-in-small-vec...Henning Baldersheim2022-09-1910-12/+19
|\
| * Avoid including smallvector in arrayref, then it is included 'everywhere'.Henning Baldersheim2022-09-1610-12/+19
* | Drop support for llvm versions < 11.Tor Egge2022-09-181-14/+0
* | Fedora 37 has llvm 15.Tor Egge2022-09-181-24/+23
|/
* experiment with simple instruction-level profilingHåvard Pettersen2022-09-013-13/+62
* Fix forward declaration of ValueBuilderFactory.Tor Egge2022-07-053-3/+3
* optimize singledim sparse lookupHåvard Pettersen2022-06-179-7/+188
* enable making string handles directly from numbersHåvard Pettersen2022-06-161-3/+1
* Merge pull request #22945 from vespa-engine/havardpe/full-reduce-count-is-cel...Henning Baldersheim2022-06-092-2/+12
|\
| * full reduce with COUNT aggregator is cell countHåvard Pettersen2022-06-072-2/+12
* | 112 mixed dot product optimizationHåvard Pettersen2022-06-079-4/+399
|/
* Let ImportedAttributesRepo return a reference to a shared_ptr instead of a sh...Henning Baldersheim2022-06-031-1/+1
* Move the ValueBuilder stuff from value.h to value_builder_factory.h as that i...Henning Baldersheim2022-06-0221-149/+171
* Merge pull request #22869 from vespa-engine/balder/dynamic_cast-2-static_castHenning Baldersheim2022-06-022-7/+1
|\
| * Use static_cast instead of dynamic_castHenning Baldersheim2022-06-022-7/+1
* | - Move code from .hpp to .cpp file as it is only used in one place.Henning Baldersheim2022-06-022-123/+119
|/
* Avoid pulling in stringfmt.h in by moving code to .cpp file.Henning Baldersheim2022-05-3115-61/+46
* Use std::to_chars to make a string out of a 64 bit number.Henning Baldersheim2022-05-311-2/+3
* avoid inlining of costly constructorHenning Baldersheim2022-05-262-3/+5
* fix undefined behavior in eval unit testsHåvard Pettersen2022-05-257-14/+18
* Fold staging_vespalib into vespalibHenning Baldersheim2022-05-201-1/+0
* Track changes to onnxruntime API.Tor Egge2022-04-031-0/+4
* Reduce exposure of SymbolTable, Stash and other classes not necessary for use...Henning Baldersheim2022-03-101-0/+1
* drop stderr since error results now come on stdoutHåvard Pettersen2022-03-071-5/+5
* use stdout for 'error' resultHåvard Pettersen2022-03-071-2/+2
* gc old process codeHåvard Pettersen2022-03-054-100/+14
* parse true and false as constant values (1.0/0.0)Håvard Pettersen2022-03-042-0/+9
* Add include to get declaration of std::thread (eval).Tor Egge2022-02-271-0/+1
* Remove inlining warnings (eval).Tor Egge2022-02-2613-1/+42
* Avoid compiler warning about dangling pointer to unnamed temporary.Tor Egge2022-02-251-0/+6