Skip to content

Commit daa09a4

Browse files
committed
Fixed CUDA warning and restored Matrix5d inversion on GPU.
1 parent 4fc3872 commit daa09a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Eigen/src/Core/products/GeneralBlockPanelKernel.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1312,6 +1312,7 @@ struct lhs_process_one_packet
13121312
{
13131313
typedef typename GEBPTraits::RhsPacketx4 RhsPacketx4;
13141314

1315+
EIGEN_DEVICE_FUNC
13151316
EIGEN_STRONG_INLINE void peeled_kc_onestep(Index K, const LhsScalar* blA, const RhsScalar* blB, GEBPTraits traits, LhsPacket *A0, RhsPacketx4 *rhs_panel, RhsPacket *T0, AccPacket *C0, AccPacket *C1, AccPacket *C2, AccPacket *C3)
13161317
{
13171318
EIGEN_ASM_COMMENT("begin step of gebp micro kernel 1X4");
@@ -1328,6 +1329,7 @@ struct lhs_process_one_packet
13281329
EIGEN_ASM_COMMENT("end step of gebp micro kernel 1X4");
13291330
}
13301331

1332+
EIGEN_DEVICE_FUNC
13311333
EIGEN_STRONG_INLINE void operator()(
13321334
const DataMapper& res, const LhsScalar* blockA, const RhsScalar* blockB, ResScalar alpha,
13331335
Index peelStart, Index peelEnd, Index strideA, Index strideB, Index offsetA, Index offsetB,

0 commit comments

Comments
 (0)