This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP][NFC] Added release note for new `deviceRTLs` and hidden helper task
ClosedPublic

Authored by tianshilei1992 on Jan 27 2021, 7:34 PM.

Details

Summary

Added release note for new deviceRTLs and hidden helper task for LLVM
12.

Diff Detail

Event Timeline

tianshilei1992 created this revision.Jan 27 2021, 7:34 PM
tianshilei1992 requested review of this revision.Jan 27 2021, 7:34 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 27 2021, 7:34 PM
jdoerfert accepted this revision.Jan 27 2021, 7:45 PM

LG, some suggestions for the final version.

openmp/docs/ReleaseNotes.rst
66

"implemented (via|with|using) ... intrinsics"
non-CUDA system -> CUDA-free system (maybe)
Say that if CUDA is specified or found, the behavior did not change and CUDA is used.

Make the static NVPTX runtime replacement a new bullet point please.

"A bitcode device library is"
"If the library is not found in the default path or any of the paths defined by the `LIBRARY_PATH` environment variable, an error will be raised."
"User can also specify it via" -> "Users can specify the path to the bitcode device library via"

This revision is now accepted and ready to land.Jan 27 2021, 7:45 PM
This revision was landed with ongoing or failed builds.Jan 29 2021, 10:13 AM
This revision was automatically updated to reflect the committed changes.