Skip to content

Commit

Permalink
address upstream conflict
Browse files Browse the repository at this point in the history
Merge branch 'develop' of https://github.com/cdeterman/gpuR into develop

Conflicts:
	R/wrappers-utils.R
  • Loading branch information
cdeterman committed Jul 22, 2016
2 parents 3416277 + 46305a4 commit c1b8891
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/wrappers-utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,8 @@ cpuInfo <- function(platform_idx=NULL, device_idx=NULL){
if(length(idx) == 0){
stop("No CPUs found in intialized contexts")
}else{
platform_idx <- contexts$platform_index[idx[1]]
device_idx <- contexts$device_index[idx[1]]
platform_idx <- contexts$platform_index[idx[1]] + 1
device_idx <- contexts$device_index[idx[1]] + 1
}
}

Expand Down

0 comments on commit c1b8891

Please sign in to comment.