Release Notes

CUDA 13.4

New Features

Compatibility Notes

  • The addition of the rounding mode template parameter changes the template signature of ct::exp() and ct::tanh(). The first template parameter is now rounding_mode rather than the tile element type. Code that explicitly specified the tile element type as a template argument in CUDA 13.3, such as ct::exp<double>(0.0), will no longer compile. Users should rely on template argument deduction instead, e.g. ct::exp(tile).

CUDA 13.3

  • Initial release