Benoit Steiner
|
ab3f481141
|
Cleaned up the code and make it compile with more compilers
|
2018-08-14 14:05:46 -07:00 |
|
Benoit Steiner
|
59bba77ead
|
Fixed compilation errors with gcc 4.7 and 4.8
|
2018-08-14 10:54:48 -07:00 |
|
Benoit Steiner
|
3810ec228f
|
Don't use the auto keyword since it's not always supported properly.
|
2018-08-13 10:46:09 -07:00 |
|
Benoit Steiner
|
e6d5be811d
|
Fixed syntax of nested templates chevrons to make it compatible with c++97 mode.
|
2018-08-13 10:29:21 -07:00 |
|
Benoit Steiner
|
4be4286224
|
Made the code compile with gcc 5.4.
|
2018-08-10 11:32:58 -07:00 |
|
Mehdi Goli
|
532a0be05c
|
Fixing compiler warning in TensorBlock.h as it was creating a lot of noise at compilation.
|
2018-08-08 12:12:26 +01:00 |
|
Benoit Steiner
|
10d286f55b
|
Silenced a couple of compilation warnings.
|
2018-08-06 16:00:29 -07:00 |
|
Eugene Zhulenev
|
966c2a7bb6
|
Rename Index to StorageIndex + use Eigen::Array and Eigen::Map when possible
|
2018-07-27 12:45:17 -07:00 |
|
Eugene Zhulenev
|
6913221c43
|
Add tiled evaluation support to TensorExecutor
|
2018-07-25 13:51:10 -07:00 |
|
Eugene Zhulenev
|
d55efa6f0f
|
TensorBlockIO
|
2018-07-23 15:50:55 -07:00 |
|
Eugene Zhulenev
|
34a75c3c5c
|
Initial support of TensorBlock
|
2018-07-20 17:37:20 -07:00 |
|