Fix extra semicolon in DeviceWrapper

This commit is contained in:
Kevin 2025-03-07 01:07:23 +00:00 committed by Charles Schlosser
parent d28041ed5a
commit 43810fc1be

View File

@ -66,7 +66,7 @@ struct AssignmentWithDevice<DstXprType, Product<Lhs, Rhs, Options>, Functor, Dev
static EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void run(DstXprType& dst, const SrcXprType& src, const Functor& func,
Device&) {
Base::run(dst, src, func);
};
}
};
// specialization for coeffcient-wise assignment