Skip to content

Commit

Permalink
Remove unused wait_stream
Browse files Browse the repository at this point in the history
  • Loading branch information
Rbiessy committed Jul 5, 2024
1 parent bac708b commit 63ca94e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/sparse_blas/backends/cusparse/cusparse_scope_handle.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,6 @@ class CusparseScopedContextHandler {
inline void *get_mem(T *ptr) {
return reinterpret_cast<void *>(ptr);
}

void wait_stream(const sycl::queue &queue) {
cuStreamSynchronize(get_stream(queue));
}
};

} // namespace oneapi::mkl::sparse::cusparse
Expand Down

0 comments on commit 63ca94e

Please sign in to comment.