eigen/unsupported/Eigen/CXX11
Antonio Sanchez 17268b155d Add bit_cast for half/bfloat to/from uint16_t, fix TensorRandom
The existing `TensorRandom.h` implementation makes the assumption that
`half` (`bfloat16`) has a `uint16_t` member `x` (`value`), which is not
always true. This currently fails on arm64, where `x` has type `__fp16`.
Added `bit_cast` specializations to allow casting to/from `uint16_t`
for both `half` and `bfloat16`.  Also added tests in
`half_float`, `bfloat16_float`, and `cxx11_tensor_random` to catch
these errors in the future.
2020-11-18 20:32:35 +00:00
..
src Add bit_cast for half/bfloat to/from uint16_t, fix TensorRandom 2020-11-18 20:32:35 +00:00
CMakeLists.txt bug #1167: simplify installation of header files using cmake's install(DIRECTORY ...) command. 2016-08-29 10:59:37 +02:00
Tensor Remove V2 suffix from TensorBlock 2019-12-10 15:40:23 -08:00
TensorSymmetry bug #1596: fix inclusion of Eigen's header within unsupported modules. 2018-09-17 09:54:29 +02:00
ThreadPool ThreadLocal container that does not rely on thread local storage 2019-09-09 15:18:14 -07:00