Relative Content

Tag Archive for cudanvidianumbagpgpuptx

PTX equivalent for “nextafter”?

Hacking on numba, I am trying to find the PTX-equivalent of nextafter. The official PTX documentation does not include one specific instruction, as far as I can tell (though I could be overlooking it), so I assume this has to be implemented “manually” (in PTX code).

PTX equivalent for “next_after”?

Hacking on numba, I am trying to find the PTX-equivalent of next_after. The official PTX documentation does not include one specific instruction, as far as I can tell (though I could be overlooking it), so I assume this has to be implemented “manually” (in PTX code).