Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions extensions/INTEL/SPV_INTEL_kernel_attributes.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -154,10 +154,10 @@ _StallFreeReturn_

| 6160 | *RegisterMapInterfaceINTEL* +
Indicates that the kernel has a single register based interface that is shared across all kernel control signals and kernel arguments.
_AcceptDownstreamStall_ is a boolean type scalar.
If _AcceptDownstreamStall_ is `true`, it indicates that the kernel interface will contain a stall register that can be used to back-pressure the kernel, while if it is `false`, it indicates that it will not.
_WaitForDoneWrite_ is a boolean type scalar.
If _WaitForDoneWrite_ is `true`, it indicates that the kernel interface will contain a stall register that can be used to back-pressure the kernel, while if it is `false`, it indicates that it will not.
3+^| Literal +
_AcceptDownstreamStall_
_WaitForDoneWrite_
| *FPGAKernelAttributesv2INTEL*

|====
Expand Down
6 changes: 3 additions & 3 deletions extensions/INTEL/SPV_INTEL_kernel_attributes.html
Original file line number Diff line number Diff line change
Expand Up @@ -734,10 +734,10 @@ <h3 id="_execution_mode">Execution Mode</h3>
<td class="tableblock halign-left valign-top"><p class="tableblock">6160</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><strong>RegisterMapInterfaceINTEL</strong><br>
Indicates that the kernel has a single register based interface that is shared across all kernel control signals and kernel arguments.
<em>AcceptDownstreamStall</em> is a boolean type scalar.
If <em>AcceptDownstreamStall</em> is <code>true</code>, it indicates that the kernel interface will contain a stall register that can be used to back-pressure the kernel, while if it is <code>false</code>, it indicates that it will not.</p></td>
<em>WaitForDoneWrite</em> is a boolean type scalar.
If <em>WaitForDoneWrite</em> is <code>true</code>, it indicates that the kernel interface will contain a stall register that can be used to back-pressure the kernel, while if it is <code>false</code>, it indicates that it will not.</p></td>
<td class="tableblock halign-center valign-top" colspan="3"><p class="tableblock">Literal<br>
<em>AcceptDownstreamStall</em></p></td>
<em>WaitForDoneWrite</em></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><strong>FPGAKernelAttributesv2INTEL</strong></p></td>
</tr>
</tbody>
Expand Down