Module Management

Module Management#

hipFORT API Reference: Module Management
Module Management

This section describes the module management functions of HIP runtime API. 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...
 
interface  hipfort::hipmoduleloadfatbinary
 Loads fatbin object. More...
 

Detailed Description

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