getPtx used to return const char*. It is not flexible when one needs to build string in the function. This work changes return type.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
guraypp added a child revision: D155060: [mlir][nvvm] Add `cp.async.bulk.tensor.shared.cluster.global`.Jul 12 2023, 2:49 AM
This revision is now accepted and ready to land.Jul 12 2023, 5:56 AM
Closed by commit rGffbca7e9f305: [mlir][nvvm] Change return type of std::string of getPtx of PtxBuilder (authored by guraypp). · Explain WhyJul 12 2023, 6:00 AM
This revision was automatically updated to reflect the committed changes.