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
Currently, the user selects the GPU where is the CudaImage with CudaGetMaxFlopsDev. Enabling the possibility to select the GPU manually is necessary. Similar to what torch does with torch.tensor(x, device='cuda:2').
Currently, the user selects the GPU where is the
CudaImagewithCudaGetMaxFlopsDev. Enabling the possibility to select the GPU manually is necessary. Similar to what torch does withtorch.tensor(x, device='cuda:2').