Skip to content

Commit

Permalink
[SYCLomatic] Update the oneMKL lapack interface (#2364)
Browse files Browse the repository at this point in the history
Signed-off-by: Jiang, Zhiwei <[email protected]>
  • Loading branch information
zhiweij1 authored Sep 19, 2024
1 parent e97810f commit 94d5aad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clang/runtime/dpct-rt/include/dpct/lapack_utils.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -294,8 +294,8 @@ inline int potrs_batch(sycl::queue &queue, oneapi::mkl::uplo uplo, int n,
&has_execption, api_name, queue, nullptr, info,
matrix_info->group_size_info, oneapi::mkl::lapack::potrs_batch, queue,
&(matrix_info->uplo_info), &(matrix_info->n_info),
&(matrix_info->nrhs_info), (Ty **)a, &(matrix_info->lda_info), (Ty **)b,
&(matrix_info->ldb_info), (std::int64_t)1,
&(matrix_info->nrhs_info), (const Ty *const *)a, &(matrix_info->lda_info),
(Ty **)b, &(matrix_info->ldb_info), (std::int64_t)1,
&(matrix_info->group_size_info), (Ty *)scratchpad,
(std::int64_t)scratchpad_size, empty_events);

Expand Down

0 comments on commit 94d5aad

Please sign in to comment.