View source: R/wrappers-utils.R
deviceHasDouble | R Documentation |
This function checks the GPU device extensions for the variable cl_khr_fp64 which means the device supports double precision.
deviceHasDouble(
gpu_idx = currentDevice()$device_index,
context_idx = currentContext()
)
gpu_idx |
An integer value indicating which gpu to query. |
context_idx |
An integer value indicating which context to query. |
A boolean designating whether the device supports double precision
gpuInfo
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.