This is an archive of the discontinued LLVM Phabricator instance.

[mlir][ExecutionEngine] Remove ScopedContext from ROCm wrappers
ClosedPublic

Authored by krzysz00 on Sep 27 2022, 9:14 AM.

Details

Summary

The push/pop context APIs are deprecated in HIP, and keeping the
default device set is handled in IHP using hipSetDevice().

Diff Detail

Event Timeline

krzysz00 created this revision.Sep 27 2022, 9:14 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 27 2022, 9:14 AM
krzysz00 requested review of this revision.Sep 27 2022, 9:14 AM
ThomasRaoux accepted this revision.Sep 27 2022, 9:18 AM
This revision is now accepted and ready to land.Sep 27 2022, 9:18 AM