hipextsetloggingparams Interface Reference

hipextsetloggingparams Interface Reference#

HIPFORT API Reference: hipfort::hipextsetloggingparams Interface Reference
hipfort::hipextsetloggingparams Interface Reference

Set HIP runtime logging parameters. More...

Public Member Functions

integer(kind(hipsuccess)) function hipextsetloggingparams_ (log_level, log_size, log_mask)
 

Detailed Description

Set HIP runtime logging parameters.

This function configures the logging behavior of the HIP runtime, including the verbosity level, buffer size, and which components to log.

Parameters
[in]log_levelThe logging verbosity level. Higher values produce more detailed output.
[in]log_sizeReserved for future use. Currently not implemented.
[in]log_maskA bitmask specifying which HIP runtime components to log.
Returns
hipSuccess, hipErrorInvalidValue
See also
hipExtEnableLogging, hipExtDisableLogging

Member Function/Subroutine Documentation

◆ hipextsetloggingparams_()

integer(kind(hipsuccess)) function hipfort::hipextsetloggingparams::hipextsetloggingparams_ ( integer(c_size_t), value  log_level,
integer(c_size_t), value  log_size,
integer(c_size_t), value  log_mask 
)

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