This is an archive of the discontinued LLVM Phabricator instance.

[nvptx-arch] Remove `find_package(CUDA)` as it has been deprecated.
ClosedPublic

Authored by jhuber6 on Jan 25 2023, 11:26 AM.

Details

Summary

Since D137724 and the LLVM 17 release we have updated to CMake version
3.20. This means we can use find_package(CUDAToolkit) instead as the
legacy module is deprecated.

Diff Detail

Event Timeline

jhuber6 created this revision.Jan 25 2023, 11:26 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 25 2023, 11:26 AM
jhuber6 requested review of this revision.Jan 25 2023, 11:26 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 25 2023, 11:26 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
This revision is now accepted and ready to land.Jan 25 2023, 11:30 AM
This revision was landed with ongoing or failed builds.Jan 25 2023, 11:58 AM
This revision was automatically updated to reflect the committed changes.