Remove support for CuDNN v2 runtime/compile from TensorFlow. (#3250)
Major changes in the APIs between CuDNN versions make it hard to update to newer versions of the library as they come out every few months (as can be seen by the lines removed by this commit). As CuDNN APIs become more stable we can likely leave support for more versions, but V2 was particularly problematic, and versions V3+ are a large enough improvement over V2 that we don't need to support V2 anymore. When V6 comes out, we'll re-evaluate the list of supported versions and see whether to drop V3 at that time.
Loading
Please sign in to comment