This is an archive of the discontinued LLVM Phabricator instance.

[CUDA] Bump the latest supported CUDA version to 11.4.
ClosedPublic

Authored by tra on Aug 17 2021, 2:59 PM.

Details

Summary

This should reduce the amount of noise issued by clang for the recent-ish CUDA versions.

Clang still does not support all the features offered by NVCC, but is expected
to handle CUDA headers and produce binaries for all GPUs supported by NVCC.

Diff Detail

Event Timeline

tra created this revision.Aug 17 2021, 2:59 PM
tra requested review of this revision.Aug 17 2021, 2:59 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 17 2021, 2:59 PM
Hahnfeld accepted this revision.Aug 18 2021, 2:36 AM

LG, should land after the other revisions are in.

This revision is now accepted and ready to land.Aug 18 2021, 2:36 AM
tra updated this revision to Diff 367259.Aug 18 2021, 11:03 AM
tra edited the summary of this revision. (Show Details)

Prepend space to version string.

tra updated this revision to Diff 367260.Aug 18 2021, 11:06 AM

Undo unintentional change.

tra updated this revision to Diff 367282.Aug 18 2021, 11:31 AM

Updated release notes.

This revision was landed with ongoing or failed builds.Aug 23 2021, 1:26 PM
This revision was automatically updated to reflect the committed changes.