[Mlir-commits] [mlir] [MLIR][NVVM] Add `cmd-options` to pass flags to the downstream compiler (PR #127457)
Durgadoss R
llvmlistbot at llvm.org
Mon Feb 17 01:54:55 PST 2025
================
@@ -37,6 +37,10 @@ struct GPUToNVVMPipelineOptions
*this, "cubin-format",
llvm::cl::desc("Compilation format to use to serialize to cubin."),
llvm::cl::init("fatbin")};
+ PassOptions::Option<std::string> cmdOptions{
+ *this, "cmd-options",
+ llvm::cl::desc("Command line options to pass downstream compiler."),
----------------
durga4github wrote:
nit: to pass to downstream compiler...
https://github.com/llvm/llvm-project/pull/127457
More information about the Mlir-commits
mailing list