Skip to content

Commit

Permalink
Push docs and doxygen updates into gh-pages branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Doxygen Bot (GitHub Action) committed Oct 10, 2024
1 parent 1dcfe5a commit f6e28c0
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions Dialects/krnl.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,12 @@ Interfaces: `MemoryEffectOpInterface`
| :-----: | ----------- |
| `parameters` | variadic of any type

#### Results:

| Result | Description |
| :----: | ----------- |
| `returnValue` | variadic of floating-point or integer

### `krnl.copy_from_tile_buffer` (KrnlCopyFromBufferOp)

_Copy from buffer._
Expand Down Expand Up @@ -1193,6 +1199,25 @@ create a new memref inside the region and use it outside of the region.

Traits: `AffineScope`, `NoTerminator`, `SingleBlock`

### `krnl.round_even` (KrnlRoundEvenOp)

_Krnl round to nearest even operation_

Krnl round to nearest even operation. Accept scalar or vector float values.
Vector must be 1D of a size that is a multiple of the hardware vector size.

#### Operands:

| Operand | Description |
| :-----: | ----------- |
| `in` | floating-point-like

#### Results:

| Result | Description |
| :----: | ----------- |
| `out` | floating-point-like

### `krnl.seqalloc` (KrnlSeqAllocOp)

_Krnl create a sequence_
Expand Down

0 comments on commit f6e28c0

Please sign in to comment.