fix typo again (curLocation2)
This commit is contained in:
Родитель
7636c93674
Коммит
1e1d437143
|
@ -32,7 +32,7 @@
|
|||
#define DISPATCH_MATRIX_ON_FLAG(MatrixPointerToCheck, MatrixPointerToSetFlag, CPUDense, GPUDense, CPUSparse, GPUSparse) \
|
||||
{ \
|
||||
CurrentDataLocation curLocation = (MatrixPointerToCheck)->GetCurrentMatrixLocation(); \
|
||||
if (curLocation2 == CurrentDataLocation::GPU || curLocation2 == CurrentDataLocation::BOTH) \
|
||||
if (curLocation == CurrentDataLocation::GPU || curLocation == CurrentDataLocation::BOTH) \
|
||||
{ \
|
||||
if ((MatrixPointerToCheck)->GetMatrixType() != MatrixType::SPARSE) \
|
||||
{ \
|
||||
|
|
Загрузка…
Ссылка в новой задаче