When I use half-precision reasoning, I encounter this problem, how can I solve it? Thanks~
./torchdiffeq/_impl/misc.py", line 193, in forward
t = _nextafter(t, t - 1)
^^^^^^^^^^^^^^^^^^^^
./torchdiffeq/_impl/misc.py", line 361, in _nextafter
out = torch.nextafter(x1, x2)
^^^^^^^^^^^^^^^^^^^^^^^
RuntimeError: "nextafter_cuda" not implemented for 'Half'
When I use half-precision reasoning, I encounter this problem, how can I solve it? Thanks~