This is an archive of the discontinued LLVM Phabricator instance.

[HIP] Support ASAN with malloc/free
ClosedPublic

Authored by yaxunl on Feb 1 2023, 2:07 PM.

Details

Summary

Device side malloc/free needs special implementation for ASAN.

Diff Detail

Event Timeline

yaxunl created this revision.Feb 1 2023, 2:07 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 1 2023, 2:07 PM
yaxunl requested review of this revision.Feb 1 2023, 2:07 PM
tra accepted this revision.Feb 2 2023, 10:17 AM
This revision is now accepted and ready to land.Feb 2 2023, 10:17 AM
arsenm added a subscriber: arsenm.Feb 2 2023, 2:25 PM
arsenm added inline comments.
clang/test/Headers/hip-header.hip
142

Should convert this test to opaque pointers before or after

yaxunl marked an inline comment as done.Feb 2 2023, 3:01 PM
yaxunl added inline comments.
clang/test/Headers/hip-header.hip
142

will do it after

This revision was landed with ongoing or failed builds.Feb 6 2023, 7:21 AM
This revision was automatically updated to reflect the committed changes.
yaxunl marked an inline comment as done.
Herald added a project: Restricted Project. · View Herald TranscriptFeb 6 2023, 7:21 AM