has_cuML: Determine whether cuda.ml was linked to a valid version of...

Description Usage Value Examples

Description

Determine whether cuda.ml was linked to a valid version of the RAPIDS cuML shared library.

Usage

1

Value

A logical value indicating whether the current installation cuda.ml was linked to a valid version of the RAPIDS cuML shared library.

Examples

1
2
3
4
5
6
7
8
library(cuda.ml)

if (!has_cuML()) {
  warning(
    "Please install the RAPIDS cuML shared library first, and then re-",
    "install {cuda.ml}."
  )
}

cuda.ml documentation built on Jan. 8, 2022, 9:06 a.m.

Related to has_cuML in cuda.ml...