Learn R Programming

cuda.ml (version 0.3.2)

cuML_major_version: Get the major version of the RAPIDS cuML shared library cuda.ml was linked to.

Description

Get the major version of the RAPIDS cuML shared library cuda.ml was linked to.

Usage

cuML_major_version()

Arguments

Value

The major 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

Run this code
# NOT RUN {
library(cuda.ml)

print(cuML_major_version())
# }

Run the code above in your browser using DataLab