Description Usage Arguments Value See Also Examples
The functions set the computing precision when compile the GPU code and the number of workers in a computing group.
1 |
... |
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.
1 2 3 4 5 6 7 8 9 | #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.