Module Management

Module Management#

HIPFORT API Reference: Module Management
Module Management

Loads fatbin object. More...

Collaboration diagram for Module Management:

Modules

 Cooperative groups kernel launch of Module management.
 launches kernel f with launch parameters and shared memory on stream with arguments passed to kernelParams, where thread blocks can cooperate and synchronize as they execute
 

Data Types

interface  hipfort::hipmodulegetglobal
 Returns a global pointer from a module. More...
 

Detailed Description

Loads fatbin object.

----------------------------------------------------------------------------------------------—

This section describes the module management functions of HIP runtime API.

Parameters
[in]fatbinfatbin to be loaded as a module
[out]moduleModule
Returns
hipSuccess, hipErrorInvalidValue, hipErrorInvalidContext, hipErrorFileNotFound, hipErrorOutOfMemory, hipErrorSharedObjectInitFailed, hipErrorNotInitialized