Compatibility — NVIDIA cuDNN Backend (original) (raw)

cuDNN API Compatibility#

cuDNN API compatibility refers to forward and backward compatibility of cuDNN with applications built against other versions of cuDNN.

Beginning in cuDNN 7, the binary compatibility of a patch and minor releases is maintained as follows:

API compatibility is not guaranteed across major versions of cuDNN. In other words, applications built against cuDNN version y.x are not guaranteed to work with cuDNN version z.x if y != z.

Forward-Compatibility and the Legacy API#

Most of the legacy API is forward compatible today. For example, the following commonly used legacy API routines are forward compatible:

The following is an exhaustive list of legacy API routines that are not yet forward compatible. All other legacy API usage is forward compatible.

It is also worth noting that while portions of the legacy API are deprecated, this does not impact forward compatibility. The above list is the source of truth for what isn’t forward compatible within the legacy API.