listContexts {gpuR}R Documentation

Available OpenCL Contexts

Description

Provide a data.frame of available OpenCL contexts and associated information.

Usage

listContexts()

Value

data.frame containing the following fields

context

Integer identifying context

platform

Character string listing OpenCL platform

platform_index

Integer identifying platform

device

Character string listing device name

device_index

Integer identifying device

device_type

Character string labeling device (e.g. gpu)


[Package gpuR version 2.0.6 Index]