This is an archive of the discontinued LLVM Phabricator instance.

[mlir][nvvm] Change return type of std::string of getPtx of PtxBuilder
ClosedPublic

Authored by guraypp on Jul 12 2023, 2:41 AM.

Details

Summary

getPtx used to return const char*. It is not flexible when one needs to build string in the function. This work changes return type.

Diff Detail

Event Timeline

guraypp created this revision.Jul 12 2023, 2:41 AM
Herald added a reviewer: dcaballe. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript
guraypp requested review of this revision.Jul 12 2023, 2:41 AM
springerm accepted this revision.Jul 12 2023, 5:56 AM
This revision is now accepted and ready to land.Jul 12 2023, 5:56 AM