Skip to content

Commit 3c86d0b

Browse files
committed
Add blas_connector.cpp definition
1 parent 2aa4524 commit 3c86d0b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

source/module_base/blas_connector.cpp

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#ifndef BLAS_CONNECTOR_CPP
2+
#define BLAS_CONNECTOR_CPP
13
#include "blas_connector.h"
24

35
#ifdef __DSP
@@ -531,4 +533,6 @@ void BlasConnector::copy(const long n, const std::complex<double> *a, const int
531533
if (device_type == base_device::AbacusDevice_t::CpuDevice) {
532534
zcopy_(&n, a, &incx, b, &incy);
533535
}
534-
}
536+
}
537+
538+
#endif

0 commit comments

Comments
 (0)