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 f1a7e50 commit 1269f96Copy full SHA for 1269f96
mlir/lib/Dialect/GPU/Transforms/SerializeToCubin.cpp
@@ -45,6 +45,8 @@ namespace {
45
class SerializeToCubinPass
46
: public PassWrapper<SerializeToCubinPass, gpu::SerializeToBlobPass> {
47
public:
48
+ MLIR_DEFINE_EXPLICIT_INTERNAL_INLINE_TYPE_ID(SerializeToCubinPass)
49
+
50
SerializeToCubinPass();
51
52
StringRef getArgument() const override { return "gpu-to-cubin"; }
0 commit comments