| commit | fcd257039b7fba59d3c968f62c7e7d0f37cbaf3b | [log] [tgz] |
|---|---|---|
| author | Benoit Steiner <benoit.steiner.goog@gmail.com> | Wed Feb 01 15:30:49 2017 -0800 |
| committer | Benoit Steiner <benoit.steiner.goog@gmail.com> | Wed Feb 01 15:30:49 2017 -0800 |
| tree | 61b794d5bc08c906b6645e17d8064dfe87d50596 | |
| parent | 84090027c49638cdc0025ef1baba1855bcbcd858 [diff] |
Replaced EIGEN_DEVICE_FUNC template<foo> with template<foo> EIGEN_DEVICE_FUNC to make the code compile with nvcc8.
Eigen is a C++ template library for linear algebra: matrices, vectors, numerical solvers, and related algorithms.
For more information go to http://eigen.tuxfamily.org/.