[flang-commits] [flang] [mlir] [flang][cuda] Add bind(c) interfaces for __fadd_rd and __fadd_ru (PR #122535)
Valentin Clement バレンタイン クレメン via flang-commits
flang-commits at lists.llvm.org
Fri Jan 10 16:44:16 PST 2025
================
@@ -323,6 +323,7 @@ NVPTXSerializer::compileToBinary(const std::string &ptxCode) {
std::optional<TmpFile> ptxFile = createTemp(basename, "ptx");
if (!ptxFile)
return std::nullopt;
+ ptx.releaseFile();
----------------
clementval wrote:
```suggestion
```
https://github.com/llvm/llvm-project/pull/122535
More information about the flang-commits
mailing list