This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Correctly handle HIP_PATH when ROCM_PATH is set
ClosedPublic

Authored by krzysz00 on Sep 26 2022, 1:48 PM.

Details

Summary

With the CMake file as written, if code elsewhere had set ROCM_PATH,
then HIP_PATH would not be set, breaking the rest of the ROCm
execution utility handling.

Diff Detail

Event Timeline

krzysz00 created this revision.Sep 26 2022, 1:48 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 26 2022, 1:48 PM
krzysz00 requested review of this revision.Sep 26 2022, 1:48 PM
mehdi_amini accepted this revision.Sep 26 2022, 8:29 PM
This revision is now accepted and ready to land.Sep 26 2022, 8:29 PM
This revision was automatically updated to reflect the committed changes.