listContexts | R Documentation |
Provide a data.frame of available OpenCL contexts and associated information.
listContexts()
data.frame containing the following fields
context |
Integer identifying context |
platform |
Character string listing OpenCL platform |
platform_index |
Integer identifying platform |
device |
Character string listing device name |
device_index |
Integer identifying device |
device_type |
Character string labeling device (e.g. gpu) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.