mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-12 11:49:02 +08:00
Fixed a compilation warning generated by clang
This commit is contained in:
parent
81f9e968fd
commit
ebdacfc5ea
@ -51,9 +51,9 @@ template<typename XprType> class TensorForcedEvalOp;
|
|||||||
template<typename ExpressionType, typename DeviceType> class TensorDevice;
|
template<typename ExpressionType, typename DeviceType> class TensorDevice;
|
||||||
template<typename Derived, typename Device> struct TensorEvaluator;
|
template<typename Derived, typename Device> struct TensorEvaluator;
|
||||||
|
|
||||||
class DefaultDevice;
|
struct DefaultDevice;
|
||||||
class ThreadPoolDevice;
|
struct ThreadPoolDevice;
|
||||||
class GpuDevice;
|
struct GpuDevice;
|
||||||
|
|
||||||
namespace internal {
|
namespace internal {
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user