This is an archive of the discontinued LLVM Phabricator instance.

[Polly] [GPUJIT] [Untested] Switch from Runtime API calls for managed memory to Driver API calls.
ClosedPublic

Authored by bollu on Aug 19 2017, 8:18 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

bollu created this revision.Aug 19 2017, 8:18 AM

@PhilippSchaad - Can you confirm that this now allows you to link on a machine without CUDA? Sorry for letting this slip by, I mixed up the runtime/driver APIs.

bollu updated this revision to Diff 111825.Aug 19 2017, 8:20 AM
  • [NFC] remove blank line
PhilippSchaad accepted this revision.Aug 19 2017, 8:24 AM

Thank you for the quick fix! I can confirm that it works.

This revision is now accepted and ready to land.Aug 19 2017, 8:24 AM
bollu retitled this revision from [Polly] [GPUJIT] [Untested] Switch from Runtime API calls for managed memory to Driver API calls. [NFC] to [Polly] [GPUJIT] [Untested] Switch from Runtime API calls for managed memory to Driver API calls..Aug 20 2017, 6:34 AM
This revision was automatically updated to reflect the committed changes.