-
Notifications
You must be signed in to change notification settings - Fork 123
torchsearchsorted on CUDA #18
Comments
Pytorch 1.6 now includes a torchsearchsorted module (which also works on the CPU) I'd recommend trying that out instead :) |
thank you~ i will try it. |
https://pytorch.org/docs/stable/generated/torch.searchsorted.html Any reason to hold on to the external searchsorted dependency? |
@Ilya-Muromets no reason at all :) Just that I haven't been able to get back to working on this repo since I published it |
Should be an easy PR if anyone's willing to volunteer |
Hi, |
hello, i have installed torchsearchsorted1.1, but when the code comes to error when running
inds = torchsearchsorted.searchsorted(cdf, u, side="right")
Exception: torchsearchsorted on CUDA device is asked, but it seems that it is not available. Please install it.
The text was updated successfully, but these errors were encountered: