You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/advanced/accelerator.rst
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -82,6 +82,10 @@ VitisAccelerator Backend
82
82
83
83
The ``vitis accelerator`` backned makes use of the vitis kernel flow to and streamlines the generation of an hls4ml project targeting PCIe accelerators.
84
84
Vitis accelerator backend supports the following boards:
@@ -91,7 +95,11 @@ The backend generates an OpenCL host code that uploads and runs the kernel on th
91
95
Example
92
96
=======
93
97
98
+
<<<<<<< Updated upstream
94
99
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
95
103
96
104
.. code-block:: Python
97
105
@@ -110,6 +118,10 @@ The following example is a modified version of `hsl4ml example 7 <https://github
110
118
hls_model.build()
111
119
112
120
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
113
125
* `host` produces only the host code application
114
126
* `hls` produces only the kernel object file `.xo`
115
127
* `xclbin` produces only the kernel `.xclbin` file
0 commit comments