Skip to content

Commit 7bc86c9

Browse files
committed
sparse/gemv.hpp: rename init_sparse_gemv_dispatch_vector -> init_sparse_gemv_dispatch_table
Follows the rename made in gemv.cpp when the dispatch mechanism was changed from a 1-D vector to a 2-D table (value type x index type). All other declarations (sparse_gemv signature, parameters) are unchanged.
1 parent 838dfd8 commit 7bc86c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dpnp/backend/extensions/sparse/gemv.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@ sparse_gemv(sycl::queue &exec_q,
5151
const std::int64_t nnz,
5252
const std::vector<sycl::event> &depends);
5353

54-
extern void init_sparse_gemv_dispatch_vector(void);
54+
extern void init_sparse_gemv_dispatch_table(void);
5555

5656
} // namespace dpnp::extensions::sparse

0 commit comments

Comments
 (0)