This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Support passing ostream as argument for the create function.
ClosedPublic

Authored by okkwon on Jun 9 2022, 3:17 PM.

Details

Summary

The constructor already supports passing an ostream as argument,
so let's make the create function support it too.

Diff Detail

Event Timeline

okkwon created this revision.Jun 9 2022, 3:17 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 9 2022, 3:17 PM
okkwon requested review of this revision.Jun 9 2022, 3:17 PM
okkwon added a comment.Jun 9 2022, 4:29 PM

The build failed because there is no space available.

File "/usr/lib/python3.9/multiprocessing/synchronize.py", line 57, in __init__
  sl = self._semlock = _multiprocessing.SemLock(

OSError: [Errno 28] No space left on device

mehdi_amini accepted this revision.Jun 9 2022, 4:31 PM
This revision is now accepted and ready to land.Jun 9 2022, 4:31 PM
This revision was landed with ongoing or failed builds.Jun 9 2022, 4:36 PM
This revision was automatically updated to reflect the committed changes.