gpuSapply.getOption | R Documentation |
Get the package compilation options, the openCl compilation options(kernel.getOption()
) are also included.
gpuSapply.getOption()
There are a few options that are allowed to be changed, they are:
sapplyOption.debugCode
: Replace the compiled GPU code with your customized code, this option is
useful when you want to debug the compiled code, or when you want to customize the compiled code.
sapplyOption.compileEveryTime
: Specify whether you want the compiler to compile the R code everytime.
An options class
opt=gpuSapply.getOption()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.