include/hip/linker_types.h Source File#
linker_types.h
Go to the documentation of this file.
@ hipJitOptionIRtoISAOptCountExt
Hip Only Count of linker options to be passed on to compiler.
Definition linker_types.h:84
@ hipJitOptionPositionIndependentCode
CUDA Only Generates Position Independent code.
Definition linker_types.h:77
@ hipJitOptionFastCompile
CUDA Only Set fast compile.
Definition linker_types.h:66
@ hipJitOptionInfoLogBuffer
CUDA Only Pointer to the buffer with logged information.
Definition linker_types.h:52
@ hipJitOptionErrorLogBuffer
CUDA Only Pointer to the buffer with logged error(s)
Definition linker_types.h:54
@ hipJitOptionThreadsPerBlock
CUDA Only Number of thread per block.
Definition linker_types.h:50
@ hipJitOptionOverrideDirectiveValues
Cuda only Override Directive values.
Definition linker_types.h:81
@ hipJitOptionGenerateLineInfo
CUDA Only Generate line number information.
Definition linker_types.h:63
@ hipJitOptionErrorLogBufferSizeBytes
CUDA Only Size of the buffer in bytes for logged error(s)
Definition linker_types.h:55
@ hipJitOptionGlobalSymbolNames
CUDA Only Array of device symbol names to be relocated to the host.
Definition linker_types.h:67
@ hipJitOptionWallTime
CUDA Only Value for total wall clock time.
Definition linker_types.h:51
@ hipJitOptionGlobalSymbolAddresses
CUDA Only Array of host addresses to be relocated to the device.
Definition linker_types.h:68
@ hipJitOptionInfoLogBufferSizeBytes
CUDA Only Size of the buffer in bytes for logged info.
Definition linker_types.h:53
@ hipJitOptionGlobalSymbolCount
CUDA Only Number of symbol count.
Definition linker_types.h:69
@ hipJitOptionTargetFromContext
CUDA Only The target context, which is the default.
Definition linker_types.h:58
@ hipJitOptionGenerateDebugInfo
CUDA Only Generate debug information.
Definition linker_types.h:61
@ hipJitOptionLogVerbose
CUDA Only Generate log verbose.
Definition linker_types.h:62
@ hipJitOptionFallbackStrategy
CUDA Only Fallback strategy.
Definition linker_types.h:60
@ hipJitOptionMaxThreadsPerBlock
CUDA only Maximum number of threads in a thread block.
Definition linker_types.h:80
@ hipJitOptionIRtoISAOptExt
Hip Only Linker options to be passed on to compiler.
Definition linker_types.h:83
@ hipJitInputLLVMArchivesOfBundledBitcode
HIP Only LLVM Archive of Bundled Bitcode.
Definition linker_types.h:101
@ hipJitNumLegacyInputTypes
Count of Legacy Input Types.
Definition linker_types.h:98
@ hipJitInputObject
Cuda Only Host Object with embedded device code.
Definition linker_types.h:93
@ hipJitInputLLVMBitcode
HIP Only LLVM Bitcode or IR assembly.
Definition linker_types.h:99
@ hipJitInputLLVMBundledBitcode
HIP Only LLVM Clang Bundled Code.
Definition linker_types.h:100