@@ -6442,87 +6442,87 @@ function onemklSsparse_set_csr_data(device_queue, spmat, nrows, ncols, nnz, inde
64426442 @ccall liboneapi_support. onemklSsparse_set_csr_data (device_queue:: syclQueue_t ,
64436443 spmat:: matrix_handle_t ,
64446444 nrows:: Int64 , ncols:: Int64 ,
6445- nnz:: Int64 , index:: ZePtr{Int32} ,
6445+ nnz:: Int64 , index:: onemklIndex ,
64466446 row_ptr:: ZePtr{Int32} ,
6447- col_ind:: ZePtr{Cfloat } ,
6448- values:: Ptr {Cfloat} ):: Cint
6447+ col_ind:: ZePtr{Int32 } ,
6448+ values:: ZePtr {Cfloat} ):: Cint
64496449end
64506450
64516451function onemklSsparse_set_csr_data_64 (device_queue, spmat, nrows, ncols, nnz, index,
64526452 row_ptr, col_ind, values)
64536453 @ccall liboneapi_support. onemklSsparse_set_csr_data_64 (device_queue:: syclQueue_t ,
64546454 spmat:: matrix_handle_t ,
64556455 nrows:: Int64 , ncols:: Int64 ,
6456- nnz:: Int64 , index:: ZePtr{Int64} ,
6456+ nnz:: Int64 , index:: onemklIndex ,
64576457 row_ptr:: ZePtr{Int64} ,
6458- col_ind:: ZePtr{Cfloat } ,
6459- values:: Ptr {Cfloat} ):: Cint
6458+ col_ind:: ZePtr{Int64 } ,
6459+ values:: ZePtr {Cfloat} ):: Cint
64606460end
64616461
64626462function onemklDsparse_set_csr_data (device_queue, spmat, nrows, ncols, nnz, index, row_ptr,
64636463 col_ind, values)
64646464 @ccall liboneapi_support. onemklDsparse_set_csr_data (device_queue:: syclQueue_t ,
64656465 spmat:: matrix_handle_t ,
64666466 nrows:: Int64 , ncols:: Int64 ,
6467- nnz:: Int64 , index:: ZePtr{Int32} ,
6467+ nnz:: Int64 , index:: onemklIndex ,
64686468 row_ptr:: ZePtr{Int32} ,
6469- col_ind:: ZePtr{Cdouble } ,
6470- values:: Ptr {Cdouble} ):: Cint
6469+ col_ind:: ZePtr{Int32 } ,
6470+ values:: ZePtr {Cdouble} ):: Cint
64716471end
64726472
64736473function onemklDsparse_set_csr_data_64 (device_queue, spmat, nrows, ncols, nnz, index,
64746474 row_ptr, col_ind, values)
64756475 @ccall liboneapi_support. onemklDsparse_set_csr_data_64 (device_queue:: syclQueue_t ,
64766476 spmat:: matrix_handle_t ,
64776477 nrows:: Int64 , ncols:: Int64 ,
6478- nnz:: Int64 , index:: ZePtr{Int64} ,
6478+ nnz:: Int64 , index:: onemklIndex ,
64796479 row_ptr:: ZePtr{Int64} ,
6480- col_ind:: ZePtr{Cdouble } ,
6481- values:: Ptr {Cdouble} ):: Cint
6480+ col_ind:: ZePtr{Int64 } ,
6481+ values:: ZePtr {Cdouble} ):: Cint
64826482end
64836483
64846484function onemklCsparse_set_csr_data (device_queue, spmat, nrows, ncols, nnz, index, row_ptr,
64856485 col_ind, values)
64866486 @ccall liboneapi_support. onemklCsparse_set_csr_data (device_queue:: syclQueue_t ,
64876487 spmat:: matrix_handle_t ,
64886488 nrows:: Int64 , ncols:: Int64 ,
6489- nnz:: Int64 , index:: ZePtr{Int32} ,
6489+ nnz:: Int64 , index:: onemklIndex ,
64906490 row_ptr:: ZePtr{Int32} ,
6491- col_ind:: ZePtr{ComplexF32 } ,
6492- values:: Ptr {ComplexF32} ):: Cint
6491+ col_ind:: ZePtr{Int32 } ,
6492+ values:: ZePtr {ComplexF32} ):: Cint
64936493end
64946494
64956495function onemklCsparse_set_csr_data_64 (device_queue, spmat, nrows, ncols, nnz, index,
64966496 row_ptr, col_ind, values)
64976497 @ccall liboneapi_support. onemklCsparse_set_csr_data_64 (device_queue:: syclQueue_t ,
64986498 spmat:: matrix_handle_t ,
64996499 nrows:: Int64 , ncols:: Int64 ,
6500- nnz:: Int64 , index:: ZePtr{Int64} ,
6500+ nnz:: Int64 , index:: onemklIndex ,
65016501 row_ptr:: ZePtr{Int64} ,
6502- col_ind:: ZePtr{ComplexF32 } ,
6503- values:: Ptr {ComplexF32} ):: Cint
6502+ col_ind:: ZePtr{Int64 } ,
6503+ values:: ZePtr {ComplexF32} ):: Cint
65046504end
65056505
65066506function onemklZsparse_set_csr_data (device_queue, spmat, nrows, ncols, nnz, index, row_ptr,
65076507 col_ind, values)
65086508 @ccall liboneapi_support. onemklZsparse_set_csr_data (device_queue:: syclQueue_t ,
65096509 spmat:: matrix_handle_t ,
65106510 nrows:: Int64 , ncols:: Int64 ,
6511- nnz:: Int64 , index:: ZePtr{Int32} ,
6511+ nnz:: Int64 , index:: onemklIndex ,
65126512 row_ptr:: ZePtr{Int32} ,
6513- col_ind:: ZePtr{ComplexF64 } ,
6514- values:: Ptr{ComplexF32 } ):: Cint
6513+ col_ind:: ZePtr{Int32 } ,
6514+ values:: ZePtr{ComplexF64 } ):: Cint
65156515end
65166516
65176517function onemklZsparse_set_csr_data_64 (device_queue, spmat, nrows, ncols, nnz, index,
65186518 row_ptr, col_ind, values)
65196519 @ccall liboneapi_support. onemklZsparse_set_csr_data_64 (device_queue:: syclQueue_t ,
65206520 spmat:: matrix_handle_t ,
65216521 nrows:: Int64 , ncols:: Int64 ,
6522- nnz:: Int64 , index:: ZePtr{Int64} ,
6522+ nnz:: Int64 , index:: onemklIndex ,
65236523 row_ptr:: ZePtr{Int64} ,
6524- col_ind:: ZePtr{ComplexF64 } ,
6525- values:: Ptr{ComplexF32 } ):: Cint
6524+ col_ind:: ZePtr{Int64 } ,
6525+ values:: ZePtr{ComplexF64 } ):: Cint
65266526end
65276527
65286528function onemklSsparse_set_csc_data (device_queue, spMat, nrows, ncols, nnz, index, col_ptr,
0 commit comments