avgtime=0.2651021957397461sec # - check gpudevice = torch.device("cuda:0"iftorch.cuda.is_available()else"cpu")print(device) ga = torch.from_numpy(a).float().to(device) gb = torch.from_numpy(b).float().to(device) gk = torch.from_numpy(k).float().to(device) cuda:0 # - try t...
avgtime=0.2651021957397461sec # - check gpudevice = torch.device("cuda:0"iftorch.cuda.is_available()else"cpu")print(device) ga = torch.from_numpy(a).float().to(device) gb = torch.from_numpy(b).float().to(device) gk = torch.from_numpy(k).float().to(device) cuda:0 # - try t...