hipfort.F90 File Reference

hipfort.F90 File Reference#

HIPFORT API Reference: hipfort.F90 File Reference
hipfort.F90 File Reference

Data Types

interface  hipfort::hipcreatechanneldesc
 
interface  hipfort::hipinit
 
interface  hipfort::hipdrivergetversion
 Returns the approximate HIP driver version. More...
 
interface  hipfort::hipruntimegetversion
 Returns the approximate HIP Runtime version. More...
 
interface  hipfort::hipdeviceget
 Returns a handle to a compute device. More...
 
interface  hipfort::hipdevicecomputecapability
 Returns the compute capability of the device. More...
 
interface  hipfort::hipdevicegetname
 Returns an identifer string for the device. More...
 
interface  hipfort::hipdevicegetuuid
 Returns an UUID for the device. More...
 
interface  hipfort::hipdevicegetp2pattribute
 Returns a value for attribute of link between two devices. More...
 
interface  hipfort::hipdevicegetpcibusid
 Returns a PCI Bus Id string for the device, overloaded to take int device ID. More...
 
interface  hipfort::hipdevicegetbypcibusid
 Returns a handle to a compute device. More...
 
interface  hipfort::hipdevicetotalmem
 Returns the total amount of memory on the device. More...
 
interface  hipfort::hipdevicesynchronize
 
interface  hipfort::hipdevicereset
 The state of current device is discarded and updated to a fresh state. More...
 
interface  hipfort::hipsetdevice
 Set default device to be used for subsequent hip API calls from this thread. More...
 
interface  hipfort::hipsetvaliddevices
 Set a list of devices that can be used. More...
 
interface  hipfort::hipgetdevice
 Return the default device id for the calling host thread. More...
 
interface  hipfort::hipgetdevicecount
 Return number of compute-capable devices. More...
 
interface  hipfort::hipdevicegetattribute
 Query for a specific device attribute. More...
 
interface  hipfort::hipdevicegetdefaultmempool
 Returns the default memory pool of the specified device. More...
 
interface  hipfort::hipdevicesetmempool
 Sets the current memory pool of a device. More...
 
interface  hipfort::hipdevicegetmempool
 Gets the current memory pool for the specified device. More...
 
interface  hipfort::hipdevicegettexture1dlinearmaxwidth
 Gets the maximum width for 1D linear textures on the specified device. More...
 
interface  hipfort::hipdevicesetcacheconfig
 Set L1/Shared cache partition. More...
 
interface  hipfort::hipdevicegetcacheconfig
 Get Cache configuration for a specific Device. More...
 
interface  hipfort::hipdevicegetlimit
 Gets resource limits of current device. More...
 
interface  hipfort::hipdevicesetlimit
 Sets resource limits of current device. More...
 
interface  hipfort::hipdevicegetsharedmemconfig
 Returns bank width of shared memory for current device. More...
 
interface  hipfort::hipgetdeviceflags
 Gets the flags set for current device. More...
 
interface  hipfort::hipdevicesetsharedmemconfig
 The bank width of shared memory on current device is set. More...
 
interface  hipfort::hipsetdeviceflags
 The current device behavior is changed according to the flags passed. More...
 
interface  hipfort::hipchoosedevicer0600
 Device which matches hipDeviceProp_t is returned. More...
 
interface  hipfort::hipextgetlinktypeandhopcount
 Returns the link type and hop count between two devices. More...
 
interface  hipfort::hipipcgetmemhandle
 Gets an interprocess memory handle for an existing device memory allocation. More...
 
interface  hipfort::hipipcopenmemhandle
 Opens an interprocess memory handle exported from another process and returns a device pointer usable in the local process. More...
 
interface  hipfort::hipipcclosememhandle
 Close memory mapped with hipIpcOpenMemHandle. More...
 
interface  hipfort::hipipcgeteventhandle
 Gets an opaque interprocess handle for an event. More...
 
interface  hipfort::hipipcopeneventhandle
 Opens an interprocess event handles. More...
 
interface  hipfort::hipfuncsetattribute
 
interface  hipfort::hipfuncsetcacheconfig
 Set Cache configuration for a specific function. More...
 
interface  hipfort::hipfuncsetsharedmemconfig
 Set shared memory configuation for a specific function. More...
 
interface  hipfort::hipgetlasterror
 
interface  hipfort::hipextgetlasterror
 Return last error returned by any HIP runtime API call and resets the stored error code to hipSuccess More...
 
interface  hipfort::hippeekatlasterror
 Return last error returned by any HIP runtime API call. More...
 
interface  hipfort::hipgeterrorname
 Return hip error as text string form. More...
 
interface  hipfort::hipgeterrorstring
 Return handy text string message to explain the error which occurred. More...
 
interface  hipfort::hipdrvgeterrorname
 Return hip error as text string form. More...
 
interface  hipfort::hipdrvgeterrorstring
 Return handy text string message to explain the error which occurred. More...
 
interface  hipfort::hipstreamcreate
 Creates an asynchronous stream. More...
 
interface  hipfort::hipstreamcreatewithflags
 Creates an asynchronous stream with flag. More...
 
interface  hipfort::hipstreamcreatewithpriority
 Creates an asynchronous stream with the specified priority. More...
 
interface  hipfort::hipdevicegetstreampriorityrange
 Returns numerical values that correspond to the least and greatest stream priority. More...
 
interface  hipfort::hipstreamdestroy
 Destroys the specified stream. More...
 
interface  hipfort::hipstreamquery
 Returns hipSuccess if all of the operations in the specified stream have completed, or hipErrorNotReady if not. More...
 
interface  hipfort::hipstreamsynchronize
 Waits for all commands in the stream to complete. More...
 
interface  hipfort::hipstreamwaitevent
 Makes the specified compute stream wait for the specified event. More...
 
interface  hipfort::hipstreamgetflags
 Returns flags associated with this stream. More...
 
interface  hipfort::hipstreamgetid
 Queries the Id of a stream. More...
 
interface  hipfort::hipstreamgetpriority
 Queries the priority of a stream. More...
 
interface  hipfort::hipstreamgetdevice
 Gets the device associated with the stream. More...
 
interface  hipfort::hipextstreamcreatewithcumask
 Creates an asynchronous stream with the specified CU mask. More...
 
interface  hipfort::hipextstreamgetcumask
 Gets CU mask associated with an asynchronous stream. More...
 
interface  hipfort::hipstreamaddcallback
 Adds a callback to be called on the host after all currently enqueued items in the stream have completed. More...
 
interface  hipfort::hipstreamsetattribute
 Sets stream attribute. More...
 
interface  hipfort::hipstreamgetattribute
 queries stream attribute. More...
 
interface  hipfort::hipstreamcopyattributes
 Copies attributes from source stream to destination stream. More...
 
interface  hipfort::hipstreamwaitvalue32
 Enqueues a wait command to the stream. More...
 
interface  hipfort::hipstreamwaitvalue64
 Enqueues a wait command to the stream. More...
 
interface  hipfort::hipstreamwritevalue32
 Enqueues a write command to the stream. More...
 
interface  hipfort::hipstreamwritevalue64
 Enqueues a write command to the stream. More...
 
interface  hipfort::hipstreambatchmemop
 Enqueues an array of stream memory operations in the stream. More...
 
interface  hipfort::hipgraphaddbatchmemopnode
 Creates a batch memory operation node and adds it to a graph. More...
 
interface  hipfort::hipgraphbatchmemopnodegetparams
 Returns a batch mem op node's parameters. More...
 
interface  hipfort::hipgraphbatchmemopnodesetparams
 Sets the batch mem op node's parameters. More...
 
interface  hipfort::hipgraphexecbatchmemopnodesetparams
 Sets the parameters for a batch mem op node in the given graphExec. More...
 
interface  hipfort::hipeventcreatewithflags
 
interface  hipfort::hipeventcreate
 Create an event. More...
 
interface  hipfort::hipeventrecordwithflags
 Record an event in the specified stream. More...
 
interface  hipfort::hipeventrecord
 
interface  hipfort::hipeventdestroy
 Destroy the specified event. More...
 
interface  hipfort::hipeventsynchronize
 Wait for an event to complete. More...
 
interface  hipfort::hipeventelapsedtime
 Return the elapsed time between two events. More...
 
interface  hipfort::hipeventquery
 Query event status. More...
 
interface  hipfort::hippointersetattribute
 Sets information on the specified pointer. More...
 
interface  hipfort::hippointergetattributes
 Returns attributes for the specified pointer. More...
 
interface  hipfort::hippointergetattribute
 Returns information about the specified pointer. More...
 
interface  hipfort::hipdrvpointergetattributes
 Returns information about the specified pointer. More...
 
interface  hipfort::hipimportexternalsemaphore
 
interface  hipfort::hipsignalexternalsemaphoresasync
 Signals a set of external semaphore objects. More...
 
interface  hipfort::hipwaitexternalsemaphoresasync
 Waits on a set of external semaphore objects. More...
 
interface  hipfort::hipdestroyexternalsemaphore
 Destroys an external semaphore object and releases any references to the underlying resource. More...
 
interface  hipfort::hipimportexternalmemory
 Imports an external memory object. More...
 
interface  hipfort::hipexternalmemorygetmappedbuffer
 Maps a buffer onto an imported memory object. More...
 
interface  hipfort::hipdestroyexternalmemory
 Destroys an external memory object. More...
 
interface  hipfort::hipexternalmemorygetmappedmipmappedarray
 Maps a mipmapped array onto an external memory object. More...
 
interface  hipfort::hipextmallocwithflags
 Allocate memory on the default accelerator. More...
 
interface  hipfort::hipmallochost
 Allocate pinned host memory [Deprecated]. More...
 
interface  hipfort::hipmemallochost
 Allocate pinned host memory [Deprecated]. More...
 
interface  hipfort::hipmemprefetchasync
 Prefetches memory to the specified destination device using HIP. More...
 
interface  hipfort::hipmemprefetchasync_v2
 Prefetches memory to the specified destination device using HIP. More...
 
interface  hipfort::hipmemadvise
 Advise about the usage of a given memory range to HIP. More...
 
interface  hipfort::hipmemadvise_v2
 Advise about the usage of a given memory range to HIP. More...
 
interface  hipfort::hipmemrangegetattribute
 Query an attribute of a given memory range in HIP. More...
 
interface  hipfort::hipmemrangegetattributes
 Query attributes of a given memory range in HIP. More...
 
interface  hipfort::hipstreamattachmemasync
 Attach memory to a stream asynchronously in HIP. More...
 
interface  hipfort::hipmallocasync
 Allocates memory with stream ordered semantics. More...
 
interface  hipfort::hipfreeasync
 Frees memory with stream ordered semantics. More...
 
interface  hipfort::hipmempooltrimto
 Releases freed memory back to the OS. More...
 
interface  hipfort::hipmempoolsetattribute
 Sets attributes of a memory pool. More...
 
interface  hipfort::hipmempoolgetattribute
 Gets attributes of a memory pool. More...
 
interface  hipfort::hipmempoolsetaccess
 Controls visibility of the specified pool between devices. More...
 
interface  hipfort::hipmempoolgetaccess
 Returns the accessibility of a pool from a device. More...
 
interface  hipfort::hipmempoolcreate
 Creates a memory pool. More...
 
interface  hipfort::hipmempooldestroy
 Destroys the specified memory pool. More...
 
interface  hipfort::hipmallocfrompoolasync
 Allocates memory from a specified pool with stream ordered semantics. More...
 
interface  hipfort::hipmempoolexporttoshareablehandle
 Exports a memory pool to the requested handle type. More...
 
interface  hipfort::hipmempoolimportfromshareablehandle
 Imports a memory pool from a shared handle. More...
 
interface  hipfort::hipmempoolexportpointer
 Export data to share a memory pool allocation between processes. More...
 
interface  hipfort::hipmempoolimportpointer
 Import a memory pool allocation from another process. More...
 
interface  hipfort::hiphostalloc
 Allocate device accessible page locked host memory. More...
 
interface  hipfort::hipmallocpitch
 Allocates at least width (in bytes) * height bytes of linear memory Padding may occur to ensure alighnment requirements are met for the given row The change in width size due to padding will be returned in *pitch. More...
 
interface  hipfort::hipmemallocpitch
 Allocates at least width (in bytes) * height bytes of linear memory Padding may occur to ensure alighnment requirements are met for the given row The change in width size due to padding will be returned in *pitch. More...
 
interface  hipfort::hipfreehost
 Frees page-locked memory This API performs an implicit hipDeviceSynchronize() call. More...
 
interface  hipfort::hipmemcpywithstream
 Memory copy on the stream. More...
 
interface  hipfort::hipmemcpyhtod
 Copy data from Host to Device. More...
 
interface  hipfort::hipmemcpydtoh
 Copy data from Device to Host. More...
 
interface  hipfort::hipmemcpydtod
 Copy data from Device to Device. More...
 
interface  hipfort::hipmemcpyatod
 Copies from one 1D array to device memory. More...
 
interface  hipfort::hipmemcpydtoa
 Copies from device memory to a 1D array. More...
 
interface  hipfort::hipmemcpyatoa
 Copies from one 1D array to another. More...
 
interface  hipfort::hipmemcpyhtodasync
 Copy data from Host to Device asynchronously. More...
 
interface  hipfort::hipmemcpydtohasync
 Copy data from Device to Host asynchronously. More...
 
interface  hipfort::hipmemcpydtodasync
 Copy data from Device to Device asynchronously. More...
 
interface  hipfort::hipmemcpyatohasync
 Copies from one 1D array to host memory. More...
 
interface  hipfort::hipmemcpyhtoaasync
 Copies from host memory to a 1D array. More...
 
interface  hipfort::hipmodulegetglobal
 Returns a global pointer from a module. More...
 
interface  hipfort::hipgetsymboladdress
 Gets device pointer associated with symbol on the device. More...
 
interface  hipfort::hipgetsymbolsize
 Gets the size of the given symbol on the device. More...
 
interface  hipfort::hipgetprocaddress
 Gets the pointer of requested HIP driver function. More...
 
interface  hipfort::hipmemcpytosymbol
 Copies data to the given symbol on the device. More...
 
interface  hipfort::hipmemcpytosymbolasync
 Copies data to the given symbol on the device asynchronously. More...
 
interface  hipfort::hipmemcpyfromsymbol
 Copies data from the given symbol on the device. More...
 
interface  hipfort::hipmemcpyfromsymbolasync
 Copies data from the given symbol on the device asynchronously. More...
 
interface  hipfort::hipmemset
 Fills the first sizeBytes bytes of the memory area pointed to by dest with the constant byte value value. More...
 
interface  hipfort::hipmemsetd8
 Fills the first sizeBytes bytes of the memory area pointed to by dest with the constant byte value value. More...
 
interface  hipfort::hipmemsetd8async
 Fills the first sizeBytes bytes of the memory area pointed to by dest with the constant byte value value. More...
 
interface  hipfort::hipmemsetd16
 Fills the first sizeBytes bytes of the memory area pointed to by dest with the constant short value value. More...
 
interface  hipfort::hipmemsetd16async
 Fills the first sizeBytes bytes of the memory area pointed to by dest with the constant short value value. More...
 
interface  hipfort::hipmemsetd32
 Fills the memory area pointed to by dest with the constant integer value for specified number of times. More...
 
interface  hipfort::hipmemsetasync
 Fills the first sizeBytes bytes of the memory area pointed to by dev with the constant byte value value. More...
 
interface  hipfort::hipmemsetd32async
 Fills the memory area pointed to by dev with the constant integer value for specified number of times. More...
 
interface  hipfort::hipmemset2d
 Fills the memory area pointed to by dst with the constant value. More...
 
interface  hipfort::hipmemset2dasync
 Fills asynchronously the memory area pointed to by dst with the constant value. More...
 
interface  hipfort::hipmemset3d
 Fills synchronously the memory area pointed to by pitchedDevPtr with the constant value. More...
 
interface  hipfort::hipmemset3dasync
 Fills asynchronously the memory area pointed to by pitchedDevPtr with the constant value. More...
 
interface  hipfort::hipmemsetd2d8
 Fills 2D memory range of 'width' 8-bit values synchronously to the specified char value. More...
 
interface  hipfort::hipmemsetd2d8async
 Fills 2D memory range of 'width' 8-bit values asynchronously to the specified char value. More...
 
interface  hipfort::hipmemsetd2d16
 Fills 2D memory range of 'width' 16-bit values synchronously to the specified short value. More...
 
interface  hipfort::hipmemsetd2d16async
 Fills 2D memory range of 'width' 16-bit values asynchronously to the specified short value. More...
 
interface  hipfort::hipmemsetd2d32
 Fills 2D memory range of 'width' 32-bit values synchronously to the specified int value. More...
 
interface  hipfort::hipmemsetd2d32async
 Fills 2D memory range of 'width' 32-bit values asynchronously to the specified int value. More...
 
interface  hipfort::hipmemgetinfo
 Query memory info. More...
 
interface  hipfort::hipmemptrgetinfo
 Get allocated memory size via memory pointer. More...
 
interface  hipfort::hipmallocarray
 Allocate an array on the device. More...
 
interface  hipfort::hiparraycreate
 Create an array memory pointer on the device. More...
 
interface  hipfort::hiparraydestroy
 Destroy an array memory pointer on the device. More...
 
interface  hipfort::hiparray3dcreate
 Create a 3D array memory pointer on the device. More...
 
interface  hipfort::hipmalloc3d
 Create a 3D memory pointer on the device. More...
 
interface  hipfort::hipfreearray
 Frees an array on the device. More...
 
interface  hipfort::hipmalloc3darray
 Allocate an array on the device. More...
 
interface  hipfort::hiparraygetinfo
 Gets info about the specified array. More...
 
interface  hipfort::hiparraygetdescriptor
 Gets a 1D or 2D array descriptor. More...
 
interface  hipfort::hiparray3dgetdescriptor
 Gets a 3D array descriptor. More...
 
interface  hipfort::hipmemcpyparam2d
 Copies memory for 2D arrays. More...
 
interface  hipfort::hipmemcpyparam2dasync
 Copies memory for 2D arrays. More...
 
interface  hipfort::hipmemcpy2dtoarray
 Copies data between host and device. More...
 
interface  hipfort::hipmemcpy2dtoarrayasync
 Copies data between host and device. More...
 
interface  hipfort::hipmemcpy2darraytoarray
 Copies data between host and device. More...
 
interface  hipfort::hipmemcpytoarray
 Copies data between host and device [Deprecated]. More...
 
interface  hipfort::hipmemcpyfromarray
 Copies data between host and device [Deprecated]. More...
 
interface  hipfort::hipmemcpy2dfromarray
 Copies data between host and device. More...
 
interface  hipfort::hipmemcpy2dfromarrayasync
 Copies data between host and device asynchronously. More...
 
interface  hipfort::hipmemcpyatoh
 Copies data between host and device. More...
 
interface  hipfort::hipmemcpyhtoa
 Copies data between host and device. More...
 
interface  hipfort::hipmemcpy3d
 Copies data between host and device. More...
 
interface  hipfort::hipmemcpy3dasync
 Copies data between host and device asynchronously. More...
 
interface  hipfort::hipdrvmemcpy3d
 Copies data between host and device. More...
 
interface  hipfort::hipdrvmemcpy3dasync
 Copies data between host and device asynchronously. More...
 
interface  hipfort::hipmemgetaddressrange
 Get information on memory allocations. More...
 
interface  hipfort::hipmemcpybatchasync
 Perform Batch of 1D copies. More...
 
interface  hipfort::hipmemcpy3dbatchasync
 Perform Batch of 3D copies. More...
 
interface  hipfort::hipmemcpy3dpeer
 Performs 3D memory copies between devices This API is asynchronous with respect to host. More...
 
interface  hipfort::hipmemcpy3dpeerasync
 Performs 3D memory copies between devices asynchronously. More...
 
interface  hipfort::hipdevicecanaccesspeer
 
interface  hipfort::hipdeviceenablepeeraccess
 Enables direct access to memory allocations on a peer device. More...
 
interface  hipfort::hipdevicedisablepeeraccess
 Disables direct access to memory allocations on a peer device. More...
 
interface  hipfort::hipmemcpypeer
 Copies memory between two peer accessible devices. More...
 
interface  hipfort::hipmemcpypeerasync
 Copies memory between two peer accessible devices asynchronously. More...
 
interface  hipfort::hipctxcreate
 Create a context and set it as current/default context. More...
 
interface  hipfort::hipctxdestroy
 Destroy a HIP context [Deprecated]. More...
 
interface  hipfort::hipctxpopcurrent
 Pop the current/default context and return the popped context [Deprecated]. More...
 
interface  hipfort::hipctxpushcurrent
 Push the context to be set as current/ default context [Deprecated]. More...
 
interface  hipfort::hipctxsetcurrent
 Set the passed context as current/default [Deprecated]. More...
 
interface  hipfort::hipctxgetcurrent
 Get the handle of the current/ default context [Deprecated]. More...
 
interface  hipfort::hipctxgetdevice
 Get the handle of the device associated with current/default context [Deprecated]. More...
 
interface  hipfort::hipctxgetapiversion
 Returns the approximate HIP api version. More...
 
interface  hipfort::hipctxgetcacheconfig
 Get Cache configuration for a specific function [Deprecated]. More...
 
interface  hipfort::hipctxsetcacheconfig
 Set L1/Shared cache partition [Deprecated]. More...
 
interface  hipfort::hipctxsetsharedmemconfig
 Set Shared memory bank configuration [Deprecated]. More...
 
interface  hipfort::hipctxgetsharedmemconfig
 Get Shared memory bank configuration [Deprecated]. More...
 
interface  hipfort::hipctxsynchronize
 Blocks until the default context has completed all preceding requested tasks [Deprecated]. More...
 
interface  hipfort::hipctxgetflags
 Return flags used for creating default context [Deprecated]. More...
 
interface  hipfort::hipctxenablepeeraccess
 Enables direct access to memory allocations in a peer context [Deprecated]. More...
 
interface  hipfort::hipctxdisablepeeraccess
 Disable direct access from current context's virtual address space to memory allocations physically located on a peer context.Disables direct access to memory allocations in a peer context and unregisters any registered allocations [Deprecated]. More...
 
interface  hipfort::hipdeviceprimaryctxgetstate
 Get the state of the primary context [Deprecated]. More...
 
interface  hipfort::hipdeviceprimaryctxrelease
 Release the primary context on the GPU. More...
 
interface  hipfort::hipdeviceprimaryctxretain
 Retain the primary context on the GPU [Deprecated]. More...
 
interface  hipfort::hipdeviceprimaryctxreset
 Resets the primary context on the GPU [Deprecated]. More...
 
interface  hipfort::hipdeviceprimaryctxsetflags
 Set flags for the primary context [Deprecated]. More...
 
interface  hipfort::hipmoduleloadfatbinary
 
interface  hipfort::hipmoduleload
 Loads code object from file into a module the currrent context. More...
 
interface  hipfort::hipmoduleunload
 Frees the module. More...
 
interface  hipfort::hipmodulegetfunction
 Function with kname will be extracted if present in module. More...
 
interface  hipfort::hipmodulegetfunctioncount
 Returns the number of functions within a module. More...
 
interface  hipfort::hiplibraryloaddata
 Load hip Library from inmemory object. More...
 
interface  hipfort::hiplibraryloadfromfile
 Load hip Library from file. More...
 
interface  hipfort::hiplibraryunload
 Unload HIP Library. More...
 
interface  hipfort::hiplibrarygetkernel
 Get Kernel object from library. More...
 
interface  hipfort::hiplibrarygetkernelcount
 Get Kernel count in library. More...
 
interface  hipfort::hiplibraryenumeratekernels
 Retrieve kernel handles within a library. More...
 
interface  hipfort::hipkernelgetlibrary
 Returns a Library Handle. More...
 
interface  hipfort::hipkernelgetname
 Returns a Kernel Name. More...
 
interface  hipfort::hipfuncgetattributes
 Find out attributes for a given function. More...
 
interface  hipfort::hipfuncgetattribute
 Find out a specific attribute for a given function. More...
 
interface  hipfort::hipgetfuncbysymbol
 Gets pointer to device entry function that matches entry function symbolPtr. More...
 
interface  hipfort::hipgetdriverentrypoint
 Gets function pointer of a requested HIP API. More...
 
interface  hipfort::hipmodulegettexref
 returns the handle of the texture reference with the name from the module. More...
 
interface  hipfort::hipmoduleloaddata
 builds module from code object data which resides in host memory. More...
 
interface  hipfort::hipmoduleloaddataex
 builds module from code object which resides in host memory. More...
 
interface  hipfort::hiplinkadddata
 Adds bitcode data to be linked with options. More...
 
interface  hipfort::hiplinkaddfile
 Adds a file with bitcode to be linked with options. More...
 
interface  hipfort::hiplinkcomplete
 Completes the linking of the given program. More...
 
interface  hipfort::hiplinkcreate
 Creates a linker instance with options. More...
 
interface  hipfort::hiplinkdestroy
 Deletes the linker instance. More...
 
interface  hipfort::hipmodulelaunchkernel
 launches kernel f with launch parameters and shared memory on stream with arguments passed to kernelparams or extra More...
 
interface  hipfort::hipmodulelaunchcooperativekernel
 
interface  hipfort::hipmodulelaunchcooperativekernelmultidevice
 Launches kernels on multiple devices where thread blocks can cooperate and synchronize as they execute. More...
 
interface  hipfort::hiplaunchcooperativekernel
 Launches kernel f with launch parameters and shared memory on stream with arguments passed to kernelparams or extra, where thread blocks can cooperate and synchronize as they execute. More...
 
interface  hipfort::hiplaunchcooperativekernelmultidevice
 Launches kernels on multiple devices where thread blocks can cooperate and synchronize as they execute. More...
 
interface  hipfort::hipextlaunchmultikernelmultidevice
 Launches kernels on multiple devices and guarantees all specified kernels are dispatched on respective streams before enqueuing any other work on the specified streams from any other threads. More...
 
interface  hipfort::hiplaunchkernelexc
 Launches a HIP kernel using a generic function pointer and the specified configuration. More...
 
interface  hipfort::hipdrvlaunchkernelex
 Launches a HIP kernel using the driver API with the specified configuration. More...
 
interface  hipfort::hipmemgethandleforaddressrange
 Returns a handle for the address range requested. More...
 
interface  hipfort::hipmoduleoccupancymaxpotentialblocksize
 
interface  hipfort::hipmoduleoccupancymaxpotentialblocksizewithflags
 determine the grid and block sizes to achieves maximum occupancy for a kernel More...
 
interface  hipfort::hipmoduleoccupancymaxactiveblockspermultiprocessor
 Returns occupancy for a device function. More...
 
interface  hipfort::hipmoduleoccupancymaxactiveblockspermultiprocessorwithflags
 Returns occupancy for a device function. More...
 
interface  hipfort::hipoccupancymaxactiveblockspermultiprocessor
 Returns occupancy for a device function. More...
 
interface  hipfort::hipoccupancymaxactiveblockspermultiprocessorwithflags
 Returns occupancy for a device function. More...
 
interface  hipfort::hipoccupancymaxpotentialblocksize
 determine the grid and block sizes to achieves maximum occupancy for a kernel More...
 
interface  hipfort::hipoccupancyavailabledynamicsmemperblock
 Returns dynamic shared memory available per block when launching numBlocks blocks on SM. More...
 
interface  hipfort::hipprofilerstart
 Start recording of profiling information [Deprecated] When using this API, start the profiler with profiling disabled. More...
 
interface  hipfort::hipprofilerstop
 Stop recording of profiling information [Deprecated] When using this API, start the profiler with profiling disabled. More...
 
interface  hipfort::hipconfigurecall
 
interface  hipfort::hipsetupargument
 Set a kernel argument. More...
 
interface  hipfort::hiplaunchbyptr
 Launch a kernel. More...
 
interface  hipfort::hiplaunchkernel
 C compliant kernel launch API. More...
 
interface  hipfort::hiplaunchhostfunc
 Enqueues a host function call in a stream. More...
 
interface  hipfort::hipdrvmemcpy2dunaligned
 Copies memory for 2D arrays. More...
 
interface  hipfort::hipextlaunchkernel
 Launches kernel from the pointer address, with arguments and shared memory on stream. More...
 
interface  hipfort::hipcreatetextureobject
 Creates a texture object. More...
 
interface  hipfort::hipdestroytextureobject
 Destroys a texture object. More...
 
interface  hipfort::hipgetchanneldesc
 Gets the channel descriptor in an array. More...
 
interface  hipfort::hipgettextureobjectresourcedesc
 Gets resource descriptor for the texture object. More...
 
interface  hipfort::hipgettextureobjectresourceviewdesc
 Gets resource view descriptor for the texture object. More...
 
interface  hipfort::hipgettextureobjecttexturedesc
 Gets texture descriptor for the texture object. More...
 
interface  hipfort::hiptexobjectcreate
 Creates a texture object. More...
 
interface  hipfort::hiptexobjectdestroy
 Destroys a texture object. More...
 
interface  hipfort::hiptexobjectgetresourcedesc
 Gets resource descriptor of a texture object. More...
 
interface  hipfort::hiptexobjectgetresourceviewdesc
 Gets resource view descriptor of a texture object. More...
 
interface  hipfort::hiptexobjectgettexturedesc
 Gets texture descriptor of a texture object. More...
 
interface  hipfort::hipmallocmipmappedarray
 Allocate a mipmapped array on the device. More...
 
interface  hipfort::hipfreemipmappedarray
 Frees a mipmapped array on the device. More...
 
interface  hipfort::hipgetmipmappedarraylevel
 Gets a mipmap level of a HIP mipmapped array. More...
 
interface  hipfort::hipmipmappedarraycreate
 Create a mipmapped array. More...
 
interface  hipfort::hipmipmappedarraydestroy
 Destroy a mipmapped array. More...
 
interface  hipfort::hipmipmappedarraygetlevel
 Get a mipmapped array on a mipmapped level. More...
 
interface  hipfort::hipbindtexturetomipmappedarray
 Binds a mipmapped array to a texture [Deprecated]. More...
 
interface  hipfort::hipgettexturereference
 Gets the texture reference related with the symbol [Deprecated]. More...
 
interface  hipfort::hiptexrefgetbordercolor
 Gets the border color used by a texture reference [Deprecated]. More...
 
interface  hipfort::hiptexrefgetarray
 Gets the array bound to a texture reference [Deprecated]. More...
 
interface  hipfort::hiptexrefsetaddressmode
 Sets address mode for a texture reference [Deprecated]. More...
 
interface  hipfort::hiptexrefsetarray
 Binds an array as a texture reference [Deprecated]. More...
 
interface  hipfort::hiptexrefsetfiltermode
 Set filter mode for a texture reference [Deprecated]. More...
 
interface  hipfort::hiptexrefsetflags
 Set flags for a texture reference [Deprecated]. More...
 
interface  hipfort::hiptexrefsetformat
 Set format for a texture reference [Deprecated]. More...
 
interface  hipfort::hipbindtexture
 Binds a memory area to a texture [Deprecated]. More...
 
interface  hipfort::hipbindtexture2d
 Binds a 2D memory area to a texture [Deprecated]. More...
 
interface  hipfort::hipbindtexturetoarray
 Binds a memory area to a texture [Deprecated]. More...
 
interface  hipfort::hipgettexturealignmentoffset
 Get the offset of the alignment in a texture [Deprecated]. More...
 
interface  hipfort::hipunbindtexture
 Unbinds a texture [Deprecated]. More...
 
interface  hipfort::hiptexrefgetaddress
 Gets the address for a texture reference [Deprecated]. More...
 
interface  hipfort::hiptexrefgetaddressmode
 Gets the address mode for a texture reference [Deprecated]. More...
 
interface  hipfort::hiptexrefgetfiltermode
 Gets filter mode for a texture reference [Deprecated]. More...
 
interface  hipfort::hiptexrefgetflags
 Gets flags for a texture reference [Deprecated]. More...
 
interface  hipfort::hiptexrefgetformat
 Gets texture format for a texture reference [Deprecated]. More...
 
interface  hipfort::hiptexrefgetmaxanisotropy
 Gets the maximum anisotropy for a texture reference [Deprecated]. More...
 
interface  hipfort::hiptexrefgetmipmapfiltermode
 Gets the mipmap filter mode for a texture reference [Deprecated]. More...
 
interface  hipfort::hiptexrefgetmipmaplevelbias
 Gets the mipmap level bias for a texture reference [Deprecated]. More...
 
interface  hipfort::hiptexrefgetmipmaplevelclamp
 Gets the minimum and maximum mipmap level clamps for a texture reference [Deprecated]. More...
 
interface  hipfort::hiptexrefgetmipmappedarray
 Gets the mipmapped array bound to a texture reference [Deprecated]. More...
 
interface  hipfort::hiptexrefsetaddress
 Sets an bound address for a texture reference [Deprecated]. More...
 
interface  hipfort::hiptexrefsetaddress2d
 Set a bind an address as a 2D texture reference [Deprecated]. More...
 
interface  hipfort::hiptexrefsetmaxanisotropy
 Sets the maximum anisotropy for a texture reference [Deprecated]. More...
 
interface  hipfort::hiptexrefsetbordercolor
 Sets border color for a texture reference [Deprecated]. More...
 
interface  hipfort::hiptexrefsetmipmapfiltermode
 Sets mipmap filter mode for a texture reference [Deprecated]. More...
 
interface  hipfort::hiptexrefsetmipmaplevelbias
 Sets mipmap level bias for a texture reference [Deprecated]. More...
 
interface  hipfort::hiptexrefsetmipmaplevelclamp
 Sets mipmap level clamp for a texture reference [Deprecated]. More...
 
interface  hipfort::hiptexrefsetmipmappedarray
 Binds mipmapped array to a texture reference [Deprecated]. More...
 
interface  hipfort::hipapiname
 
interface  hipfort::hipkernelnameref
 Returns kernel name reference by function name. More...
 
interface  hipfort::hipkernelnamerefbyptr
 Retrives kernel for a given host pointer, unless stated otherwise. More...
 
interface  hipfort::hipgetstreamdeviceid
 Returns device ID on the stream. More...
 
interface  hipfort::hipstreambegincapture
 Begins graph capture on a stream. More...
 
interface  hipfort::hipstreambegincapturetograph
 Begins graph capture on a stream to an existing graph. More...
 
interface  hipfort::hipstreamendcapture
 Ends capture on a stream, returning the captured graph. More...
 
interface  hipfort::hipstreamgetcaptureinfo
 Get capture status of a stream. More...
 
interface  hipfort::hipstreamgetcaptureinfo_v2
 Get stream's capture state. More...
 
interface  hipfort::hipstreamiscapturing
 Get stream's capture state. More...
 
interface  hipfort::hipstreamupdatecapturedependencies
 Update the set of dependencies in a capturing stream. More...
 
interface  hipfort::hipthreadexchangestreamcapturemode
 Swaps the stream capture mode of a thread. More...
 
interface  hipfort::hipgraphcreate
 Creates a graph. More...
 
interface  hipfort::hipgraphdestroy
 Destroys a graph. More...
 
interface  hipfort::hipgraphadddependencies
 Adds dependency edges to a graph. More...
 
interface  hipfort::hipgraphremovedependencies
 Removes dependency edges from a graph. More...
 
interface  hipfort::hipgraphgetedges
 Returns a graph's dependency edges. More...
 
interface  hipfort::hipgraphgetnodes
 Returns a graph's nodes. More...
 
interface  hipfort::hipgraphgetrootnodes
 Returns a graph's root nodes. More...
 
interface  hipfort::hipgraphnodegetdependencies
 Returns a node's dependencies. More...
 
interface  hipfort::hipgraphnodegetdependentnodes
 Returns a node's dependent nodes. More...
 
interface  hipfort::hipgraphnodegettype
 Returns a node's type. More...
 
interface  hipfort::hipgraphdestroynode
 Remove a node from the graph. More...
 
interface  hipfort::hipgraphclone
 Clones a graph. More...
 
interface  hipfort::hipgraphnodefindinclone
 Finds a cloned version of a node. More...
 
interface  hipfort::hipgraphinstantiate
 Creates an executable graph from a graph. More...
 
interface  hipfort::hipgraphinstantiatewithflags
 Creates an executable graph from a graph. More...
 
interface  hipfort::hipgraphinstantiatewithparams
 Creates an executable graph from a graph. More...
 
interface  hipfort::hipgraphlaunch
 Launches an executable graph in the specified stream. More...
 
interface  hipfort::hipgraphupload
 Uploads an executable graph to a stream. More...
 
interface  hipfort::hipgraphaddnode
 Creates a kernel execution node and adds it to a graph. More...
 
interface  hipfort::hipgraphexecgetflags
 Return the flags of an executable graph. More...
 
interface  hipfort::hipgraphnodesetparams
 Updates parameters of a graph's node. More...
 
interface  hipfort::hipgraphexecnodesetparams
 Updates parameters of an executable graph's node. More...
 
interface  hipfort::hipgraphexecdestroy
 Destroys an executable graph. More...
 
interface  hipfort::hipgraphexecupdate
 Check whether an executable graph can be updated with a graph and perform the update if

  • possible.
More...
 
interface  hipfort::hipgraphaddkernelnode
 Creates a kernel execution node and adds it to a graph. More...
 
interface  hipfort::hipgraphkernelnodegetparams
 Gets kernel node's parameters. More...
 
interface  hipfort::hipgraphkernelnodesetparams
 Sets a kernel node's parameters. More...
 
interface  hipfort::hipgraphexeckernelnodesetparams
 Sets the parameters for a kernel node in the given graphExec. More...
 
interface  hipfort::hipdrvgraphaddmemcpynode
 Creates a memcpy node and adds it to a graph. More...
 
interface  hipfort::hipgraphaddmemcpynode
 Creates a memcpy node and adds it to a graph. More...
 
interface  hipfort::hipgraphmemcpynodegetparams
 Gets a memcpy node's parameters. More...
 
interface  hipfort::hipgraphmemcpynodesetparams
 Sets a memcpy node's parameters. More...
 
interface  hipfort::hipgraphkernelnodesetattribute
 Sets a node's attribute. More...
 
interface  hipfort::hipgraphkernelnodegetattribute
 Gets a node's attribute. More...
 
interface  hipfort::hipgraphexecmemcpynodesetparams
 Sets the parameters of a memcpy node in the given graphExec. More...
 
interface  hipfort::hipgraphaddmemcpynode1d
 Creates a 1D memcpy node and adds it to a graph. More...
 
interface  hipfort::hipgraphmemcpynodesetparams1d
 Sets a memcpy node's parameters to perform a 1-dimensional copy. More...
 
interface  hipfort::hipgraphexecmemcpynodesetparams1d
 Sets the parameters for a memcpy node in the given graphExec to perform a 1-dimensional copy. More...
 
interface  hipfort::hipgraphaddmemcpynodefromsymbol
 Creates a memcpy node to copy from a symbol on the device and adds it to a graph. More...
 
interface  hipfort::hipgraphmemcpynodesetparamsfromsymbol
 Sets a memcpy node's parameters to copy from a symbol on the device. More...
 
interface  hipfort::hipgraphexecmemcpynodesetparamsfromsymbol
 Sets the parameters for a memcpy node in the given graphExec to copy from a symbol on the. More...
 
interface  hipfort::hipgraphaddmemcpynodetosymbol
 Creates a memcpy node to copy to a symbol on the device and adds it to a graph. More...
 
interface  hipfort::hipgraphmemcpynodesetparamstosymbol
 Sets a memcpy node's parameters to copy to a symbol on the device. More...
 
interface  hipfort::hipgraphexecmemcpynodesetparamstosymbol
 Sets the parameters for a memcpy node in the given graphExec to copy to a symbol on the device. More...
 
interface  hipfort::hipgraphaddmemsetnode
 Creates a memset node and adds it to a graph. More...
 
interface  hipfort::hipgraphmemsetnodegetparams
 Gets a memset node's parameters. More...
 
interface  hipfort::hipgraphmemsetnodesetparams
 Sets a memset node's parameters. More...
 
interface  hipfort::hipgraphexecmemsetnodesetparams
 Sets the parameters for a memset node in the given graphExec. More...
 
interface  hipfort::hipgraphaddhostnode
 Creates a host execution node and adds it to a graph. More...
 
interface  hipfort::hipgraphhostnodegetparams
 Returns a host node's parameters. More...
 
interface  hipfort::hipgraphhostnodesetparams
 Sets a host node's parameters. More...
 
interface  hipfort::hipgraphexechostnodesetparams
 Sets the parameters for a host node in the given graphExec. More...
 
interface  hipfort::hipgraphaddchildgraphnode
 Creates a child graph node and adds it to a graph. More...
 
interface  hipfort::hipgraphchildgraphnodegetgraph
 Gets a handle to the embedded graph of a child graph node. More...
 
interface  hipfort::hipgraphexecchildgraphnodesetparams
 Updates node parameters in the child graph node in the given graphExec. More...
 
interface  hipfort::hipgraphaddemptynode
 Creates an empty node and adds it to a graph. More...
 
interface  hipfort::hipgraphaddeventrecordnode
 Creates an event record node and adds it to a graph. More...
 
interface  hipfort::hipgrapheventrecordnodegetevent
 Returns the event associated with an event record node. More...
 
interface  hipfort::hipgrapheventrecordnodesetevent
 Sets an event record node's event. More...
 
interface  hipfort::hipgraphexeceventrecordnodesetevent
 Sets the event for an event record node in the given graphExec. More...
 
interface  hipfort::hipgraphaddeventwaitnode
 Creates an event wait node and adds it to a graph. More...
 
interface  hipfort::hipgrapheventwaitnodegetevent
 Returns the event associated with an event wait node. More...
 
interface  hipfort::hipgrapheventwaitnodesetevent
 Sets an event wait node's event. More...
 
interface  hipfort::hipgraphexeceventwaitnodesetevent
 Sets the event for an event record node in the given graphExec. More...
 
interface  hipfort::hipgraphaddmemallocnode
 Creates a memory allocation node and adds it to a graph. More...
 
interface  hipfort::hipgraphmemallocnodegetparams
 Returns parameters for memory allocation node. More...
 
interface  hipfort::hipgraphaddmemfreenode
 Creates a memory free node and adds it to a graph. More...
 
interface  hipfort::hipgraphmemfreenodegetparams
 Returns parameters for memory free node. More...
 
interface  hipfort::hipdevicegetgraphmemattribute
 Get the mem attribute for graphs. More...
 
interface  hipfort::hipdevicesetgraphmemattribute
 Set the mem attribute for graphs. More...
 
interface  hipfort::hipdevicegraphmemtrim
 Free unused memory reserved for graphs on a specific device and return it back to the OS. More...
 
interface  hipfort::hipuserobjectcreate
 Create an instance of userObject to manage lifetime of a resource. More...
 
interface  hipfort::hipuserobjectrelease
 Release number of references to resource. More...
 
interface  hipfort::hipuserobjectretain
 Retain number of references to resource. More...
 
interface  hipfort::hipgraphretainuserobject
 Retain user object for graphs. More...
 
interface  hipfort::hipgraphreleaseuserobject
 Release user object from graphs. More...
 
interface  hipfort::hipgraphdebugdotprint
 Write a DOT file describing graph structure. More...
 
interface  hipfort::hipgraphkernelnodecopyattributes
 Copies attributes from source node to destination node. More...
 
interface  hipfort::hipgraphnodesetenabled
 Enables or disables the specified node in the given graphExec. More...
 
interface  hipfort::hipgraphnodegetenabled
 Query whether a node in the given graphExec is enabled. More...
 
interface  hipfort::hipgraphaddexternalsemaphoreswaitnode
 Creates a external semaphor wait node and adds it to a graph. More...
 
interface  hipfort::hipgraphaddexternalsemaphoressignalnode
 Creates a external semaphor signal node and adds it to a graph. More...
 
interface  hipfort::hipgraphexternalsemaphoressignalnodesetparams
 Updates node parameters in the external semaphore signal node. More...
 
interface  hipfort::hipgraphexternalsemaphoreswaitnodesetparams
 Updates node parameters in the external semaphore wait node. More...
 
interface  hipfort::hipgraphexternalsemaphoressignalnodegetparams
 Returns external semaphore signal node params. More...
 
interface  hipfort::hipgraphexternalsemaphoreswaitnodegetparams
 Returns external semaphore wait node params. More...
 
interface  hipfort::hipgraphexecexternalsemaphoressignalnodesetparams
 Updates node parameters in the external semaphore signal node in the given graphExec. More...
 
interface  hipfort::hipgraphexecexternalsemaphoreswaitnodesetparams
 Updates node parameters in the external semaphore wait node in the given graphExec. More...
 
interface  hipfort::hipdrvgraphmemcpynodegetparams
 Gets a memcpy node's parameters. More...
 
interface  hipfort::hipdrvgraphmemcpynodesetparams
 Sets a memcpy node's parameters. More...
 
interface  hipfort::hipdrvgraphaddmemsetnode
 Creates a memset node and adds it to a graph. More...
 
interface  hipfort::hipdrvgraphaddmemfreenode
 Creates a memory free node and adds it to a graph. More...
 
interface  hipfort::hipdrvgraphexecmemcpynodesetparams
 Sets the parameters for a memcpy node in the given graphExec. More...
 
interface  hipfort::hipdrvgraphexecmemsetnodesetparams
 Sets the parameters for a memset node in the given graphExec. More...
 
interface  hipfort::hipmemaddressfree
 Frees an address range reservation made via hipMemAddressReserve. More...
 
interface  hipfort::hipmemaddressreserve
 Reserves an address range. More...
 
interface  hipfort::hipmemcreate
 Creates a memory allocation described by the properties and size. More...
 
interface  hipfort::hipmemexporttoshareablehandle
 Exports an allocation to a requested shareable handle type. More...
 
interface  hipfort::hipmemgetaccess
 Get the access flags set for the given location and ptr. More...
 
interface  hipfort::hipmemgetallocationgranularity
 Calculates either the minimal or recommended granularity. More...
 
interface  hipfort::hipmemgetallocationpropertiesfromhandle
 Retrieve the property structure of the given handle. More...
 
interface  hipfort::hipmemimportfromshareablehandle
 Imports an allocation from a requested shareable handle type. More...
 
interface  hipfort::hipmemmap
 Maps an allocation handle to a reserved virtual address range. More...
 
interface  hipfort::hipmemmaparrayasync
 Maps or unmaps subregions of sparse HIP arrays and sparse HIP mipmapped arrays. More...
 
interface  hipfort::hipmemrelease
 Release a memory handle representing a memory allocation which was previously allocated through hipMemCreate. More...
 
interface  hipfort::hipmemretainallocationhandle
 Returns the allocation handle of the backing memory allocation given the address. More...
 
interface  hipfort::hipmemsetaccess
 Set the access flags for each location specified in desc for the given virtual address range. More...
 
interface  hipfort::hipmemunmap
 Unmap memory allocation of a given address range. More...
 
interface  hipfort::hipgraphicsmapresources
 Maps a graphics resource for access. More...
 
interface  hipfort::hipgraphicssubresourcegetmappedarray
 Get an array through which to access a subresource of a mapped graphics resource. More...
 
interface  hipfort::hipgraphicsresourcegetmappedpointer
 Gets device accessible address of a graphics resource. More...
 
interface  hipfort::hipgraphicsunmapresources
 Unmaps graphics resources. More...
 
interface  hipfort::hipgraphicsunregisterresource
 Unregisters a graphics resource. More...
 
interface  hipfort::hipcreatesurfaceobject
 Create a surface object. More...
 
interface  hipfort::hipdestroysurfaceobject
 Destroy a surface object. More...
 
interface  hipfort::hipmemcpy_spt
 
interface  hipfort::hipmemcpytosymbol_spt
 
interface  hipfort::hipmemcpyfromsymbol_spt
 
interface  hipfort::hipmemcpy2d_spt
 
interface  hipfort::hipmemcpy2dfromarray_spt
 
interface  hipfort::hipmemcpy3d_spt
 
interface  hipfort::hipmemset_spt
 
interface  hipfort::hipmemsetasync_spt
 
interface  hipfort::hipmemset2d_spt
 
interface  hipfort::hipmemset2dasync_spt
 
interface  hipfort::hipmemset3dasync_spt
 
interface  hipfort::hipmemset3d_spt
 
interface  hipfort::hipmemcpyasync_spt
 
interface  hipfort::hipmemcpy3dasync_spt
 
interface  hipfort::hipmemcpy2dasync_spt
 
interface  hipfort::hipmemcpyfromsymbolasync_spt
 
interface  hipfort::hipmemcpytosymbolasync_spt
 
interface  hipfort::hipmemcpyfromarray_spt
 
interface  hipfort::hipmemcpy2dtoarray_spt
 
interface  hipfort::hipmemcpy2dfromarrayasync_spt
 
interface  hipfort::hipmemcpy2dtoarrayasync_spt
 
interface  hipfort::hipstreamquery_spt
 
interface  hipfort::hipstreamsynchronize_spt
 
interface  hipfort::hipstreamgetpriority_spt
 
interface  hipfort::hipstreamwaitevent_spt
 
interface  hipfort::hipstreamgetflags_spt
 
interface  hipfort::hipstreamaddcallback_spt
 
interface  hipfort::hipeventrecord_spt
 
interface  hipfort::hiplaunchcooperativekernel_spt
 
interface  hipfort::hiplaunchkernel_spt
 
interface  hipfort::hipgraphlaunch_spt
 
interface  hipfort::hipstreambegincapture_spt
 
interface  hipfort::hipstreamendcapture_spt
 
interface  hipfort::hipstreamiscapturing_spt
 
interface  hipfort::hipstreamgetcaptureinfo_spt
 
interface  hipfort::hipstreamgetcaptureinfo_v2_spt
 
interface  hipfort::hiplaunchhostfunc_spt
 
interface  hipfort::hipgetdriverentrypoint_spt
 
interface  hipfort::hipchoosedevice
 Device which matches hipDeviceProp_t is returned. More...
 

Modules

module  hipfort