eigen/unsupported/Eigen/CXX11
Deven Desai 603e213d13 Fixing a CUDA / P100 regression introduced by PR 181
PR 181 ( https://gitlab.com/libeigen/eigen/-/merge_requests/181 ) adds `__launch_bounds__(1024)` attribute to GPU kernels, that did not have that attribute explicitly specified.

That PR seems to cause regressions on the CUDA platform. This PR/commit makes the changes in PR 181, to be applicable for HIP only
2020-08-20 00:29:57 +00:00
..
src Fixing a CUDA / P100 regression introduced by PR 181 2020-08-20 00:29:57 +00:00
CMakeLists.txt
Tensor Remove V2 suffix from TensorBlock 2019-12-10 15:40:23 -08:00
TensorSymmetry
ThreadPool