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
import RedLionfishDeconv.RLDeconv3DReiknaOCL as rlocl
rlocl.RL_CL_PLATFORM_PREFERENCE="intel" # sets to use intel CPU as openCL device
res_ocl_intel = rlocl.nonBlock_RLDeconvolutionReiknaOCL(data,datapsf, niter=niter)
The only way to choose a diferent device is to change this bit of the code right in the reikna.py?
Basically if we want to setup parallel multi GPU or using the integrated GPU it's the only way to select the device?
ty for RedLionFish
The text was updated successfully, but these errors were encountered: