Skip to content

Commit

Permalink
Minor documentation update (#1796)
Browse files Browse the repository at this point in the history
  • Loading branch information
fifield authored Sep 26, 2024
1 parent 9cf8c0e commit 9049aa2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions include/aie/Conversion/Passes.td
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def ConvertAIEToTransaction : Pass<"convert-aie-to-transaction",
let description = [{
This pass converts aie.device operations to a sequence of transaction binary
operations (writes, masked writes, and block writes) that can be used to
to configure the npu device. The transaction operations are emitted as
configure the npu device. The transaction operations are emitted as
`npu.write32`, `npu.maskwrite32`, and `npu.blockwrite` operations. A new
`aiex.runtime_sequence` operation is inserted into the `aie.device` to
contain the new transaction operations sequence.
Expand All @@ -84,9 +84,9 @@ def ConvertAIEToControlPackets : Pass<"convert-aie-to-control-packets",
let summary = "Convert AIE dialect to npu control packet operations";
let description = [{
This pass converts aie.device operations to a sequence of control packet
operations (writes, masked writes, and block writes) that can be used to
to configure the npu device. A new `aiex.runtime_sequence` operation is
inserted into the `aie.device` to contain the new control packet sequence.
operations (`npu.control_packet`) that can be used to configure the npu
device. A new `aiex.runtime_sequence` operation is inserted into the
`aie.device` to contain the new control packet sequence.
}];
let constructor = "xilinx::AIE::createConvertAIEToControlPacketsPass()";
let dependentDialects = ["xilinx::AIE::AIEDialect",
Expand Down

0 comments on commit 9049aa2

Please sign in to comment.