gpuMagic.setOptions | R Documentation |
The functions set the computing precision when compile the GPU code and the number of workers in a computing group.
gpuMagic.setOptions(...)
... |
There are two possible ways to set the options. You can either provide
to change the options. |
No return value
gpuMagic.getOptions()
for the name of the options.
#Get all the available options opt=gpuMagic.getOptions() #change the default float type opt$default.float='float' #set the options gpuMagic.setOptions(opt) #set the options(Alternative way) gpuMagic.setOptions(default.float='float')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.