hiplinkaddfile Interface Reference#
hipfort::hiplinkaddfile Interface Reference
Adds a file with bitcode to be linked with options. More...
Public Member Functions | |
| integer(kind(hipsuccess)) function | hiplinkaddfile_ (state, mytype, path, numoptions, options, optionvalues) |
Detailed Description
Adds a file with bitcode to be linked with options.
- Parameters
-
[in] state hip link state [in] type Type of the input data or bitcode [in] path Path to the input file where bitcode is present [in] numOptions Size of the options [in] options Array of options applied to this input [in] optionValues Array of option values cast to void*
- Returns
hipSuccess,hipErrorInvalidValue
If adding the file fails, it will
- Returns
hipErrorInvalidConfiguration
- See also
- hipError_t
Member Function/Subroutine Documentation
◆ hiplinkaddfile_()
| integer(kind(hipsuccess)) function hipfort::hiplinkaddfile::hiplinkaddfile_ | ( | type(c_ptr), value | state, |
| integer(kind(hipjitinputcubin)), value | mytype, | ||
| type(c_ptr), value | path, | ||
| integer(c_int), value | numoptions, | ||
| type(c_ptr), value | options, | ||
| type(c_ptr) | optionvalues | ||
| ) |
The documentation for this interface was generated from the following file: