Skip to content

Commit adc417c

Browse files
authored
Merge pull request #2782 from ye-luo/rename-omptarget
One missing change OMP to OMPTarget
2 parents abde2d1 + 0465d76 commit adc417c

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)