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.
fatbin
bin
1 parent 8edcfa0 commit 8875f78Copy full SHA for 8875f78
mlir/test/lib/Dialect/GPU/TestLowerToNVVM.cpp
@@ -60,7 +60,7 @@ struct TestLowerToNVVMOptions
60
PassOptions::Option<std::string> cubinFormat{
61
*this, "cubin-format",
62
llvm::cl::desc("Compilation format to use to serialize to cubin."),
63
- llvm::cl::init("bin")};
+ llvm::cl::init("fatbin")};
64
PassOptions::Option<int> optLevel{
65
*this, "opt-level",
66
llvm::cl::desc("Optimization level for NVVM compilation"),
@@ -156,4 +156,4 @@ void registerTestLowerToNVVM() {
156
}
157
} // namespace test
158
} // namespace mlir
159
-#endif // MLIR_CUDA_CONVERSIONS_ENABLED
+#endif // MLIR_CUDA_CONVERSIONS_ENABLED
0 commit comments