We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f97219 commit 867678dCopy full SHA for 867678d
mlir/lib/Target/LLVM/NVVM/Target.cpp
@@ -328,7 +328,7 @@ NVPTXSerializer::compileToBinary(const std::string &ptxCode) {
328
"--opt-level", optLevel});
329
330
bool useFatbin32 = false;
331
- for (auto cArg : cmdOpts.second) {
+ for (const auto *cArg : cmdOpts.second) {
332
// All `cmdOpts` are for `ptxas` except `-32` which passes `-32` to
333
// `fatbinary`, indicating a 32-bit target. By default a 64-bit target is
334
// assumed.
0 commit comments