| Commit message (Collapse) | Author | Age |
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Alias Eigen::array to std::array when compiling with Visual Studio 2015
|
|
|
|
| |
std::array isn't available.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
compiling with nvcc and avx enabled leads to many issues.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
All the vectorization is now defined in the tensor evaluators. This will make it possible to relialably support devices with different packet types in the same compilation unit.
|
|
|
|
| |
std::numeric_limits to make the tensor min and max functors more CUDA friendly.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
claim to be.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
unsigned integers. Make the cxx11_tensor_uint128.cpp test work in both cases.
|
| |
|
| |
|
|
|
|
| |
compilers support them.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
GPUs.
Restricted the testing of the random number generation code to GPU architecture greater than or equal to 3.5.
|
| |
|
|
|
|
| |
support it.
|
|\
| |
| |
| |
| |
| | |
Add infinity() support to numext::numeric_limits, use it in lgamma.
I tested the code on my gtx-titan-black gpu, and it appears to work as expected.
|
| | |
|