[cudnn-frontend] Update to 1.27.0 - #53411
Conversation
6268b7d to
f0d08cd
Compare
Billy O'Neal (BillyONeal)
left a comment
There was a problem hiding this comment.
Thanks for the update! GPT 5.6 Sol reports:
The port still declares
MITand installs onlyLICENSE.txt, but 1.27.0 contains both Apache-2.0 and MIT headers. Upstream declaresApache-2.0 AND MITand provides the applicableLICENSING.md,LICENSE-MIT.txt, andNOTICE. Consequently, the package reports incorrect license metadata and omits required licensing material.The exported
cudnn_frontendCMake target does not discover or propagate its required cuDNN dependency. Consumers following the generated usage fail to linkcudnnGetVersion()unless they independently callfind_package(CUDNN)and linkCuDNN::CuDNN. The target also exposes an absolute CUDA include path from the build environment. The package configuration should resolve and transitively link cuDNN without embedding build-machine paths.Upstream now includes
include/cudnn_frontend/AGENTS.md, which is installed as a public header despite being repository-specific agent instructions rather than consumable package content.
Would you consider SunBlack#43 ?
./vcpkg x-add-version --alland committing the result.