Skip to content

Commit 0ea7978

Browse files
committed
Regenerate liboneapi_support.jl
1 parent f2dd9b8 commit 0ea7978

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

lib/support/liboneapi_support.jl

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5728,6 +5728,14 @@ function onemklXsparse_optimize_trmv(device_queue, uplo_val, opA, diag_val, A)
57285728
A::matrix_handle_t)::Cint
57295729
end
57305730

5731+
function onemklXsparse_optimize_trsv(device_queue, uplo_val, opA, diag_val, A)
5732+
@ccall liboneapi_support.onemklXsparse_optimize_trsv(device_queue::syclQueue_t,
5733+
uplo_val::onemklUplo,
5734+
opA::onemklTranspose,
5735+
diag_val::onemklDiag,
5736+
A::matrix_handle_t)::Cint
5737+
end
5738+
57315739
function onemklSsparse_gemv(device_queue, opA, alpha, A, x, beta, y)
57325740
@ccall liboneapi_support.onemklSsparse_gemv(device_queue::syclQueue_t,
57335741
opA::onemklTranspose, alpha::Float32,

0 commit comments

Comments
 (0)