include/hip/linker_types.h Source File#
linker_types.h
Go to the documentation of this file.
@ hipLibraryHostUniversalFunctionAndDataTable
Definition linker_types.h:125
@ hipJitOptionIRtoISAOptCountExt
Hip Only Count of linker options to be passed on to compiler.
Definition linker_types.h:87
@ hipJitOptionPositionIndependentCode
CUDA Only Generates Position Independent code.
Definition linker_types.h:80
@ hipJitOptionFastCompile
CUDA Only Set fast compile.
Definition linker_types.h:67
@ 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:84
@ hipJitOptionGenerateLineInfo
CUDA Only Generate line number information.
Definition linker_types.h:64
@ hipJitOptionErrorLogBufferSizeBytes
Definition linker_types.h:55
@ hipJitOptionWallTime
CUDA Only Value for total wall clock time.
Definition linker_types.h:51
@ 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:72
@ hipJitOptionTargetFromContext
CUDA Only The target context, which is the default.
Definition linker_types.h:59
@ hipJitOptionGenerateDebugInfo
CUDA Only Generate debug information.
Definition linker_types.h:62
@ hipJitOptionLogVerbose
CUDA Only Generate log verbose.
Definition linker_types.h:63
@ hipJitOptionFallbackStrategy
CUDA Only Fallback strategy.
Definition linker_types.h:61
@ hipJitOptionMaxThreadsPerBlock
CUDA only Maximum number of threads in a thread block.
Definition linker_types.h:83
@ hipJitOptionIRtoISAOptExt
Hip Only Linker options to be passed on to compiler.
Definition linker_types.h:86
@ hipJitInputLLVMArchivesOfBundledBitcode
HIP Only LLVM Archive of Bundled Bitcode.
Definition linker_types.h:104
@ hipJitNumLegacyInputTypes
Count of Legacy Input Types.
Definition linker_types.h:101
@ hipJitInputObject
Cuda Only Host Object with embedded device code.
Definition linker_types.h:96
@ hipJitInputLLVMBitcode
HIP Only LLVM Bitcode or IR assembly.
Definition linker_types.h:102
@ hipJitInputLLVMBundledBitcode
HIP Only LLVM Clang Bundled Code.
Definition linker_types.h:103