Skip to content

Commit 0465d76

Browse files
committed
One missing change OMP to OMPTarget.
1 parent abde2d1 commit 0465d76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/QMCWaveFunctions/tests/test_DiracDeterminantBatched.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ using PsiValueType = QMCTraits::QTFull::ValueType;
4242
#if defined(ENABLE_CUDA)
4343
typedef DiracDeterminantBatched<MatrixDelayedUpdateCUDA<ValueType, QMCTraits::QTFull::ValueType>> DetType;
4444
#else
45-
typedef DiracDeterminantBatched<MatrixUpdateOMP<ValueType, QMCTraits::QTFull::ValueType>> DetType;
45+
typedef DiracDeterminantBatched<MatrixUpdateOMPTarget<ValueType, QMCTraits::QTFull::ValueType>> DetType;
4646
#endif
4747
#else
4848
typedef DiracDeterminantBatched<> DetType;

0 commit comments

Comments
 (0)