Skip to content

Force CMake>=3.5 when building cuDNN FE#10

Merged
szalpal merged 1 commit intoNVIDIA:mainfrom
rostan-t:cudnn-update-cmake
Apr 2, 2025
Merged

Force CMake>=3.5 when building cuDNN FE#10
szalpal merged 1 commit intoNVIDIA:mainfrom
rostan-t:cudnn-update-cmake

Conversation

@rostan-t
Copy link
Collaborator

@rostan-t rostan-t commented Apr 1, 2025

cuDNN FrontEnd depends on DLPack 0.8, which uses CMake 3.2.

CMake 4.0 dropped support for CMake<3.5. This shouldn't break anything in DLPack as a similar fix was done recently upstream1. This fix might not be necessary in the future if cuDNN FE switches to a version of DLPack supporting newer CMake.

Footnotes

  1. https://github.com/dmlc/dlpack/pull/163

cuDNN FE depends on dlpack 0.8, which uses CMake 3.2.

CMake 4.0 dropped support for CMake<3.5. This shouldn't break anything in DLPack as a similar fix was done recently upstream (dmlc/dlpack#163).

Signed-off-by: Rostan Tabet <[email protected]>
@rostan-t rostan-t self-assigned this Apr 1, 2025
@rostan-t rostan-t requested a review from szalpal April 1, 2025 16:19
@szalpal szalpal merged commit 074053a into NVIDIA:main Apr 2, 2025
@rostan-t rostan-t deleted the cudnn-update-cmake branch April 2, 2025 17:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants