R/chooseGpu.R

Defines functions chooseGpu

Documented in chooseGpu

chooseGpu <- function(deviceId = 0) 
{
	deviceId <- as.integer(deviceId)
	.C("rsetDevice", deviceId, PACKAGE='gputools')
}

Try the gputools package in your browser

Any scripts or data that you put into this service are public.

gputools documentation built on May 30, 2017, 1:52 a.m.