rocsparse_destroy_handle Interface Reference

rocsparse_destroy_handle Interface Reference#

HIPFORT API Reference: hipfort_rocsparse::rocsparse_destroy_handle Interface Reference
hipfort_rocsparse::rocsparse_destroy_handle Interface Reference

Destroy a rocsparse handle. More...

Public Member Functions

integer(kind(rocsparse_status_success)) function rocsparse_destroy_handle_ (handle)
 

Detailed Description

Destroy a rocsparse handle.

rocsparse_destroy_handle destroys the rocSPARSE library context and releases all resources used by the rocSPARSE library.

Parameters
[in]handlethe handle to the rocSPARSE library context.
Return values
rocsparse_status_successthe operation completed successfully.
rocsparse_status_invalid_handlehandle is invalid.
rocsparse_status_internal_erroran internal error occurred.

Member Function/Subroutine Documentation

◆ rocsparse_destroy_handle_()

integer(kind(rocsparse_status_success)) function hipfort_rocsparse::rocsparse_destroy_handle::rocsparse_destroy_handle_ ( type(c_ptr), value  handle)

The documentation for this interface was generated from the following file: