This is an archive of the discontinued LLVM Phabricator instance.

mlir-nvidia: added -DBUILD_SHARED_LIBS=ON
ClosedPublic

Authored by kuhnel on Dec 3 2020, 1:27 AM.

Diff Detail

Event Timeline

kuhnel created this revision.Dec 3 2020, 1:27 AM
kuhnel requested review of this revision.Dec 3 2020, 1:27 AM
kuhnel edited the summary of this revision. (Show Details)Dec 3 2020, 1:28 AM
herhut added inline comments.Dec 3 2020, 1:33 AM
buildbot/osuosl/master/config/builders.py
1092

I wonder whether we want this for all mlir builders in general. AFAIU the shared libs mode is the one that breaks more easily and also likely would show breakages for the non shared build. But I am far from an expert in the build setup with CMake.

stellaraccident accepted this revision.Dec 4 2020, 7:36 PM
stellaraccident added inline comments.
buildbot/osuosl/master/config/builders.py
1092

I'm game to try it on one and see.

This revision is now accepted and ready to land.Dec 4 2020, 7:36 PM
kuhnel updated this revision to Diff 309886.Dec 7 2020, 5:25 AM

enabled ccache

This revision was automatically updated to reflect the committed changes.
kuhnel added a comment.Dec 7 2020, 5:29 AM

Alright, change landed. It will take a while until that is deployed.

In the process I also:

  • updated the buildbot to use the latest buildbot worker version
  • kicked out python2
  • enabled ccache
  • fixed the docker volumes