This is an archive of the discontinued LLVM Phabricator instance.

[libomptarget][amdgcn] Implement missing symbols in deviceRTL
ClosedPublic

Authored by JonChesterfield on Oct 19 2020, 1:15 PM.

Details

Summary

[libomptarget][amdgcn] Implement missing symbols in deviceRTL

Malloc, wtime are stubs. Malloc needs a hostrpc implementation which is
a work in progress, wtime needs some experimentation to find out the
multiplier to get a time in seconds as documentation is scarce.

Diff Detail

Event Timeline

Herald added a project: Restricted Project. · View Herald TranscriptOct 19 2020, 1:15 PM
JonChesterfield requested review of this revision.Oct 19 2020, 1:15 PM
ronlieb accepted this revision.Oct 19 2020, 4:13 PM

lgtm

This revision is now accepted and ready to land.Oct 19 2020, 4:13 PM

Can we now abandon D75581?

Yes, lets. The benchmarking to guess the frequency isn't a big piece of work, but I don't seem to have got around to it so far.