This is an archive of the discontinued LLVM Phabricator instance.

[mlir] fix the rocm runtime wrapper to account for cuda / rocm api differences
ClosedPublic

Authored by gysit on Jan 20 2021, 1:05 AM.

Details

Summary

The patch adapts the rocm runtime wrapper due to subtle differences between the cuda and the rocm/hip runtime api.

Diff Detail

Event Timeline

gysit created this revision.Jan 20 2021, 1:05 AM
gysit requested review of this revision.Jan 20 2021, 1:05 AM
csigg accepted this revision.Jan 20 2021, 2:33 AM

Thanks for the fix!

This revision is now accepted and ready to land.Jan 20 2021, 2:33 AM