aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/tensor/dense_tensor_store/dense_tensor_store_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* - Reduce peak memory usage for unit tests from 5G to 0.5G.Henning Baldersheim2023-10-271-7/+8
* Update copyrightJon Bratseth2023-10-091-1/+1
* Cap number of entries in a dense tensor store buffer to avoid veryTor Egge2023-06-261-0/+22
* Share code for loading and saving tensor attribute betweenTor Egge2022-10-071-3/+3
* Reduce alignment for small dense tensors.Tor Egge2021-12-091-1/+10
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* A swappable attribute will use a file backed memory allocator.Henning Baldersheim2021-08-121-4/+4
* Remove experimental use of mmap file allocator for dense tensor data.Geir Storli2021-03-261-4/+4
* Use mmap file allocator in dense tensor attribute if huge flag isTor Egge2021-02-151-1/+2
* move class to the only place it is usedArne Juul2020-12-101-1/+0
* getTensor with mutable view no longer neededArne Juul2020-12-031-3/+2
* use SimpleValue instead of EngineOrFactoryArne Juul2020-12-021-4/+4
* cleanup unused includeArne Juul2020-11-271-1/+0
* simplifyArne Juul2020-10-151-2/+1
* handle both engine- and factory-based tensorsArne Juul2020-10-151-13/+15
* avoid abstract value typesHåvard Pettersen2019-04-251-49/+0
* Rename "cluster" concept in buffer type to "array".Geir Storli2019-03-151-13/+13
* Enable dynamic cluster size in dense tensor store.Tor Egge2019-03-131-0/+20
* clean up tensor engine APIHåvard Pettersen2017-11-071-1/+1
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
* Copyright headerJon Bratseth2017-06-131-1/+1
* Checkpount for removing fastos from testsHenning Baldersheim2017-06-011-1/+0
* make stuff compile and testHaavard2017-01-231-5/+5
* Move tensor attribute to search::tensor namespace.Tor Egge2016-11-301-1/+1
* Add API for getting a dense tensor view from the store by pointing to the und...Geir Storli2016-11-021-0/+116