This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP][Docs] Add FAQ entry about math and complex on GPUs
ClosedPublic

Authored by jdoerfert on Dec 22 2020, 10:50 AM.

Diff Detail

Event Timeline

jdoerfert created this revision.Dec 22 2020, 10:50 AM
jdoerfert requested review of this revision.Dec 22 2020, 10:50 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 22 2020, 10:50 AM
Herald added a subscriber: sstefan1. · View Herald Transcript
ye-luo added a subscriber: ye-luo.Dec 22 2020, 10:57 AM
ye-luo added inline comments.
openmp/docs/SupportAndFAQ.rst
93

I remember math.h can be difficult for C++. better to say math.h and complex.h for C and cmath and complex for C++.

tianshilei1992 accepted this revision.Dec 22 2020, 10:59 AM

LGTM. Thanks! Our FAQ is getting better!

This revision is now accepted and ready to land.Dec 22 2020, 10:59 AM
jdoerfert added inline comments.Dec 22 2020, 11:01 AM
openmp/docs/SupportAndFAQ.rst
93

Will do, though I'm curious what the problem is.

This revision was landed with ongoing or failed builds.Dec 22 2020, 11:05 AM
This revision was automatically updated to reflect the committed changes.