@@ -360,6 +360,7 @@ template struct scal_op<float, base_device::DEVICE_CPU>;
360360template struct axpy_op <std::complex <float >, base_device::DEVICE_CPU>;
361361template struct gemv_op <std::complex <float >, base_device::DEVICE_CPU>;
362362template struct gemm_op <std::complex <float >, base_device::DEVICE_CPU>;
363+ template struct gemm_op_mt <std::complex <float >, base_device::DEVICE_CPU>;
363364template struct dot_real_op <std::complex <float >, base_device::DEVICE_CPU>;
364365template struct vector_div_constant_op <std::complex <float >, base_device::DEVICE_CPU>;
365366template struct vector_mul_vector_op <std::complex <float >, base_device::DEVICE_CPU>;
@@ -374,6 +375,7 @@ template struct scal_op<double, base_device::DEVICE_CPU>;
374375template struct axpy_op <std::complex <double >, base_device::DEVICE_CPU>;
375376template struct gemv_op <std::complex <double >, base_device::DEVICE_CPU>;
376377template struct gemm_op <std::complex <double >, base_device::DEVICE_CPU>;
378+ template struct gemm_op_mt <std::complex <double >, base_device::DEVICE_CPU>;
377379template struct dot_real_op <std::complex <double >, base_device::DEVICE_CPU>;
378380template struct vector_div_constant_op <std::complex <double >, base_device::DEVICE_CPU>;
379381template struct vector_mul_vector_op <std::complex <double >, base_device::DEVICE_CPU>;
0 commit comments