Skip to content

Commit e92a6be

Browse files
committed
Fix doc bullet points
1 parent a49c189 commit e92a6be

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/advanced/accelerator.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,10 @@ VitisAccelerator Backend
8282

8383
The ``vitis accelerator`` backned makes use of the vitis kernel flow to and streamlines the generation of an hls4ml project targeting PCIe accelerators.
8484
Vitis accelerator backend supports the following boards:
85+
<<<<<<< Updated upstream
86+
=======
87+
88+
>>>>>>> Stashed changes
8589
* `alveo u55c <https://www.xilinx.com/products/boards-and-kits/alveo/u55c.html>`
8690
* `alveo-u50 <https://www.xilinx.com/products/boards-and-kits/alveo/u50.html>`
8791
* `alveo u250 <https://www.xilinx.com/products/boards-and-kits/alveo/u250.html>`
@@ -91,7 +95,11 @@ The backend generates an OpenCL host code that uploads and runs the kernel on th
9195
Example
9296
=======
9397

98+
<<<<<<< Updated upstream
9499
The following example is a modified version of `hsl4ml example 7 <https://github.com/fastmachinelearning/hls4ml-tutorial/blob/master/part7_deployment.ipynb>`.
100+
=======
101+
The following example is a modified version of `hsl4ml example 7 <https://github.com/fastmachinelearning/hls4ml-tutorial/blob/master/part7_deployment.ipynb>`_.
102+
>>>>>>> Stashed changes
95103

96104
.. code-block:: Python
97105
@@ -110,6 +118,10 @@ The following example is a modified version of `hsl4ml example 7 <https://github
110118
hls_model.build()
111119
112120
By default the build method generates all the necessary files to run the kernel on the accelerator board. As this can be a long process, there are three build options that target the generation of specific parts of the project:
121+
<<<<<<< Updated upstream
122+
=======
123+
124+
>>>>>>> Stashed changes
113125
* `host` produces only the host code application
114126
* `hls` produces only the kernel object file `.xo`
115127
* `xclbin` produces only the kernel `.xclbin` file

0 commit comments

Comments
 (0)