Description Usage Arguments Value Examples
Compile the R function without excute it in the device.
1 2 3 4 5 6 7 | compileGPUCode(
X,
FUN,
...,
.macroParms = NULL,
.options = gpuSapply.getOption()
)
|
X |
a vector that |
FUN |
The function to be applied to each element of |
... |
optional arguments to |
.macroParms |
The function argument that will be treated as macro in the code. If an argument is treated as macro, its value cannot be changed by the code |
.options |
The package and openCL compilation options, please call |
A list of compilation information
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.