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