This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP][DeviceRTL] Fix the support for tasking on the device
ClosedPublic

Authored by tianshilei1992 on Jan 11 2023, 8:09 PM.

Details

Summary

This patch fixes the support for tasking on the device.

Note: AMDGPU doesn't support it yet because of no support for malloc and free.

Fix #59946.

➜  ./test_parallel_master_device
[OMPVV_RESULT: test_parallel_master_device.c] Test passed on the device.

Diff Detail

Event Timeline

tianshilei1992 created this revision.Jan 11 2023, 8:09 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 11 2023, 8:09 PM
tianshilei1992 requested review of this revision.Jan 11 2023, 8:09 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 11 2023, 8:09 PM
tianshilei1992 edited the summary of this revision. (Show Details)Jan 11 2023, 8:10 PM
This revision is now accepted and ready to land.Jan 11 2023, 8:38 PM