gpuSapply.getOption: Get the package compilation options

View source: R/gpuApply.R

gpuSapply.getOptionR Documentation

Get the package compilation options

Description

Get the package compilation options, the openCl compilation options(kernel.getOption()) are also included.

Usage

gpuSapply.getOption()

Details

There are a few options that are allowed to be changed, they are: sapplyOption.debugCode: Replace the compiled GPU code with your customized code, this option is useful when you want to debug the compiled code, or when you want to customize the compiled code.

sapplyOption.compileEveryTime: Specify whether you want the compiler to compile the R code everytime.

Value

An options class

Examples

opt=gpuSapply.getOption()

Jiefei-Wang/gpuMagic documentation built on March 27, 2022, 5:23 a.m.