mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Fixed a couple of compilation warnings.
This commit is contained in:
@@ -345,7 +345,7 @@ template <typename Self, typename Op, typename Device>
|
|||||||
struct InnerReducer {
|
struct InnerReducer {
|
||||||
static const bool HasOptimizedImplementation = false;
|
static const bool HasOptimizedImplementation = false;
|
||||||
|
|
||||||
static void run(const Self&, Op&, const Device&, typename Self::CoeffReturnType*, typename Self::Index, typename Self::Index) {
|
EIGEN_DEVICE_FUNC static void run(const Self&, Op&, const Device&, typename Self::CoeffReturnType*, typename Self::Index, typename Self::Index) {
|
||||||
eigen_assert(false && "Not implemented");
|
eigen_assert(false && "Not implemented");
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
@@ -355,7 +355,7 @@ template <typename Self, typename Op, typename Device>
|
|||||||
struct OuterReducer {
|
struct OuterReducer {
|
||||||
static const bool HasOptimizedImplementation = false;
|
static const bool HasOptimizedImplementation = false;
|
||||||
|
|
||||||
static void run(const Self&, Op&, const Device&, typename Self::CoeffReturnType*, typename Self::Index, typename Self::Index) {
|
EIGEN_DEVICE_FUNC static void run(const Self&, Op&, const Device&, typename Self::CoeffReturnType*, typename Self::Index, typename Self::Index) {
|
||||||
eigen_assert(false && "Not implemented");
|
eigen_assert(false && "Not implemented");
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user