Skip to content

Commit

Permalink
Add ormqr and unmqr
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Oct 18, 2023
1 parent a15b61a commit 6342601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/src/onemkl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ extern "C" void onemklZunmqr(syclQueue_t device_queue, onemklSide side, onemklTr
auto status = oneapi::mkl::lapack::unmqr(device_queue->val, convert(side), convert(trans), m, n, k, reinterpret_cast<std::complex<double> *>(a), lda,
reinterpret_cast<std::complex<double> *>(tau), reinterpret_cast<std::complex<double> *>(c), ldc,
scratchpad, scratchpad_size);
__Fdouble _ComplexORCE_MKL_FLUSH__(status);
__FORCE_MKL_FLUSH__(status);
}

extern "C" void onemklSorgqr(syclQueue_t device_queue, int64_t m, int64_t n, int64_t k, float *a,
Expand Down

0 comments on commit 6342601

Please sign in to comment.