You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I hope this is not the wrong place to ask questions.
I am new to R and gpu computing, and I am trying to run this script with gpu_cox. But I was stuck in getting the gpudevice with listOpenCLDevices()
I can find my gpudevice with OpenCL R package, and can do some gpu computing on python with xgboost. So, I think hardware should support gpu computing. It can be I missed some setting for R?
I checked the source code for listOpenCLDevices, which is
function ()
{
.Call(`_Cyclops_listOpenCLDevices`)
}
It seems it is calling a c function, named "_Cyclops_listOpenCLDevices"? But, I do not know where to find it and check how to fix this issue.
Could anyone please give me some advice?
Many thanks,
Yueh
The text was updated successfully, but these errors were encountered:
Hi,
I hope this is not the wrong place to ask questions.
I am new to R and gpu computing, and I am trying to run this script with gpu_cox. But I was stuck in getting the gpudevice with listOpenCLDevices()
I can find my gpudevice with OpenCL R package, and can do some gpu computing on python with xgboost. So, I think hardware should support gpu computing. It can be I missed some setting for R?
I checked the source code for listOpenCLDevices, which is
It seems it is calling a c function, named "_Cyclops_listOpenCLDevices"? But, I do not know where to find it and check how to fix this issue.
Could anyone please give me some advice?
Many thanks,
Yueh
The text was updated successfully, but these errors were encountered: