rocsparse_get_stream Interface Reference#
hipfort_rocsparse::rocsparse_get_stream Interface Reference
Get current stream from library context. More...
Public Member Functions | |
integer(kind(rocsparse_status_success)) function | rocsparse_get_stream_ (handle, stream) |
Detailed Description
Get current stream from library context.
rocsparse_get_stream
gets the rocSPARSE library context stream which is currently used for all subsequent function calls.
- Parameters
-
[in] handle the handle to the rocSPARSE library context. [out] stream the stream currently used by the rocSPARSE library context.
- Return values
-
rocsparse_status_success the operation completed successfully. rocsparse_status_invalid_handle handle
is invalid.
Member Function/Subroutine Documentation
◆ rocsparse_get_stream_()
integer(kind(rocsparse_status_success)) function hipfort_rocsparse::rocsparse_get_stream::rocsparse_get_stream_ | ( | type(c_ptr), value | handle, |
type(c_ptr) | stream | ||
) |
The documentation for this interface was generated from the following file: