cuML_minor_version {cuda.ml} | R Documentation |
Get the minor version of the RAPIDS cuML shared library cuda.ml was linked to.
Description
Get the minor version of the RAPIDS cuML shared library cuda.ml was linked to.
Usage
cuML_minor_version()
Value
The minor version of the RAPIDS cuML shared library cuda.ml was
linked to in a character vector, or NA_character_
if cuda.ml was not
linked to any version of RAPIDS cuML.
Examples
library(cuda.ml)
print(cuML_minor_version())
[Package cuda.ml version 0.3.2 Index]