View source: R/ExecutionEngine.R
InitializeNativeTarget | R Documentation |
If one is to use any of LLVM's JIT operations in the R session, one needs to call this function in order to ensure that the relevant initialization is done for the particular host.
InitializeNativeTarget()
llvmShutdown()
llvmStartMultiThreaded()
llvmStopMultiThreaded()
llvmVersion()
getLLVMTargets()
InitializeAllAsmParsers()
InitializeAllAsmPrinters()
InitializeAllTargets()
InitializeAllTargetMCs()
InitializeNVPTXTarget()
InitializeCppBackendTarget()
A logical value.
Duncan Temple Lang
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.