hipmodulegetfunctioncount Interface Reference

hipmodulegetfunctioncount Interface Reference#

HIPFORT API Reference: hipfort::hipmodulegetfunctioncount Interface Reference
hipfort::hipmodulegetfunctioncount Interface Reference

Returns the number of functions within a module. More...

Public Member Functions

integer(kind(hipsuccess)) function hipmodulegetfunctioncount_ (count, mod)
 

Detailed Description

Returns the number of functions within a module.

Parameters
[in]modModule to get function count from
[out]countfunction count from module
Returns
hipSuccess, hipErrorInvalidValue, hipErrorInvalidContext, hipErrorNotInitialized, hipErrorNotFound,

Member Function/Subroutine Documentation

◆ hipmodulegetfunctioncount_()

integer(kind(hipsuccess)) function hipfort::hipmodulegetfunctioncount::hipmodulegetfunctioncount_ ( integer(c_int)  count,
type(c_ptr), value  mod 
)

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