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 710f238 commit 83caf8bCopy full SHA for 83caf8b
src/enzyme_ad/jax/Passes/Tessera/FuncToTessera.cpp
@@ -45,7 +45,7 @@ class FuncOpRewrite final : public OpRewritePattern<func::FuncOp> {
45
46
// Create the `tessera.define` op
47
auto tesseraDefineOp = rewriter.create<tessera::DefineOp>(
48
- funcOp.getLoc(), funcOp.getName(), fnType);
+ funcOp.getLoc(), funcOp.getName(), fnType);
49
50
// Copy over all attributes other than the function name and type.
51
for (const auto &namedAttr : funcOp->getAttrs()) {
0 commit comments