================
@@ -146,7 +146,7 @@ def GpuNVVMAttachTarget: Pass<"nvvm-attach-target", ""> {
            /*default=*/"\"sm_50\"",
            "Target chip.">,
     Option<"features", "features", "std::string",
-           /*default=*/"\"+ptx60\"",
+           /*default=*/"\"\"",
----------------
grypp wrote:

nit: you can add a comment here:

```
 Option<"features", "features", "std::string",
           /*default=*/"\"\"",
           "Target features, default is to use the minimum for the SM target.">,
```

https://github.com/llvm/llvm-project/pull/174834
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to