Eugene Zhulenev
|
5d9a6686ed
|
Block evaluation for TensorGeneratorOp
|
2019-03-05 16:35:21 -08:00 |
|
Eugene Zhulenev
|
b95941e5c2
|
Add tiled evaluation for TensorForcedEvalOp
|
2019-03-04 16:02:22 -08:00 |
|
luz.paz"
|
f67b19a884
|
[PATCH 1/2] Misc. typos
From 68d431b4c14ad60a778ee93c1f59ecc4b931950e Mon Sep 17 00:00:00 2001
Found via `codespell -q 3 -I ../eigen-word-whitelist.txt` where the whitelists consists of:
```
als
ans
cas
dum
lastr
lowd
nd
overfl
pres
preverse
substraction
te
uint
whch
```
---
CMakeLists.txt | 26 +++++++++----------
Eigen/src/Core/GenericPacketMath.h | 2 +-
Eigen/src/SparseLU/SparseLU.h | 2 +-
bench/bench_norm.cpp | 2 +-
doc/HiPerformance.dox | 2 +-
doc/QuickStartGuide.dox | 2 +-
.../Eigen/CXX11/src/Tensor/TensorChipping.h | 6 ++---
.../Eigen/CXX11/src/Tensor/TensorDeviceGpu.h | 2 +-
.../src/Tensor/TensorForwardDeclarations.h | 4 +--
.../src/Tensor/TensorGpuHipCudaDefines.h | 2 +-
.../Eigen/CXX11/src/Tensor/TensorReduction.h | 2 +-
.../CXX11/src/Tensor/TensorReductionGpu.h | 2 +-
.../test/cxx11_tensor_concatenation.cpp | 2 +-
unsupported/test/cxx11_tensor_executor.cpp | 2 +-
14 files changed, 29 insertions(+), 29 deletions(-)
|
2018-09-18 04:15:01 -04:00 |
|
Eugene Zhulenev
|
719e438a20
|
Collapsed revision
* Split cxx11_tensor_executor test
* Register test parts with EIGEN_SUFFIXES
* Fix EIGEN_SUFFIXES in cxx11_tensor_executor test
|
2018-09-20 15:19:12 -07:00 |
|
Rasmus Munk Larsen
|
6313dde390
|
Fix merge error.
|
2018-09-13 16:42:05 -07:00 |
|
Rasmus Munk Larsen
|
0db590d22d
|
Backed out changeset 01197e44527941c95f9a63e4f60ab3a989f12cbe
|
2018-09-13 16:20:57 -07:00 |
|
Eugene Zhulenev
|
01197e4452
|
Fix warnings
|
2018-09-13 15:03:36 -07:00 |
|
Eugene Zhulenev
|
d138fe341d
|
Fis static_assert in test to conform c++11 standard
|
2018-09-11 17:23:18 -07:00 |
|
Eugene Zhulenev
|
f2209d06e4
|
Add block evaluationto CwiseUnaryOp and add PreferBlockAccess enum to all evaluators
|
2018-08-10 16:53:36 -07:00 |
|
Eugene Zhulenev
|
cfaedb38cd
|
Fix bug in a test + compilation errors
|
2018-08-09 09:44:07 -07:00 |
|
Eugene Zhulenev
|
83c0a16baf
|
Add block evaluation support to TensorOps
|
2018-07-31 15:56:31 -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 |
|