Skip to content

Commit

Permalink
[quidditch_snitch] Improve wait_for_dma_transfers without tokens sy…
Browse files Browse the repository at this point in the history
…ntax (#111)
  • Loading branch information
zero9178 authored Aug 17, 2024
1 parent 539c632 commit 9776fed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ def QuidditchSnitch_WaitForDMATransfersOp
);

let assemblyFormat = [{
$tokens `:` type($tokens) attr-dict
($tokens^ `:` type($tokens))? attr-dict
}];

let hasFolder = 1;
Expand Down
1 change: 1 addition & 0 deletions codegen/tests/Dialect/Snitch/IR/roundtrip.mlir
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ func.func @test(%arg0 : memref<f64>) {
^bb0(%arg1 : memref<f64>):

}
quidditch_snitch.wait_for_dma_transfers
return
}

Expand Down

0 comments on commit 9776fed

Please sign in to comment.