commit | c49f0d851ab77c9e4d782b453b4b0428bce903d3 | [log] [tgz] |
---|---|---|
author | Deven Desai <deven.desai.amd@gmail.com> | Tue Dec 10 22:14:05 2019 +0000 |
committer | Rasmus Munk Larsen <rmlarsen@google.com> | Tue Dec 10 22:14:05 2019 +0000 |
tree | f811ec085485e21a0e4c4dabe42c3f5a8fae25c7 | |
parent | 2918f85ba976dbfbf72f7d4c1961a577f5850148 [diff] |
Fix for HIP breakage detected on 191210 The following commit introduces compile errors when running eigen with hipcc https://gitlab.com/libeigen/eigen/commit/2918f85ba976dbfbf72f7d4c1961a577f5850148 hipcc errors out because it requies the device attribute on the methods within the TensorBlockV2ResourceRequirements struct instroduced by the commit above. The fix is to add the device attribute to those methods
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/.
For pull request, bug reports, and feature requests, go to https://gitlab.com/libeigen/eigen.