aboutsummaryrefslogtreecommitdiffstats
path: root/eval/src/tests/instruction/generic_join
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-092-2/+2
|
* Update Verizon Media copyright notices.gjoranv2021-10-072-2/+2
|
* all scalars must be doubleHåvard Pettersen2021-03-041-3/+5
| | | | and all operation results must be at least float
* send result type as first arg to all make_instruction methodsArne Juul2021-03-041-1/+2
|
* use CellTypeUtils::list_types to loop over possible cell types in testsArne Juul2021-03-031-6/+4
|
* use SmallVector in GenericJoinArne Juul2021-03-011-6/+6
|
* adjust param repo add options and remove seq_biasHåvard Pettersen2021-02-051-4/+4
| | | | GenSpec is now implicitly convertible to TensorSpec
* Merge pull request #16347 from vespa-engine/arnej/genspec-review-followupArne H Juul2021-02-031-4/+8
|\ | | | | followup on GenSpec after review
| * followup on GenSpec after reviewArne Juul2021-02-021-4/+8
| | | | | | | | | | | | * avoid changing layouts in-place, call cpy() first * do cells_float() vs cells_double() more equally * minor cosmetic fixes
* | Use noexcept specifier for simple lambdas.Tor Egge2021-02-021-1/+1
|/
* copy gen spec to avoid sticky changesHåvard Pettersen2021-02-011-4/+4
|
* use GenSpec in generic_join_testArne Juul2021-02-011-37/+33
|
* also test index forwarding of empty indexHåvard Pettersen2021-01-151-1/+2
|
* forward index when joining a mixed tensor with a dense oneHåvard Pettersen2021-01-141-1/+3
|
* remove immediate APIArne Juul2020-12-031-21/+0
|
* move reference operations to a common placeArne Juul2020-11-251-19/+3
| | | | | | | * lift reference implementations from unit tests * write a reference TensorCreate implementation * use these from unit tests * some minor cosmetic changes with structured bindings
* add unit tests with FastValueBuilderFactory alsoArne Juul2020-10-221-15/+6
|
* test immediate formsArne Juul2020-10-191-0/+22
|
* allow interpreted function to use new generic operationsHåvard Pettersen2020-10-121-2/+2
| | | | update conformance test to also test with SimpleValue and FastValue
* fast value to enable inlined sparse operationsHåvard Pettersen2020-10-071-1/+14
| | | | | | | use full overlap sparse join as initial test of full inlining. also improve simple sparse map performance by pre-calculating string hashes and using hash values for equality checks.
* implement reference join without using SimpleTensorEngineHåvard Pettersen2020-09-281-8/+27
|
* move generic join into its own filesArne Juul2020-09-242-0/+128