aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/test/cxx11_tensor_block_access.cpp
Commit message (Expand)AuthorAge
* Tensor block evaluation cost modelGravatar Eugene Zhulenev2019-12-18
* Remove V2 suffix from TensorBlockGravatar Eugene Zhulenev2019-12-10
* Remove TensorBlock.h and old TensorBlock/BlockMapperGravatar Eugene Zhulenev2019-12-10
* Remove legacy block evaluation supportGravatar Eugene Zhulenev2019-11-12
* Fix cxx11_tensor_{block_access, reduction} testsGravatar Eugene Zhulenev2018-10-25
* Check if it's allowed to squueze inner dimensions in TensorBlockIOGravatar Eugene Zhulenev2018-10-15
* Fix compilation of tiled evaluation code with c++03Gravatar Eugene Zhulenev2018-09-11
* Merge with upstream eigen/defaultGravatar Eugene Zhulenev2018-08-27
|\
| * Make unit test C++03 compatibleGravatar Christoph Hertzberg2018-08-25
| * Hide "maybe uninitialized" warning on gccGravatar Christoph Hertzberg2018-08-24
| * Fix several integer conversion and sign-compare warningsGravatar Christoph Hertzberg2018-08-24
| * Updated one more line of code to avoid making the test dependent on cxx11 fea...Gravatar Benoit Steiner2018-08-17
| * Removed more dependencies on cxx11.Gravatar Benoit Steiner2018-08-17
| * Avoid using the auto keyword to make the tensor block access test more portableGravatar Benoit Steiner2018-08-16
| * Removed dependencies on cxx11 language features from the tensor_block_access ...Gravatar Benoit Steiner2018-08-15
| * Made the tensor_block_access test compile againGravatar Benoit Steiner2018-08-14
* | Add block evaluationto CwiseUnaryOp and add PreferBlockAccess enum to all eva...Gravatar Eugene Zhulenev2018-08-10
|/
* Rename Index to StorageIndex + use Eigen::Array and Eigen::Map when possibleGravatar Eugene Zhulenev2018-07-27
* Add tiled evaluation support to TensorExecutorGravatar Eugene Zhulenev2018-07-25
* TensorBlockIOGravatar Eugene Zhulenev2018-07-23
* Initial support of TensorBlockGravatar Eugene Zhulenev2018-07-20