check_runtime_options: Check a list of rkeops
runtime options provided in input
Description
The function check_runtime_options
checks the validity of rkeops
runtime
options provided in input as a list.
Usage
check_runtime_options(options)
Arguments
- options
a list (of class rkeops_runtime_options
) with the
following tagCpuGpu
, tag1D2D
, tagHostDevice
, device_id
.
Details
Refer to runtime_options()
for a detailed description of
these options.