summaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/dotproduct
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-092-2/+2
|
* Change from typedef to using in vespalib C++ code.Geir Storli2022-12-211-1/+1
|
* Add noexcept specifiers.Tor Egge2021-12-111-1/+1
|
* Update 2017 copyright notices.gjoranv2021-10-072-2/+2
|
* Avoid narrowing.Tor Egge2021-08-231-1/+1
|
* Remove unused variables.Tor Egge2021-08-231-0/+5
|
* Revert "Revert "When we pull in a cacheline, we should use it too.""Henning Baldersheim2020-06-081-1/+1
|
* Revert "When we pull in a cacheline, we should use it too."Harald Musum2020-06-081-1/+1
|
* - Stick to void * and byte offsets.Henning Baldersheim2020-06-071-1/+1
| | | | - Correct spelling error.
* Stick with one way of getting an accelrator.Henning Baldersheim2020-03-201-3/+3
|
* Use a common accelrator instance.Henning Baldersheim2020-03-191-1/+1
|
* Use main thread when only 1 thread.Henning Baldersheim2019-04-011-7/+11
|
* Make stride and numThreads workHenning Baldersheim2019-03-301-13/+17
|
* Add support for stride and number of threads.Henning Baldersheim2019-03-301-16/+30
|
* Update copyright headersJon Bratseth2017-06-142-2/+2
|
* Revert "Update copyright headers"Jon Bratseth2017-06-142-2/+2
|
* Update copyright headersJon Bratseth2017-06-142-2/+2
|
* Revert "Copyright header"Jon Bratseth2017-06-132-2/+2
|
* Copyright headerJon Bratseth2017-06-132-2/+2
|
* Checkpount for removing fastos from testsHenning Baldersheim2017-06-011-1/+1
|
* Add override in vespalib moduleHenning Baldersheim2017-04-041-3/+3
|
* Implement a default destructor to avoid the automatic inlining of large ↵Henning Baldersheim2017-03-081-41/+60
| | | | destructors.
* Ignore vespalib_dotproductbenchmark_appHenning Baldersheim2016-10-271-2/+1
|
* Move hwaccelrated library from staging_vespalib to vespalib (for usage in ↵Geir Storli2016-10-243-0/+202
tensor code).